• metuga

    (@metuga)


    I install the plugin and i edit the setting.
    I can see the space in the sidebar but i don′t see the slideshow. When i inspect the code with firebug i see all the images have “display:none” in the style. I change the theme and same result. what can i do?
    the slideshow is under the word “patrocinios” in the right sidebar.
    https://festadovisoguisande.com/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author rubentrf

    (@rubentrf)

    Hi, this problem occurs because incompatibilities between some plugins and Smart Slideshow Widget. In this case, you must ensure the library ‘prototype’ is loaded before jQuery.

    To quickly achieve this, edit your theme’s wp-header.php file and introduce this line:
    <script type='text/javascript' src='https://www.yourwebsite.com/wp-includes/js/prototype.js?ver=1.6.1'></script>

    before any javascript is loaded, specially the jQuery (quick answer: the earlier you can in the header). If you have problems and can’t fix it, send me by mail your wp-header.php file and I’ll be pleased to re-send you fixed.

    Plugin Author rubentrf

    (@rubentrf)

    Another problem with your theme “Cartagina Magazine”. It loads jQuery version 1.4.2 without using the no-Conflict mode, and your ui.core.js and ui.tabs.js scripts do not use the no-Conflict notation.

    The solution is not to load your theme’s version (1.4.2), since WordPress is loading 1.4.4.

    Thread Starter metuga

    (@metuga)

    I insert the first code and nothing happen. When i delete the code that load the jquery in the header.php your slideshow works but the principal slideshow of the theme stop to work.

    Plugin Author rubentrf

    (@rubentrf)

    As I’ve said before, try not to load the version 1.4.2 of jQuery. First, you load jQuery twice (version 1.4.4 and 1.4.2, useless). And second, the last load ( <script type="text/javascript" src="https://www.festadovisoguisande.com/wp-content/themes/CartaginaMagazine/js/jquery-1.4.2.min.js"></script> ) does not have the no-conflict line.

    If you use jQuery with your theme or plugins, it must be used calling to the .noConflict function or it will not work along with prototype/scriptaculous and other Javascript Frameworks.

    arni

    (@arni)

    your slideshow works but the principal slideshow of the theme stop to work

    I have this same problem, I must find something else

    arni

    (@arni)

    To quickly achieve this, edit your theme’s wp-header.php file and introduce this line:
    <script type=’text/javascript’ src=’https://www.yourwebsite.com/wp-includes/js/prototype.js?ver=1.6.1′></script&gt;

    I do that but problem existing all time

    Plugin Author rubentrf

    (@rubentrf)

    Arni, check if you are using some kind of jQuery version that conflicts with prototype.

    When you include jQuery make sure you use the no-Conflict version. If you send me your blog’s URL i can investigate a little more…

    Rubentrf,

    Will you please check mine as well.

    https://www.clients.zerozendesign.com/newsite

    The slideshow is on the main page under Recent Work

    I inserted the above code into header.php with no avail.

    Thanks!

    Yes yes, I have conflicts with other jquery plugins

    Plugin Author rubentrf

    (@rubentrf)

    offrd2001: Sorry for being late, but now I see is working in your website now. Congratulations!!

    arni: I need more details, please send me your website URL and I will investigate your problem.

    I had the same problem after updating to 2.6.1, and editing the header.php file for my theme as suggested above did resolve the issue. Just need to make sure you replace “yourwebsite.com” with the actual url of your web site.

    Thanks Ruben!

    Plugin Author rubentrf

    (@rubentrf)

    batracy: You can actually get rid of this line:
    <script type='text/javascript' src='https://www.yourwebsite.com/wp-includes/js/prototype.js?ver=1.6.1'></script>

    Since I’m not using prototype anymore. Since 2.6.1, I’ve moved to jQuery. More compatibility for all of you, less problems, I hope.

    Cheers!!!

    How do I adjust the width and height of the Smart Slideshow widget?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: Smart Slideshow Widget] all images with display:none’ is closed to new replies.