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.
Issue with jQuery Tooltip
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Issue with jQuery Tooltip
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.
The target object can be inside a layout grid.
Re: Issue with jQuery Tooltip
Hello, this is what I mean - the targeted object is inside the layout grid, the tooltip is outside.
Re: Issue with jQuery Tooltip
It seems to work correct when I try it.
Can you please describe the exact steps to reproduce this behavior?
Can you please describe the exact steps to reproduce this behavior?
Re: Issue with jQuery Tooltip
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
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
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
I fixed it, thank you!
Re: Issue with jQuery Tooltip
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?
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
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.
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
Unfortunately, I do not always have control over how third party scripts interact with each other.