Tagged: x
-
AuthorPosts
-
February 7, 2017 at 11:54 pm #1362335
abel.bongotParticipantHi, I’m having trouble removing the class=popover and role=tooltip in my site near the footer.
a white horizontal line is appearing when hovering the CTA before the footer.
I tried to inspect element and it shows a class namepopoverand roletooltip.The class and role only shows when hovering the said area so it was like a hidden class, you can check it using inspect element tool.
February 8, 2017 at 2:28 am #1362484
FriechModeratorHi There,
Thank you for writing in! Would you mind providing us login credentials so we can take a closer. And can you clarify which element you applied the popover/tooltip and how did you able to apply a hover effect on that section?
Thanks.
February 8, 2017 at 9:08 pm #1363766
abel.bongotParticipantThis reply has been marked as private.February 9, 2017 at 12:07 am #1363881
abel.bongotParticipantThis reply has been marked as private.February 9, 2017 at 12:29 am #1363901
LelyModeratorHello There,
Unfortunately, I am not able to login. When I tried to click login button and then add the credentials on a popup this error occurs:Please enter a valid email address.
Although I did some digging and I found the following code from your custom.js file:
$('input, select, textarea, div, label, img').popover({ html: true, placement: 'top', trigger: 'hover', title: function() { return $(this).parent().find('.title').html(); }, content: function() { return $(this).parent().find('.content').html(); } });That code adds popover on input fields, div inwhich is use on sections, image and label elements. Please remove that.
Hope this helps.
February 9, 2017 at 2:15 am #1363976
abel.bongotParticipantit works, thanks!
February 9, 2017 at 2:24 am #1363986
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1362335 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
