Plugin Author
dmikam
(@dmikam)
Hi !
Can you see some errors in Developers Console in Chrome Browser(or in Firebug Console in Firefox browser) after activating the plugin?
Hi.
I used Chrome and I think the errors are:
Uncaught ReferenceError: retry_after is not defined pageview.js?version=1.6:8
Uncaught ReferenceError: jQuery is not defined cortisone:118
Uncaught ReferenceError: jQuery is not defined wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.5.3:298
Uncaught ReferenceError: iworks_upprev is not defined upprev.js?ver=3.3.19:18
I don’t know if that really helps. In any case, I will just use your plugin for CSS and disable the Javascript option in the meantime.
Thanks
Plugin Author
dmikam
(@dmikam)
Try to put this into the exceptions list:
jquery
If there still some errors, let me know π
I did that but it doesn’t fix the problem. If it helps… maybe they stop working because they are sliders? Both plugins no longer slide into view..
Plugin Author
dmikam
(@dmikam)
Is there some errors on Console after adding jquery to exceptions list ?
Plugin Author
dmikam
(@dmikam)
Ok, I see… you are not using the wordpress core jquery, but the google’s public code…. so “jquery” exception is not working.
You need to put this in exception to make it work: jquery.min.js
Yes I use a plugin called Use Google Libraries, sorry forgot to tell you that. I put in the exception you recommended but the two moving plugins still don’t work. I checked the console again and got the following errors (strx is one of the moving plugins):
Uncaught ReferenceError: retry_after is not defined pageview.js?version=1.6:8
Uncaught ReferenceError: strx is not defined cortisone:212
I will try to see what happens if I disable the Use Google Libraries plugin. If you have any other ideas THANKS!
Plugin Author
dmikam
(@dmikam)
Disable this option “Detect <script> tags in wp_head”. Check if it helped, and if not, also disable “Detect <script> tags in wp_foot”
Both ways you suggested eliminate the first error but the STRX (moving plugin in sidebar) remains:
Uncaught ReferenceError: strx is not defined cortisone:212
This single error is the problem.
Plugin Author
dmikam
(@dmikam)
You will need to add to axceptions also this:
debounce.js
and
strx-magic-floating-sidebar-maker.js
I tried this with and without wp_head & wp_foot, made sure to clear the cache…and no luck.. Same error:
[11:51:35.339] ReferenceError: strx is not defined @ http://canigivemydog.com/cortisone:212
Thanks for trying though.
Plugin Author
dmikam
(@dmikam)
Yesterday I published a new version with reworked function of scripts dependencies loading. I’m not shure, but it is possible that it will help in your case.