Page 1 of 1

Issue with jQuery Tooltip

Posted: Sun Mar 11, 2018 10:45 am
by antony
Hello,
for an unknown reason I experience problems with the jQuery Tooltip object. When I place it and select an object that is inside a layout grid, the tooltip stretches into full screen instead of showing in tiny box. This problem occured in the last updates of WWB, before it worked fine.
Thank you.

Re: Issue with jQuery Tooltip

Posted: Sun Mar 11, 2018 10:55 am
by Pablo
A tooltip should not be inside a layout grid. It should be a child element of the page.
The target object can be inside a layout grid.

Re: Issue with jQuery Tooltip

Posted: Sun Mar 11, 2018 5:54 pm
by antony
Hello, this is what I mean - the targeted object is inside the layout grid, the tooltip is outside.

Re: Issue with jQuery Tooltip

Posted: Sun Mar 11, 2018 6:10 pm
by Pablo
It seems to work correct when I try it.
Can you please describe the exact steps to reproduce this behavior?

Re: Issue with jQuery Tooltip

Posted: Sat Mar 17, 2018 8:18 am
by antony
I just added the jQuery tooltip object, entered text and pointed it to an object, but somehow the issue only appears on one particular project. I created a demo of the issue- https://antonydesigns.net/jqti-demo/page53.html. On all other project the jQuery tooltip works fine.

Re: Issue with jQuery Tooltip

Posted: Sat Mar 17, 2018 8:33 am
by Pablo
Not all files are on the server. For example:
https://antonydesigns.net/jqti-demo/ANT ... ui.min.css

Or there may be a problem with the name of the theme. Spaces are no allowed.
https://www.wysiwygwebbuilder.com/forum ... f=10&t=131

Re: Issue with jQuery Tooltip

Posted: Sun Mar 18, 2018 4:28 pm
by antony
I fixed it, thank you!

Re: Issue with jQuery Tooltip

Posted: Sun Feb 21, 2021 9:35 pm
by Sper
Hello,
for an unknown reason I experience problems with the jQuery Tooltip object. Card Container in carousel mode displays tooltip text only for the first two or three cards. An example where the problem is shown is here: http://wysi.sper.hr/tooltip/. The design is here: http://wysi.sper.hr/tooltip/Tooltip.zip. Has anyone had a similar defect?

Re: Issue with jQuery Tooltip

Posted: Mon Feb 22, 2021 7:18 am
by Pablo
This is related to the way the carousel in a card container works.
The carousel uses the 'OWL' script. This is a third party carousel script.
This makes a clone of the cards to display them. This will give the cards a different ID and therefor the tooltip will no longer work.
So, in this specific situation you cannot use the tooltip.

Re: Issue with jQuery Tooltip

Posted: Mon Feb 22, 2021 8:07 am
by Sper
Pablo wrote: Mon Feb 22, 2021 7:18 am So, in this specific situation you cannot use the tooltip.
Too bad. It would be great if it could work.

Re: Issue with jQuery Tooltip

Posted: Mon Feb 22, 2021 10:06 am
by Pablo
Unfortunately, I do not always have control over how third party scripts interact with each other.