• Resolved omarhussein

    (@omarhussein)


    Hi

    I’ve got this code in my front-page.php file:

    <div id="cimy_div_id_0">Loading images...</div>
    <div class="cimy_div_id_0_caption"></div>
    <style type="text/css">
    	#cimy_div_id_0 {
    		float: left;
    		margin: 1em auto;
    		border: 1px solid #000000;
    		width: 950px;
    		height: 370px;
    		overflow: hidden;
    		visibility: visible;
    	}
    	div.cimy_div_id_0_caption {
    		position: absolute;
    		margin-top: 175px;
    		margin-left: -75px;
    		width: 150px;
    		text-align: center;
    		left: 50%;
    		padding: 5px 10px;
    		background: black;
    		color: white;
    		font-family: sans-serif;
    		border-radius: 10px;
    		display: none;
    		z-index: 2;
    	}
    </style>
    <noscript>
    	<div id="cimy_div_id_0_nojs">
    		<img id="cimy_img_id" src="http://localdigitalnews.webserver/wordpress/wp-content/Cimy_Header_Images/0/studio.png" alt="" />
    	</div>
    </noscript>

    Except all I see is a blank box with no image. Any ideas?
    The site is on local server so I can’t give a link at the moment.

    http://wordpress.org/extend/plugins/cimy-header-image-rotator/

    UPDATE: I should say that I do see the Loading text but after is disappears no image is shown

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘No images’ is closed to new replies.