Get free listing to show all business information

Discussion in 'GeoCraft WordPress Theme' started by bcouriers, Jun 20, 2015.

  1. bcouriers

    bcouriers New Member

    Joined:
    Jun 20, 2015
    Messages:
    1
    Likes Received:
    0
    How do I get rid of the premium listing and have the free listing include all listing information such as website url, phone number description etc. I want the free listing to include that information for free not paid. I have tried to change the paid listing to£0.00 but it doesnt work either,
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there

    Code:
    .package:nth-of-type(2) {
      display: none;
    }
    .package:nth-of-type(3) {
      display: none;
    }
    Hope it will solve your issue.
    Let me know if have further doubts so that I can assist you.
     
  3. drkgrimes

    drkgrimes New Member

    Joined:
    Jun 30, 2015
    Messages:
    1
    Likes Received:
    0
    This did not work for me
     
  4. praveen

    praveen Support Staff

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

    You are requested to mark your listings as a premium from Dashboard->Business Listings->Edit each one of theme,

    or

    If you want to display your custom fields for free listings then, go to Dashboard->Geo Settings->Custom fields,

    There you can edit your custom fields to display them in free listings by marking check on "Enable for free listings" option to each field.

    Hope you found the above information helpful,

    Do let me know if you need further help,

    Thanks,
    Praveen
     

Share This Page