Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    Try to use apex ( ‘ ) instead of quotation marks ( ” ) in the custom css field of the elements

    Thread Starter dewmuffins

    (@dewmuffins)

    I replaced the quotes (“) with the apex (‘), but still no change.

    I am using WP 4.1.1

    Thread Starter dewmuffins

    (@dewmuffins)

    The slider is on the shop page, https://shop.dewmuffins.com.

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Hi, I think I’ve found the problem: it’s caused by a wrong practice of the theme you are using: it enqueues an old version of jQuery instead of using the default one. This causes an error because Crelly Slider requires a newer version jQuery to work. Where did you download the theme?

    Thread Starter dewmuffins

    (@dewmuffins)

    The Jigotheme theme is old. I downloaded the theme from the jigoshop.com shop about 2 years ago, and they do not offer updates via WP admin. Updates are completed manually. And since I made so many customization’s to the theme I did not bother with the updates. I am a designer and did not have the ability to create hooks.

    Is there a way to update the enqueues to a new version of jQuery without disturbing the rest of theme?

    Thread Starter dewmuffins

    (@dewmuffins)

    Here is the script register for the theme’s enqueue file:

    wp_register_script( ‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js’, ”, ‘1.7’);

    and here is another from the same file:

    <script>!window.jQuery && document.write(‘<script src=”<?php bloginfo(‘template_url’); ?>/js/jquery-1.4.2.min.js”><\/script>’)</script>

    Thread Starter dewmuffins

    (@dewmuffins)

    Hi Fabiorino, you were on the right track with the jQuery version causing the problem.

    For the sake of trial and error, I went ahead and modified the theme-enqueue.php file to reflect version 1.11.1 and the Slider is working now. I will go through the remainder of the site to make sure nothing else was affected. But, for now all seems to be working.

    Thanks for your help in this matter

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Hi, please try to delete that lines of code (but before make sure to have a backup copy of the files).

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    I’m glad that the problem is fixed

    Hi,

    The same issue with mine. I have changed the quote to apex and modify my theme functions.php (wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js&#8217;);)

    BTW Fabiorino, here is the website https://previewmediasmack.com/newmedia

    Still, no content showing. Just a white rectangle (where the slider is placed) and a loading icon for seconds then it disappear. But when hovered, navigation icon shows up.

    May I know how I can fix this?

    Kind regards,
    Gill Sugapong

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    gsugapong, please open a different topic and write where the slider is in the page. Thank you

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Slider not showing’ is closed to new replies.