Support » Plugin: Cimy Header Image Rotator » Images not loading in twenty eleven

  • Resolved pandypop80

    (@pandypop80)


    Hi Marco,

    I have reposted this, as I had previously added it to a resolved post:

    I have previously been using a header image slider in twenty eleven, which is unable to add hyperlinks to images – and now my client requires them, so I have come across this excellent plug in.

    I have installed the plugin, adding the desired images and information however it doesn’t seem to be working. I can see that Sofia (from bleketsbastu.se) got the plugin working exactly how I require it to (but with different hyperlinks on each image), but struggled in the first instance. The complete code from the plugin is below:

    <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: 0px solid #000000;
    		width: 1000px;
    		height: 288px;
    	}
    	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://mywebsite/wp-content/Cimy_Header_Images/0/chessboard.jpg" alt="" />
    	</div>
    </noscript>

    I tried copying all of the code into the header.php, copying just the style information into my css child theme etc and nothing. Looking at the css on http://bleketsbastu.se/ I can see the cimy_div_id_0 style is there, so I think I just need some advice on what code/where to copy the php information into my header.php file.

    Are you able to point me in the right direction please? I look forward to hearing from someone very soon. Thanks in advance.

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Images not loading in twenty eleven’ is closed to new replies.