jpargana
Forum Replies Created
-
Forum: Plugins
In reply to: [Slider CAPTCHA] Knob icons not showing in FirefoxDue to a lack of feedback, this thread will be considered resolved. If this problem persists, please contact us again.
Regards,
João ParganaForum: Plugins
In reply to: [Slider CAPTCHA] Chosen icons not appearingHi,
I don’t know why, but you are loading an old slider-captcha css. The diference is in icons definition. Instead of .icon-[icon-name] we use now .sc-icon-[icon-name]. Can you try to find why this is happen?
Thanks,
JoãoForum: Plugins
In reply to: [Slider CAPTCHA] Knob icons not showing in FirefoxCan you tell us what is your website, please? In ours the icons are displayed well in both browsers.
Regards,
JoãoForum: Plugins
In reply to: [Slider CAPTCHA] Might want to try testing it with WP_DEBUG onHi,
We will look soon to that question. Thanks for your feedback.
João Pargana
Forum: Plugins
In reply to: [Slider CAPTCHA] Not workingReally nice to listen that. We have changed the way the sliderCaptcha enqueue JavaScript dependencies. As soon as possible, we will release a new version with those modifications.
Best regards,
João ParganaForum: Plugins
In reply to: [Slider CAPTCHA] Not workingYou should try to find where the next url, http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js, is loaded.
If it’s a manual loading in footer.php you should remove <script> tag or if it’s inside a plugin you should remove or adapt enqueue function for the last version (enqueue(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js’,…)).
Regards,
JoãoForum: Plugins
In reply to: [Slider CAPTCHA] Not workingHi,
In your theme, you are loading jQuery 1.11 one time in the head (sliderCaptcha is enqueuing this version) and 2 times the 1.7.2 version in the footer.
Can you try to remove those last 2 jQuery calls, please?
Thank you,
João ParganaForum: Plugins
In reply to: [Slider CAPTCHA] contact us formHi,
You are right. We should correct this issue tomorrow.
Thanks a lot,
João>Um, ok, only showing 1 at a time? I have set both these forms up just as the contact >form is and only one is showing.
>https://aquariumledlightco.com/where-to-buy/
>Please take a look.
Forum: Plugins
In reply to: [Slider CAPTCHA] Slider not engagingI will change this discussion to another thread of your own.
Forum: Plugins
In reply to: [Slider CAPTCHA] Fast turn around, but… fatal errorHi,
Thank you for your help. What is your slider captcha plugin version? If you are running 1.1, please update to 1.1.1, and try if the problem persists.
Regards,
JoãoForum: Plugins
In reply to: [Slider CAPTCHA] Slider not engagingHi,
For now, the quick solution for this problem, until your theme implements a better solution for enqueueing JavaScript files, is to comment lines 12, 21, and 30 of the file
[theme_folder]/JS/VENDOR/BIGVIDEO/JQUERY-UI-1.8.22.MIN.JS and expect, as the file indicates that the “bigvideo” continue to work with the latest version jquery.ui.1.10.4.Can you try this, please?
Be careful with browser cache and theme updates.
Regards,
JoãoForum: Plugins
In reply to: [Slider CAPTCHA] Slider not engagingWe don’t have X theme Integrity for testing and debug, but Slider Captcha loads jquery.ui plugins that are included in WordPress and it is responsible for the first loading (1.10).
I think it’s not the best approach to plugins development to override themes settings, and it is for that reason we didn’t reset theme old jquery.ui versions.
What we are expecting is that plugins and themes use same enqueue functions to give to WordPress the responsibility to deal with all JavaScript dependencies.
Let me see, with the rest of the team, if there is smart way to do this, instead of hack the theme or the plugin.
Forum: Plugins
In reply to: [Slider CAPTCHA] Slider not engagingHi again,
For what i see, the problem is with jquery.ui plugin loading. You load two times that resource (1.10 vs 1.8.22).
Slider Captcha works with both (last version only with jquery-migrate), but not simultaneously. Maybe the problem is in how the theme include jquery-ui. Can you deal with this problem?
For contact form 7, we are already working one it.
Thanks,
JoãoForum: Plugins
In reply to: [Slider CAPTCHA] Slider not engagingHi,
Do you have the same problem in configuration page? Or you can swipe the slider there?
Regards,
JoãoForum: Plugins
In reply to: [Slider CAPTCHA] Slider not engagingHello,
As we see, you use revslider plugin that include the Hammer library, used for multi-touch gestures. Slider Captcha is already mobile friendly and doesn’t need any extra libraries. It is possible that this two plugins are getting some conflict.
Can you test this, by disabling revslider plugin, please?
Thanks,
João