• I added the images to the PAGE through the regular WordPress gallery function. I had a total of 7 images.

    I then went in the code and added [slideshow] in my page. Looking at the page, the Slideshow Gallery shows up, the thumbnails show up, the left/right navigation for both slideshow and thumbnail areas show up, BUT, for the life of me, I can’t get any of the images to show up in the Slideshow!

    Have you encountered this before?

    I don’t want to post the link to the page in public yet, but I can send it to you in private. Let me know if you need to see it, or if you’ve already encountered this and you know the solution.

    Thanks

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author cpres

    (@cpres)

    I’ve heard of some people with a case issue have a similar issue,
    jpg vs JPG. try to keep them all lower case.

    Also, use firebug to see if you can see how the image is trying to be called with its absolute path and see if it matches up with where the images actually are.

    Thread Starter VixWP

    (@vixwp)

    I just checked, all the file names (including extensions) are lower case.

    I don’t really understand what you meant by the firebug thing (I’m soooo not a technical person). I noticed I have firebug on my firefox. Is there a step-by-step list you can share of how to do what you just mentioned?

    Thanks

    Thread Starter VixWP

    (@vixwp)

    Can this possibly be due to multiple jquerys ?

    Plugin Author cpres

    (@cpres)

    Are there multiple jquerys being called? If so that could definitely be causing errors. If there’s one hardcoded into your theme you might want to comment that one out

    hey cpres… do you know how to comment that one out? i am having that issue. i have a wordpress theme with a slideshow on home page (Came with theme)… then i uploaded this plugin for a different page and when i loaded home page again, those images were not appearing (only thumbnails were)… mind you.. i had uploaded in a different page not homepage (where hardcoded one was)

    thanks!
    ani

    Plugin Author cpres

    (@cpres)

    Under Appearance -> Editor locate your header.php file (most likely called ‘Header’).

    Then you’ll see a line like so:
    <script type=”text/javascript” src=blahblah….jquery.1.4.2.js”>etc..

    To comment that out you’ll do
    <!– <script etc.etc.blah </script> –>

    To take out there slideshow could get tricky, but to add mine the php hardcode is in the manual I’ve got on my site.

    Ciao!
    Cameron

    How do I comment your plugin from loading on the front page, I only need it on the gallery pages, I bought a theme that has a gallery that loads on front page and I’d like to keep that one active.

    Also, the thumbnails are not displaying in my gallery page

    Plugin Author cpres

    (@cpres)

    Look at the manual, there is a section where it gives the code for is_frontpage() just make it !is_frontpage() and it will show on all pages but your frontpage

    Did you check your thumbnails on different browsers? It could be a caching issue

    Thread Starter VixWP

    (@vixwp)

    Unfortunately this is getting to be more complicated than I thought (not being a technical person).

    Here are all the lines that have the word jquery in my source code.. those any of these raise a red flag?

    (This was in the header.php of the theme)
    <link rel=”stylesheet” href=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/css/jquery.lightbox-0.5.css&#8221; media=”screen” />

    (This was in the header.php of the theme)
    <script language=”JavaScript” type=”text/javascript” src=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/js/jquery-1.3.2.min.js”></script&gt;

    (This was in the header.php of the theme)
    <script language=”JavaScript” type=”text/javascript” src=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/js/jquery.form.js”></script&gt;

    (This was in the header.php of the theme)
    <script language=”JavaScript” type=”text/javascript” src=”https://www.XXXXXX.com/wp-content/themes/THEME-NAME/js/jquery.lightbox-0.5.min.js”></script&gt;

    (This was NOT in the header.php, but figured out that it gets loaded with <?php wp_head(); ?> )
    <script type=’text/javascript’ src=’https://www.XXXXXX.com/wp-includes/js/jquery/jquery.js?ver=1.4.2′></script&gt;

    (I commented out <?php wp_head(); ?> but that still didn’t work.. it actually didn’t even show the broken slideshow pro at all)

    (This is from the Easing Slider plugin I’m using. There’s a setting where I can set it to NOT load jquery, and I’ve done that as well)
    <script type=’text/javascript’ src=’https://www.XXXXXX.com/wp-content/plugins/easing-slider/js/jquery.easing.js?ver=1.3′></script&gt;

    (Here’s also a line in this plugin that mentions jquery NO CONFLICT)
    <script type=”text/javascript”>
    jQuery.noConflict();

    The plugins I’m using are (active):
    – Please let me know if you want a list of all active plugins on my site.

    For this post…
    I’ve replaced my domain name with XXXXXX.com
    I’ve replaced the theme name with THEME-NAME

    ANY INSIGHT?

    I have a verry big problem, my configuration for gallery pro didn’t show when I put my site on-line? Who can helpme!!

    I t seems the .jsfile is different per theme and some themes don not have it. I am/was running this plugin on 5 websites (each with different theme and plugins) Once the update was installed it failed to work on ALL my sites. On another thread here It is again noted about the .js files and that per theme the fix will be different.

    Can anyone note the actual problem and how to fix it regardless of theme?

    Thanks!

    Plugin Author cpres

    (@cpres)

    I’d love to help. I haven’t seen the issue with any of the sites I run the slideshow on though, can you tell me a site that things are broken on so I can check it out?

    Hi cpres and thanks! Here is the list of sites that all run different themes and all have this plugin installed and activated as well as inserted into pages/posts. The plugin brings up the slideshow box, but all boxes fail to load the content.
    https://downset.net
    https://kraspone.com
    https://epicuriousedibles.com
    https://dankedibles.com
    https://xsfhcx.info

    All of these plugins worked fine until the update of 1.3.3 (I even tried installing the older 1.3.2 version, but the problem persisted) I also noticed that the stock ‘wordpress’ items (themes/plugins) that I deleted have been reinstalled in their respective folders as well… which brings the question; did wordpress maybe update something causing the conflict?

    I’d also like to run this on 3 more sites, but I would like to figure out the issue first.

    actually take the last link off the list. I’m going to test another plugin.

    Plugin Author cpres

    (@cpres)

    Ok, well I’ve only tested the first two, and they both seem to be showing the slideshow content very well. What’s the issue again? I’m noticing you’re not using the thumbnails, was the thumbnails the issue?

    If you only dealt with an issue right after you did the upgrade you could potentially be dealing with a caching issue.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: Slideshow Gallery Pro] Thumbnails Showing – Images in Slideshow NOT showing’ is closed to new replies.