hide category description

This topic contains 5 replies, has 4 voices, and was last updated by  Guust 6 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #426591

    SUPPORT TECHNIQUE
    Expired Member
    Post count: 12

    Hello
    I would like to hide the category description only to visitors. is that any posibility to conserve the description to have a good position into google but hide it to visitors
    link behind :
    http://artisans-limoges.com/renovation/isolation/
    Thanks for help in advance

    #426593

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your post. Unfortunately, we do not have an option that allows you to achieve that. But it could be possible with 3rd party membership plugins or with JS scripts. Or you can try looking for a freelance developer here http://geodirectoryexperts.com/ that could help you with this.

    Thanks!

    #426602

    Alex Rollin
    Moderator
    Post count: 27815

    We recommend you use Yoast if you need to show category description in the meta:
    https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
    https://wpgeodirectory.com/docs/useful-plugins/#social

    If you have the data in the meta, you can use Custom CSS to hide the text from display on the frontend.

    #426617

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your patience. Could you please try using the custom CSS code below and see if it works? Insert into GD > Design > Scripts > Custom Style CSS

    
    
    .logged-in.term_description {display: initial}
    .term_description {display: none}
    #426669

    SUPPORT TECHNIQUE
    Expired Member
    Post count: 12

    hello thanks very much
    it’s works perfect with .logged-in.term_description {display: initial}
    .term_description {display: none}

    #426681

    Guust
    Moderator
    Post count: 29970

    Thanks for letting us know.

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket