Geocraft V2: replace Reviews by another Description tab

Discussion in 'GeoCraft WordPress Theme' started by dedieo62, Mar 5, 2015.

Thread Status:
Not open for further replies.
  1. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    I want to know how to replace the space allocated Reviews by similar space like Description. In fact, I would like to have two tabs Description and not have the Reviews tab. Is it possible? And if yes, how to do it?

    I tried to duplicate the following line (in red color) in the theme editor on file single-listing;php
    <div class="grid_16 alpha">
    <div class="featured_content">
    <div id="gc_tab" class="tabbed">
    <ul class="tabnav">
    <?php if ($flag == true) { ?>
    <li><a href="#popular"><?php echo S_DESCRIPTION; ?></a></li>
    <?php } ?>
    <li><a href="#popular"><?php echo S_DESCRIPTION; ?></a></li>
    <li><a href="#featured"><?php echo S_REVIEWS; ?></a></li>
    </ul>
    <?php if ($flag == true) { ?>
    <div id="popular" class="tabdiv">
    <div class="tab_content">
    <?php the_content(); ?>
    </div>
    </div>
    <?php } ?>
    <div id="featured" class="tabdiv">
    <div>
    But It does not work! This duplicates only the text of the existing tab Description...
    See capture below:
    two-Description-tab-instead-of-Reviews-tab.JPG
















    Sincerely yours,

    Dedieo62

     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    I deeply regret to say that, two different description is not posible for a single listing.

    Thanks,
    Praveen
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    ok, thanks.

    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page