By Mark on Friday, 17 July 2015
Posted in General Issues
Likes 0
Views 558
Votes 0
I have a registration form on the frontend of my website. It is a model form and the module is created by Bow Themes. When I am on the frontpage of the website and click on the registration form the model box pops up, but when I hover over or mouse over the username field name, password field name, or the confirm your password field name, or email address field name they disappear, and do not come back unless I refresh the page. It doesn't do it on any other page but the frontpage. I contacted Bow Themes and they looked at it, and they believe that there is a javascript conflict issue with the easy blog component and joomla, and to contact easy blog about the issue.

Here is what Bow Themes Support put: "Reason of this problem may be conflict between Easyblog's javascript with Joomla's You can see the tool tip work correct on Register page, or any pages don't have Easyblog component. So i think you should ask Easyblog developer team for this problem."

Attached is a screenshot of the issue.

I do have a backend account created if you need to access it, but I do not have FTP setup. I will have to PM you the login information to the backend of the site. I do have two components installed on the site to access the files on the server.
Hey Mark,

I believe I have already replied you on your ticket and this issue is actually not related to EasyBlog. To fix this, it's as simple as adding the block of css codes below into your template's css file,


.btl-field .btl-label label {
display: inline-block !important;
}
·
Friday, 17 July 2015 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
OK, I had to locate the css file where the BT Social Login was registered at, as the custom css file didn't work. Once I found that and added the code the issue went away. Thanks for your help!
·
Saturday, 18 July 2015 07:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Mark, glad that your issues are resolved now
·
Saturday, 18 July 2015 15:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post