Please Help - Easing Slider Plugin Stopped Working

2 replies
  • WEB DESIGN
  • |
I recently updated the theme on my website ATLAS TILE LLC | TILE & HARDWOOD EXPERTS and it seems like that caused the plugin Easing Slider to stop working. If you look at the top widget in the sidebar on the right you can see that it is showing the short code [easingslider] instead of the actual slider. From my research, my best guess as to why this is happening is that the theme is now using jquery as well as the plugin which is causing an error? I'm not sure if that is the case or not but from what I've read it sounds like it could be.

Can anyone help me determine what the problem is and if you know a simple way to fix it I would be extremely grateful! Thanks in advance!

Thomas
#easing #plugin #slider #stopped #wordpress #working
  • Profile picture of the author LA Grouch
    It looks like the theme is not recognizing the shortcode in the sidebar widget.

    Go to your WP Dashboard >> Appearance >> Editor

    Locate the functions.php file and insert the following code:

    Code:
    add_filter( 'widget_text', 'shortcode_unautop');
    add_filter( 'widget_text', 'do_shortcode');
    NOTE: You should backup the functions.php file first, in case you do something wrong.
    {{ DiscussionBoard.errors[5944304].message }}
  • Profile picture of the author Thomas Strock
    Thank you so much! It worked perfectly!
    Signature
    One Stop Kindle Publishing - Your "one stop shop" for QUALITY Kindle ghostwriting, editing, cover design, and formatting services!

    Get insider information how how to create and make money from mobile apps at my blog Mobile App Tycoon
    {{ DiscussionBoard.errors[5945414].message }}

Trending Topics