Custom Support

Discussion in 'GeoCraft WordPress Theme' started by selax77, May 2, 2013.

  1. selax77

    selax77 New Member

    Joined:
    May 1, 2013
    Messages:
    3
    Likes Received:
    0
    Hi I am looking to remove the "featured" and separators below it on the hompage. Also when I add a listing how can I change it so that step two reads just "Preview listing" instead of "Preview listing and payment"

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For home page

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #wrap {
    display: none!important;
    }
    .content_wrapper .info_bar {
    display: none!important;
    }
    To change "Preview listing and payment" text go to the
    Theme directory\library\text_domains\ front_end_path.php
    and edit text at line number 21
     
    TSMM likes this.
  3. selax77

    selax77 New Member

    Joined:
    May 1, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks....how would I make it so that listings wont expire?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this edit your listings and set expiry date to maximum.
    Check image for reference.
    [​IMG]
     
    TSMM likes this.
  5. selax77

    selax77 New Member

    Joined:
    May 1, 2013
    Messages:
    3
    Likes Received:
    0
    Ok so I dont know how it happened, but the map is not showing up on the listing anymore...how do I fix this? Also when I go to the a specific category it says "no listings found" However, it displays all the listings...how do I fix this also?
    Thanks in advance
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

Share This Page