CeiKay
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow CK] Plugin will not save Effects settingsdo you have a test website in your server where you could do some testing ?
By my side I don’t see my JS call in your page, and according to the tests that I have made on my own, all is ok on a fresh installThere is probably something wrong with a conflict, but we have to investigate to find what
Forum: Plugins
In reply to: [Slideshow CK] Plugin will not save Effects settingsis it possible that you have an optimization tool on your website that has a caching system and a minification/compression for the CSS/JS files and scripts ?
currently in your page I don’t find my script call, so I suppose that this has been moved and renamed somewhere.any information is welcome π
Forum: Plugins
In reply to: [Slideshow CK] Plugin will not save Effects settingsPS : for the caption with no animation, I have just added this option π
Waiting for your feedback to fix the other issue and release a new versionForum: Plugins
In reply to: [Slideshow CK] Plugin will not save Effects settingsI have just checked a new install on a fresh website, and the effects are working. I’m not able to reproduce the issue.
Can you give me your url so that I can see it in action
Forum: Plugins
In reply to: [Slideshow CK] Plugin will not save Effects settingsthank you for the record, I will check what is wrong
Forum: Plugins
In reply to: [Slideshow CK] Plugin will not save Effects settingsso I have checked by my side and I can select any animation effect. Do you have the latest version 1.3.2 ?
Forum: Plugins
In reply to: [Slideshow CK] Plugin will not save Effects settingsHi
Thank you for reporting the problem, I will check by my side to see if I can reproduce the issue. I will let you know
CEdForum: Plugins
In reply to: [Slideshow CK] Is only one slideshow per page supported?Hi
there is no restriction, you can put multiple slideshows in the same page. If you have a problem please give me your url so that I can check what happens
CEdForum: Plugins
In reply to: [No CAPTCHA reCAPTCHA for WooCommerce] Lost Password Link is not workingHi
any news on this ? I get the same problem
CEdForum: Plugins
In reply to: [Accordeon Menu CK] Accordion menu is not displayedHi
please give me an url where I can see the problem
CEdForum: Plugins
In reply to: [Accordeon Menu CK] Shortcode?Hi
which shortcode are you talking about ? Accordeon Menu CK is only delivered with a widget
CEdForum: Plugins
In reply to: [Tooltip CK] Tooltip not workingthank you π
for the overflow issue, you can add this css code in your page
.tooltipck-tip { height: auto !important; }this can take place into your theme css if you want
Forum: Plugins
In reply to: [Tooltip CK] Tooltip not workingplease update to the 2.1.4 version and tell me if all is ok for you
Forum: Plugins
In reply to: [Tooltip CK] Tooltip not workinggreat to know, I think that I have in mind what causes this.
But I’ll need to work on this, because the Regex are not so easy to use πForum: Plugins
In reply to: [Tooltip CK] Tooltip not workingtry to remove the brackets ‘[‘ and ‘]’ in your example {tooltip}[ref.05]{…
so it becomes
{tooltip}ref.05{…
tell me if this fixes the problem or not