Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1362335
    abel.bongot
    Participant

    Hi, 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 name popoverand role tooltip.

    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.

    URL: https://dev.gabbyville.com/

    #1362484
    Friech
    Moderator

    Hi 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.

    #1363766
    abel.bongot
    Participant
    This reply has been marked as private.
    #1363881
    abel.bongot
    Participant
    This reply has been marked as private.
    #1363901
    Lely
    Moderator

    Hello 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.

    #1363976
    abel.bongot
    Participant

    it works, thanks!

    #1363986
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1362335 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>