• I am building a site locally and the images are loading with extra text in the code before and after the image url. When I delete the text the images appear? Any ideas?

    <li>
    			<img src="76, , moc_8014_0, , , image/png, http://localhost/trexcapital.com/wp-content/uploads/2013/12/moc_8014_0.png, 1000, 662, Array">
    
    			<div id="caption" class="caption">
    				<h2><span>This is the second image isn't it awesome!<span class='spacer'></span><br>-Reuben </span></h2>
    			</div> <!-- Close caption-->
    		</li>
    
    		<li>
    			<img src="73, , new_slide, , , image/jpeg, http://localhost/trexcapital.com/wp-content/uploads/2013/12/slide.jpg, 900, 400, Array">
    
    			<div id="caption" class="caption">
    				<h2><span>This is a test<span class='spacer'></span><br>-I am the source. </span></h2>
    			</div> <!-- Close caption-->
    		</li>
Viewing 1 replies (of 1 total)
  • yes that is some bad code in your theme
    It is probably trying to add CSS IDs or something
    hard to say where that is coming from
    try going to a default theme and turning off your plugins

    Or just deactivating and activating your theme if it is a slider feature from your theme and not a plugin

Viewing 1 replies (of 1 total)

The topic ‘Images not loading on local host’ is closed to new replies.