• Hello there ,after the recent update the images which is added to the twenty20 plugin for a slider of before and after is not appearing in the front end.
    please help us out

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Solution:
    If you use it with the shortcode:
    Open “\wp-content\plugins\twenty20\inc\twenty20-shortcode.php”
    find line 75
    $output .= '<script>jQuery(window).load(function(){';
    and replace it with:
    $output .= '<script>jQuery(window).on("load", function(){';
    Save & close.

    If you use the widget:
    Open “\wp-content\plugins\twenty20\inc\widget-twenty20.php”
    find line 61
    jQuery(window).load(function(){
    and replace it with:
    jQuery(window).on('load', function(){
    Save & close.

    That’s it! Cheers!

    Give a brother a beer

    Thread Starter mfarhan1

    (@mfarhan1)

    Thank You it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Before and after slider not appearing in the front end’ is closed to new replies.