• panconjugo

    (@panconjugo)


    Hello,

    First of all, I want to say, this is a nice plugin, was looking for a different option than the slideshow plugin I used to use due to the lack of settings and flexibility and this one, has exactly what I needed.

    Anyways, I installed this plugin into my new WP installation, I also have a custom theme created by me. I edited the slide that comes by default when you install the plugin, and added my own images. At the first time it loaded perfectly in the widget place I made for this, but after some time it stopped working suddenly, well maybe not suddenly, what I did right before it stopped working, was to change the name of the slider and deactivate and remove another slideshow plugin.

    Not sure what’s the reason but it works if I activate the twenty fifteen theme. Am I missing something in my custom theme? do I have to add any specific code into it?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Thread Starter panconjugo

    (@panconjugo)

    I was checking a little why in the twenty fifteen theme, this plugin was loading ok, but not in my custom theme, so I saw that the jquery that comes with WP was loaded in the head tags and not in the footer as I have it in my custom theme.

    So I tried to see how the twenty fifteen was loading it there but couldn’t understand well what part of the functions.php file was doing it. So I just put this snippet I found on internet into my header.php file from my custom theme, right above the wp_head() code to be able to load jquery on top and not in the footer, and it worked, now the slides are there again.

    <?php wp_enqueue_script("jquery"); ?>

    Is that the way to do it? Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Slider stopped working’ is closed to new replies.