CeiKay
Forum Replies Created
-
Forum: Plugins
In reply to: [Tooltip CK] Conflict with AMPHi
Please try to edit the plugin line 107function create_tooltip(&$matches) { $ID = (int) (microtime(true) * 100000); // unique ID
and modify it like this
function create_tooltip(&$matches) { $this->fields = new CKFields($this->options, TOOLTIPCK_SETTINGS_FIELD, $this->default_settings); $ID = (int) (microtime(true) * 100000); // unique ID
tell me if it works correctly
CEdForum: Plugins
In reply to: [Tooltip CK] Bug: do_my_obj_start commented outHi
this has been fixed in the 2.2.12 version
CEdForum: Plugins
In reply to: [Tooltip CK] Bug: do_my_obj_start commented outHi
that it right. This was disabled to make it work with the latest verison of DIVI
I have to investigate more …
CEdForum: Plugins
In reply to: [Tooltip CK] Specifying width for an image tooltip with padding/bordersHi
the size of the tooltip does not include the border/padding
so if you have a 140px image, the tooltip shall be set at 140px (inner content width). It will show larger, because the borders and padding will be added
CEdForum: Reviews
In reply to: [Tooltip CK] Not compatible with DiviPlease test the 2.2.11 version that shall now work with DIVI and let me know
Forum: Reviews
In reply to: [Tooltip CK] Not compatible with DiviHi
this is something I’m working on
for info it was working before a recent update of Divi …
CEdForum: Plugins
In reply to: [Tooltip CK] Strange Error with ToolTip CKwhen the first characters (limit defined in your auto meta tag plugin) have a tooltip code in it, this occurs
Forum: Plugins
In reply to: [Tooltip CK] Strange Error with ToolTip CKthis is not an error ??
check the text that appear at the top of your page, this is a part of your content
and yes, this is the meta tag that is messed upForum: Plugins
In reply to: [Tooltip CK] Strange Error with ToolTip CKthis is not an error
this is because it breaks the html of your page, then you see the text that shall be in the meta tag
what you see is the part of the meta tag that has been brokenForum: Plugins
In reply to: [Tooltip CK] Strange Error with ToolTip CKyou are using an automatic meta tag plugin
it takes your content, including the code and put it in the meta description
it generates some html tags that are not compatible with the meta tag because there is the tooltip code in itThis is the problem
Forum: Plugins
In reply to: [Tooltip CK] Strange Error with ToolTip CKHi
this is because you have a plugin that automatically creates the meta tag description from the content
it takes the tooltip code inside it , wiht the html tagfor info, the auto meta tag is useless, if you want to use a meta tag you shall write it yourself. By default Google takes your content if no meta tag is used
CEd
Forum: Plugins
In reply to: [Tooltip CK] Tooltips stopped workinggreat ?? thank you for your feedback
I will include the modification in the next update
My best wishes too
CEdForum: Plugins
In reply to: [Tooltip CK] Tooltips stopped workingHi
there were some changes in WP5.6 about jQuery that causes some problems
I have fixed other things in the latest version of the plugin
but in your case I see the JS error in jQuery, unfortunately your problem is related to the JS compression/optimizationPlease try to replace this file
https://www.dropbox.com/s/kxgqko3a428tj3b/class.front.php?dl=0
into
wp-content\plugins\tooltip-ck\includesthen tell me if it works
CEdForum: Plugins
In reply to: [Tooltip CK] Tooltips not showingthen can you please contact me by email and give me a FTP access so that I can look into the plugin files directly
Forum: Plugins
In reply to: [Tooltip CK] Tooltips not showingI have created the same as you, installed Elementor and used the tooltip in a text block
– it does not work in the Elementor preview (as expected because you have the inline text edition)
– it works in the real page (preview changes)(tested with Tooltip CK 2.2.8 Light version, WP 5.5, latest Elementor)
are you sure that the Tooltip plugin is enabled ?
are you using the Light or Pro version ? (to know what to test)