-
AuthorPosts
-
November 27, 2014 at 10:39 am #154083
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.
ThanksNovember 28, 2014 at 7:24 am #154436Hi,
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. 🙂
November 28, 2014 at 11:39 pm #154877Interesting…
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 thanksNovember 29, 2014 at 8:08 pm #155133Hi there,
Would you mind providing your url address? 🙂
Thanks!
December 2, 2014 at 3:56 pm #156977Hello 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.
ThanksDecember 3, 2014 at 12:49 am #157179Hey there,
Please give us the URL of the page where you’ve setup the pop overs.
Thanks.
December 3, 2014 at 9:52 am #157511developing in mamp pro localhost. sorry
December 3, 2014 at 12:57 pm #157643Hi 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!
December 4, 2014 at 9:47 am #158302Shouldn’t tooltips and popovers work in columns?
December 4, 2014 at 2:44 pm #158520Hi 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?
-
AuthorPosts