Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • <?php
    /**
    * The Template for displaying all single posts.
    */
    ?>
    <?php get_header();?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

    <div <?php post_class() ?> id=”post-<?php the_ID(); ?>”>
    <div id=”bodyBlock”>
    <div class=”aboutContent”>
    <div class=”gallertTitleHolder”>
    <div class=”titleGal”><?php the_title();?></div>
    <div class=”titleForm”>GET A FREE SAME DAY QUOTE</div>
    <div class=”spacer”></div>
    </div>
    <div class=”gallert_sport”>
    <div id=”beast_gal_scroll”>
    <div class=”ad-gallery”>
    <div class=”ad-image-wrapper”><div class=”ad-image”><img width=”517″ height=”308″ src=”<?php echo get_template_directory_uri(); ?>/images/galleries/afl/beastwearpagesafl.png”></div><img src=”http://demo7.prospectsoftech.com/images/loader.gif&#8221; class=”ad-loader”></div>
    <div class=”ad-controls”>
    <p class=”ad-info”>31 / 34</p><div class=”ad-next”><div class=”ad-next-image”></div></div><div class=”ad-prev”><div class=”ad-prev-image”></div></div><div class=”ad-slideshow-controls ad-slideshow-running”><span class=”ad-slideshow-start”>Start</span><span class=”ad-slideshow-stop”>Stop</span><span class=”ad-slideshow-countdown”>(5)</span></div><p class=”ad-info”>2 / 4</p><div class=”ad-next”><div class=”ad-next-image”></div></div><div class=”ad-prev”><div class=”ad-prev-image”></div></div><div class=”ad-slideshow-controls”><span class=”ad-slideshow-start”>Start</span><span class=”ad-slideshow-stop”>Stop</span><span class=”ad-slideshow-countdown”>(5)</span></div></div>

    <div class=”bottom_gray_box”>
    <div class=”ad-nav”><div class=”ad-back”></div><!–<div class=”ad-back”></div>–>
    <div class=”ad-thumbs”>

    <div align=”center”>
    <ul class=”ad-thumb-list”>
    <?php
    //while ( have_posts() ) : the_post();

    if( function_exists(‘dfi_get_featured_images’) ) {
    $featuredImages = dfi_get_featured_images();

    //Loop through the image to display your image

    if( !is_null($featuredImages) ){

    $links = array();

    foreach($featuredImages as $images){
    $thumb = $images[‘thumb’];
    $fullImage = $images[‘full’];

    echo ”

    • “;
      echo $links[] = “<img width=’70’ height=’40’ src='{$thumb}’ style=’opacity: 0.7;’>“;
      echo “
    • “;
      }

      }
      }

      //endwhile;
      ?>

      </div>

      </div>
      <!–<div class=”ad-forward”></div>–><div class=”ad-forward”></div></div>
      </div>
      </div>
      </div>
      </div>
      <div class=”form_sport”>
      <!– content block –>
      <div id=”content_1″ class=”content”>
      <?php echo do_shortcode(‘[contact-form-7 id=”365″ title=”Gallery Contact Form”]’);?>
      </div>
      <div class=”spacer”></div>
      </div>
      <div class=”spacer”></div>
      </div>
      </div>
      <?php endwhile; endif; ?>
      <?php get_footer();?>
      /******************************************/

      Here is the single.php

    Same problem with me;tried this code hundred times with my theme but nothing shows up

    Have worked with this plugin in wordpress older version it worked like champ..but with 3.8.1 there must be some issues.

Viewing 2 replies - 1 through 2 (of 2 total)