• Resolved roner77

    (@roner77)


    Hello,

    I’ve just loaded my site for testing and I’ve encountered a strange issue.

    First, the homepage jQuery slider is not appearing, though I can’t tell if the script functioning or it’s the images that are not coming through. There’s also a button on the homepage that has a script attached that’s not working either.

    Initially, I thought this was something to do with jQuery and the way I called the scripts in WP. But on my projects page, the sliders appear to work, but only 2 of the 12 images are appearing – all of the images are linked the same way and the 2 that appear are not unique in any way.

    The url is archwebshop.com if anyone has a second to take a peak. Click on the projects page to see what I’m talking about. The pager buttons work, but the images don’t appear (except for 2 of the 12).

    I’m new to WP so perhaps I’m missing something very simple.

    Thanks for any help,
    Aaron

Viewing 2 replies - 1 through 2 (of 2 total)
  • When trying to view the images directly, they don’t exist.

    Look at the source code, and if you’re using firefox, click the image URLs and you’ll see they don’t point to existing images..

    Excerpt:

    <div class="port_panel">
                        <div id="port_pics_toe">
                        		<img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/toe_sand/toe_sand_blog.jpg" title="" alt="" width                             ="611" height="300" />
                                <img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/toe_sand/toe_sand_movie.jpg" title="" alt=""                            width="611" height="300" />
                                <img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/toe_sand/toe_sand_main.jpg" title="" alt=""                            width="611" height="300" />
                                <img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/toe_sand/toe_sand_contact.jpg" title="" alt=""                            width="611" height="300" />
    					  </div>
                          <div class="port_text">
    
    					        <h2>Toe Sand Blog</h2>
                                <h5>Wordpress site development, May 2009</h5>
    					        <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum 		                             deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati officia deserunt molliti 	                             animi.</p>
    
                                <div id="nav_toe"><h6>click to view snapshots</h6></div>
                           </div><!--end text-->
                    </div><!-- end port panel-->             
    
                    <div class="port_panel">
    					 <div id="port_pics_revive">
                        		<img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/revive/revive_slider.jpg" title="" alt="" width                             ="611" height="300" />
    
                                <img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/revive/revive_bottom_home.jpg" title="" alt=""                            width="611" height="300" />
                                <img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/revive/revive-main-sample.jpg" title="" alt=""                            width="611" height="300" />
                                <img src="http://archwebshop.com/wp-content/themes/arch-portfolio/images/revive/revive_contact.jpg" title="" alt=""                            width="611" height="300" />
    					  </div>

    Not all those images exist..

    Thread Starter roner77

    (@roner77)

    thanks for taking a look.

    I’ve tripled checked the back end and the images are on the server with the correct permissions. I can’t find one bit of difference between the images that are displaying and those that are not in the code or back end.

    I’ll keep looking….has anyone else seen this issue? Perhaps the files are corrupted by WP or my host?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘An issue using jQuery and WP’ is closed to new replies.