Four questions

Discussion in 'GeoCraft WordPress Theme' started by hadders, Oct 31, 2014.

  1. hadders

    hadders New Member

    Joined:
    Dec 7, 2012
    Messages:
    8
    Likes Received:
    0
    Hi

    This is my first directory so I have a few questions.

    1) How do I make the Home page show the content I have written? At the moment it shows
    PREMIUM BUSINESS LISTINGS and Recently Added.

    2) How can I remove
    PREMIUM BUSINESS LISTINGS from the top of the Home page as I only want the same class of listing for everyone.

    3) How do I remove the orange button top right - "Post your business...."?

    4) When I enter a new listing the review link does not work.

    5) The Home page does not show any categories. (I added a new question after posting hence five).

    This is the site http://bit.ly/108IiOA

    Thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Hadders,

    1.) You have to customise theme for it.

    2. & 3. ) Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper .info_bar {
    display: none;
    }
    .header_wrapper .header .post_btn{
    display: none;
    }
    4.) Review listing is working on your site.

    5. )The home page will not show any category until you have any listings.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. hadders

    hadders New Member

    Joined:
    Dec 7, 2012
    Messages:
    8
    Likes Received:
    0
    Thanks for a fast reply.

    All sorted from that thank you.

    Another question for Free and Premium listings you can choose Pending. Is it possible to do the same for Recurring? For example, this is a Business Association so we want people to renew each year. However payment will be via a bank account so we want to see that they have paid before they are published.

    Perhaps the option is for a manual review after a week or so and if they have not paid then we can delete their listing.

    Thanks

    PS - what a great theme!
     
  4. hadders

    hadders New Member

    Joined:
    Dec 7, 2012
    Messages:
    8
    Likes Received:
    0
    Two more questions please.

    What is the recommended image size for a listing?
    Can you have the lead capture for recurring listings?
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    In Premium listings we have same functionality for One-time payment mode and Recurring payment mode. So don't get Confused.
    The recommended size for listing image is width: 650px; height: 420px;

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page