• I worked on localhost and everything plays fine but when I uploaded to my live site. I have not getting anything displayed. Javascripts are load as well as css and php.

    <div id="myGallery">
    
        				 <div class="imageElement">
    
    					 <h2></h2>
    
    					 					     <p></p>
    
    					  					  <a href="" title="Read More" class="open"></a>
    
    					  <img src="" alt="" class="full" />
    
    					  <img src="" alt="" class="thumbnail" />
    
    				  </div>
    
    			 				 <div class="imageElement">
    
    					 <h2></h2>
    
    					 					     <p></p>
    
    					  					  <a href="" title="Read More" class="open"></a>
    
    					  <img src="" alt="" class="full" />
    
    					  <img src="" alt="" class="thumbnail" />
    
    				  </div>
    
    			 	     </div>
    
    </div>

    the img src is empty

    http://wordpress.org/extend/plugins/featured-content-gallery/

  • The topic ‘[Plugin: Featured Content Gallery] localhost is ok but live site nothing gets parshed into’ is closed to new replies.