Results 1 to 3 of 3
Like Tree1Likes
  • 1 Post By samcy

Thread: Featured Listings disappeared!

  1. #1
    Thread Starter
    Expired Customer mzuckerm's Avatar
    Join Date
    Jun 2014
    Location
    Germany
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Featured Listings disappeared!

    Hi, who can help getting the "Featured Listings" back that is no more shown up?
    In this footer.php the only change was made by taking out the <div class="dotted">.

    Thanks for quick help!


    <?php global $cp_options; ?>

    <div class="footer">

    <div class="footer_menu">

    <div class="footer_menu_res">

    <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'container' => false, 'menu_id' => 'footer-nav-menu', 'depth' => 1, 'fallback_cb' => false ) ); ?>

    <div class="clr"></div>

    </div><!-- /footer_menu_res -->

    </div><!-- /footer_menu -->

    <div class="footer_main">

    <div class="footer_main_res">

    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar_footer') ) : else : ?> <!-- no dynamic sidebar so don't do anything --> <?php endif; ?>

    <div class="clr"></div>

    <p>&copy; <?php echo date_i18n('Y'); ?> <?php bloginfo('name'); ?>. <?php _e( 'All Rights Reserved.', APP_TD ); ?></p>

    <?php if ( $cp_options->twitter_username ) : ?>
    <a href="http://twitter.com/<?php echo $cp_options->twitter_username; ?>" class="twit" target="_blank" title="<?php _e( 'Twitter', APP_TD ); ?>"><?php _e( 'Twitter', APP_TD ); ?></a>
    <?php endif; ?>

    <div class="right">
    </div>

    <?php cp_website_current_time(); ?>

    <div class="clr"></div>

    </div><!-- /footer_main_res -->

    </div><!-- /footer_main -->

    </div><!-- /footer -->

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    mzuckerm likes this.
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Featured Listings have disappeared
    By micb11 in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: February 28th, 2014, 10:35 AM
  2. Listings Disappeared
    By neilconingham in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: May 26th, 2013, 11:14 AM
  3. Listings Disappeared
    By neilconingham in forum Vantage General Discussion (Legacy)
    Replies: 1
    Last Post: May 26th, 2013, 11:14 AM
  4. Featured listings box disappeared
    By ivanko in forum Help Using ClassiPress
    Replies: 5
    Last Post: April 15th, 2012, 09:59 AM
  5. [SOLVED] featured bar disappeared
    By hazara in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: February 8th, 2011, 03:55 AM