Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,
    even I am facing with same problem
    if you found the please update it over here

    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

    Good evening,

    I’ve updated the code listed above, but my images are still not showing. I am using this plug in for the first time today.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Before and after not showing’ is closed to new replies.