• Resolved dmitryre

    (@dmitryre)


    Hello! A month ago I installed the plugin Portfolio Galery and everything worked fine. But a couple of days ago, the slides stopped switching and the console shows errors. Tell me please, what could be the problem?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello Dear @dmitryre.

    Thank You for contacting with us and for saying us about your problem. For solving your problem you must edit the plugins widget.php file and make there some changes. Please open that file, find there on line 3452 this text:

    if (!jQuery('.filtItemFSize').parent().parent().width()) { setTimeout(function(){ resp(); },100) }
    else { jQuery(window).load(function(){ resp(); }) resp(); }

    And replace it with this text:

    if (!jQuery('.filtItemFSize').parent().parent().width()) { setTimeout(function(){ resp(); },100) }
    else { jQuery(window).load(function(){ resp(); }); resp(); }

    Thank You.

    Thread Starter dmitryre

    (@dmitryre)

    Hello!

    After replacing code, everything worked.

    Thank you very much for your help.

    Plugin Author totalsoft

    (@totalsoft)

    Thank You for using our plugin. If you will have any problems please let us to know.

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Do not switch slides’ is closed to new replies.