Slide Anything Plugin: Request a correction in code
-
Hi —
We’ve are new to your plugin, just installed it a few days ago. Created a carousel, which looked fabulous when logged in as admin, but wouldn’t display when not. We had to alter the code in /wp-content/plugins/slide-anything/php/slide-anything-frontend.php. We changed the plugin php from if (true)
to
if (wp_script_is(‘jquery’, ‘enqueued’))
and it worked. I believe, in a support post, you had said to change it to this:
if (wp_script_is(‘jquery’, ‘done’))
But that didn’t work for us.I’m wondering if you can make this change in your code so that we don’t have to make this change with every future update. We maintain many sites and it would be tedious to have to do this to all of them.
Looking forward to your reply.
Thank you,
Pattey
- The topic ‘Slide Anything Plugin: Request a correction in code’ is closed to new replies.