Dynamic Banner Not Working
-
Hello,
I have dynamic banner but it’s not working. Can somebody help me with fixing it? The photos won’t slide to the next ones. my site is http://pintpixel.net/myonlinecrib/ please see the banner part. I don’t know if i’m missing some codes or anything.
Here’s the code…
<div class=”clr”></div>
<?php if (is_front_page()) { ?>
<div id=”featured” >
<ul class=”ui-tabs-nav”>
<li class=”ui-tabs-nav-item first” id=”nav-fragment-1″><img src=”<?php bloginfo(‘template_directory’); ?>/images/simple_img_small_1.jpg” alt=”img” width=”98″ height=”59″ /><span>15+ Excellent High Speed Photographs</span>
<li class=”ui-tabs-nav-item” id=”nav-fragment-2″><img src=”<?php bloginfo(‘template_directory’); ?>/images/simple_img_small_2.jpg” alt=”img” /><span>20 Beautiful Long Exposure Photographs</span>
<li class=”ui-tabs-nav-item” id=”nav-fragment-3″><img src=”<?php bloginfo(‘template_directory’); ?>/images/simple_img_small_3.jpg” alt=”img” /><span>35 Amazing Logo Designs</span>
<li class=”ui-tabs-nav-item” id=”nav-fragment-4″><img src=”<?php bloginfo(‘template_directory’); ?>/images/simple_img_small_4.jpg” alt=”img” /><span>Create a Vintage Photograph in Photoshop</span><!– First Content –>
<div id=”fragment-1″ class=”ui-tabs-panel”> <img src=”<?php bloginfo(‘template_directory’); ?>/images/smple_img_1.jpg” alt=”img” /> </div>
<!– Second Content –>
<div id=”fragment-2″ class=”ui-tabs-panel”> <img src=”<?php bloginfo(‘template_directory’); ?>/images/smple_img_2.jpg” alt=”img” /> </div>
<!– Third Content –>
<div id=”fragment-3″ class=”ui-tabs-panel”> <img src=”<?php bloginfo(‘template_directory’); ?>/images/smple_img_3.jpg” alt=”img” /> </div>
<!– Fourth Content –>
<div id=”fragment-4″ class=”ui-tabs-panel”> <img src=”<?php bloginfo(‘template_directory’); ?>/images/smple_img_4.jpg” alt=”img” /> </div>
</div>
<?php } else { ?>
<h3><?php echo wp_title(”); ?></h3>
<?php } ?>
<div class=”clr”></div>
</div>Thanks.
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘Dynamic Banner Not Working’ is closed to new replies.