Hide Categories and Tags below Listing Details

This topic contains 9 replies, has 4 voices, and was last updated by  leandrorosa 9 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #13499

    Tom
    Buyer
    Post count: 123

    Hi!
    How can I hide the categories and tags on the listings details page, please?

    I’d also like to get rid of the “favorite” row with the heart in the sidebar.
    Is that possible?

    Thanks a lot,
    Tom

    #13505

    Tom
    Buyer
    Post count: 123

    Got it, thanks:
    custom css: .geodir_post_taxomomies{display:none;}

    #13506

    John Allsopp
    Expired Member
    Post count: 399

    Haha just beat me to it! You may also want to increase the top margin on dl.geodir-tab-head….

    #13507

    Tom
    Buyer
    Post count: 123

    Great minds think alike 😉
    … that’s what I thought – but had no idea what to do. Now I have, thanks. I’m really learning a lot at the moment 🙂

    Hey, I’m not sure about the “add to favorites” function, yet. If I like it or not. I case I wanted to hide it – what would I have to do? Would also CSS be the best way to go, or would it be better to take it away at another point? Maybe before it get’s “created”?
    Thanks,
    Tom

    #13509

    John Allsopp
    Expired Member
    Post count: 399

    You could do it the css way…

    
    
    .geodir-details-sidebar-user-links {
      display: none;
    }

    I would have to dig a little deeper to see if there is a way to stop it being generated in the first place…

    #13511

    Tom
    Buyer
    Post count: 123

    OK, then I guess CSS would be OK … but this one did not change anything on the details page.
    I was talking about this element on the listings detail page, right?
    (Please see pic)
    Any other idea?
    Thank you very much,
    Tom

    #13522

    Simone
    Expired Member
    Post count: 3515

    try

    .geodir-addtofav { display:none; }
    #13526

    Tom
    Buyer
    Post count: 123

    Perfect, thanks. It leaves an empty frame – but that’s something I can live with.

    Kind regards,
    Tom

    #14445

    leandrorosa
    Free User
    Post count: 168

    Hey, John, I tried your code and it did what I wanted (not showing Edit and Favorite) but it also hided the Claimed line, that I wanted to show.

    Is there a way to hide only the first two?

    this code:

    
    
    .geodir-details-sidebar-user-links {
      display: none;
    }
    #15177

    leandrorosa
    Free User
    Post count: 168

    @john Allsopp

    Could you help me with this?

    Thanks! 🙂

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

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

Open Support Ticket