• Resolved anigym6

    (@anigym6)


    Hello,

    Like other threads, my slider is displaying all the images simultaneously stacked on top of one another. Unlike the others, the solution of adding head and footer hooks didn’t work because my theme already has them in place. And while I’m good at using Firebug, I’m not skilled enough on the Javascript to know if I’ve got too many JQuery going on.

    As for specks, I’m using latest WP, and this theme:
    https://www.s5themes.com/theme/webfolio/

    Please note that this theme comes with Nivo/Flex slider built into it, it is not just the normal plug in. However, because it wasn’t even loading images in the settings, I deactivated it and removed the php code from the home.php template and put easing slider in it’s place.

    My test site is here: https://slc.jhatestsite.info/

    Thanks in advance, really appreciate any help.

    https://www.ads-software.com/extend/plugins/easing-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same issue, what did you do to fix this?

    Here’s a link to the site: https://videonitch2.tizbi.com/

    Thanks in advance!

    Thread Starter anigym6

    (@anigym6)

    It’s still not fixed for me. I only have one image in the slider currently so it looks like it would work. I did this so I can work on other things on the home page without the slider images overlapping the content I need to see.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Sorry for the delay in replying. Been busy working on some major updates.

    I see @anigym6 that you’ve found an alternative slider. If you still wish for me to try and help resolve the issue, feel free to let me know.

    @emanley1987, your issue is caused by jQuery being loaded twice. Make sure jQuery is only ever loaded once, and always load it using the function ‘wp_enqueue_script(‘jquery’);’ rather than hardcoding the ‘<script>’ element.

    It may be caused by another plugin or theme which haven’t abided by this guideline. It is very common as WordPress plugin guidelines aren’t strictly enforced. Very little we can do about it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images Stacking’ is closed to new replies.