Help with a few tweaks...

Discussion in 'GeoCraft WordPress Theme' started by henrique25, Jun 15, 2014.

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

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Hello,

    I'm preparing my Geocraft theme to start populating it.
    In the meantime, I need to make some changes... could you give me a hand, please?

    1) How can I had a Captcha (guess I wrote it right...) to the comments and reviews? And also, can I have comments and reviews done only by registered users?

    2) I would like to remove the "Add Listing" on the top right hand corner.

    Thank you in advance,

    Henrique
     
  2. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    At this time, I would only need help with the removal of the "Add Listing".

    Thank you,

    Henrique
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
     .header_wrapper .header .post_btn{
    display:none;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  4. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Hello, Gourav!

    Thank you for taking the time to reply to my post.
    Unfortunately, the code you have provided hasn't rendered any effect removing the "Add Listings" link.
    It could be because I have already entered the following code prior... (can't recall why I added it at this time, but it served its purpose some time ago when I began fiddling with the code :) ):

    .grid_10 {display: none;}

    Maybe it needs some code to separate both functions? (I'm not exactly a specialist editing code, so don't mind if this may seem a basic question :p )

    Thank you once again,

    Henrique (www.portuguese-market.com)
     
  5. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    I am not an expert in coding as I said before, but it seems to me the provided removes all the header...
    Is that so?
    I would only like to remove the "Add listing" link...
     
  6. Nitesh

    Nitesh Support Staff

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

    To remove "Add Listing" link go to the
    geocrafttheme\library\controls\module_functions.php
    And remove code as shown in the image.

    add-listing.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Hello Nitesh,

    It worked :)

    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page