Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #154083

    bearthedog
    Participant

    This may sound weird but a large part of why I purchased the Xtheme was for the popovers and tooltips for our educational site.
    However they don’t work. And I see that I am not the only one. I think having new features like the extensions is great but first fix the ones that you have. This is what happens. You hover over one and SOMETIMES it stays after going to another popover or tooltip. So you wind up with maybe three popovers blocking your view of the content. Other times hover and see the tool tip way over at the top right or left no where near the word. I carefully have gone over my steps and am using your short code properly so please help.
    Thanks

    #154436

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    We would like you to know that we have already forwarded this issue to our development team.

    For now, you can add this under Custom > CSS in the Customizer.

    
    a[data-toggle="popover"] + .popover {
       opacity: 0 !important;
    }
    
    a[data-toggle="popover"]:hover + .popover {
       opacity: 1 !important;
    }
    
    a[data-toggle="tooltip"] + .tooltip  {
       opacity: 0 !important;
    }
    
    a[data-toggle="tooltip"]:hover + .tooltip  {
       opacity: 1 !important;
    }
    

    Hope that helps. 🙂

    #154877

    bearthedog
    Participant

    Interesting…
    this is what I did, placed code and it appeared to work, however one popover still was offset as before.
    So I deleted the popover code and saved document and then pasted the code again just to refresh that one in particular
    and after I did that all again are not working properly. This is really weird. I also tried that code in Appearance/Editor in the child theme. Still no good. Keep working
    But thanks

    #155133

    Rad
    Moderator

    Hi there,

    Would you mind providing your url address? 🙂

    Thanks!

    #156977

    bearthedog
    Participant

    Hello I just found out what is causing my problem. If I use [columnize][/columnize] the popovers and tooltips will be offset by a large amount but take them out and put in a regular paragraph and they seem to work. I hope this helps you figure this out.
    Thanks

    #157179

    Christian
    Moderator

    Hey there,

    Please give us the URL of the page where you’ve setup the pop overs.

    Thanks.

    #157511

    bearthedog
    Participant

    developing in mamp pro localhost. sorry

    #157643

    Nabeel A
    Moderator

    Hi again,

    It seems you have been able to resolve the issue by removing the [columnize][/columnize] shortcode. Do let us know if you need any assistance.

    Have a nice day!

    #158302

    bearthedog
    Participant

    Shouldn’t tooltips and popovers work in columns?

    #158520

    Nabeel A
    Moderator

    Hi there,

    It should work, can you please upload your site to a live environment so we can see your current setup and suggest you a solution accordingly?