Front page "Popular Categories" Supreme Theme

This topic contains 11 replies, has 2 voices, and was last updated by  Kor 6 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #388060

    Frank
    Free User
    Post count: 18

    Any way to only have Parent Categories show up here?
    I did find another forum post on how to delete all but…
    Thanks
    Frank

    #388065

    Kor
    Moderator
    Post count: 16516

    Hi Frank,

    Do you mean you want to remove everything and just display the “Categories”?

    #388067

    Frank
    Free User
    Post count: 18

    NO
    just do not want there to be both Parent & Sub-Categories.
    I ONLY want Parent Categories to show on the page.

    If my site has Lodging as a parent and then Hotels, Cabins, B&B’s, and so on.
    Right now that front page is picking up EVERTHING.

    I only want it to show Lodging.
    And other parent Cats.

    #388120

    Kor
    Moderator
    Post count: 16516

    Hi Frank,

    Please share your Website URL so that I could take a better look at it. You can use the private reply option below.

    #388127

    Frank
    Free User
    Post count: 18
    #388151

    Frank
    Free User
    Post count: 18

    Didn’t know I asked such a difficult question? 🙂

    #388162

    Kor
    Moderator
    Post count: 16516

    Hi Frank,

    We can’t really do that without customization but we can use custom CSS to remove the other categories that you do not need. Insert the code below into Gd > Design > Scripts > Custom Style CSS.

    
    
    li.geodir-pcat-show:nth-child(2),
    li.geodir-pcat-show:nth-child(3),
    li.geodir-pcat-show:nth-child(4) {
        display:none;
    }
    #388163

    Frank
    Free User
    Post count: 18

    Well, that almost did it.
    Dropped the sub cats for “Lodging” on my site. No longer showing Hotels/Motels..Cabins…
    But also dropped “Food&Drink” which is a Parent Cat.

    #388164

    Frank
    Free User
    Post count: 18

    This is much more what I’m going for.

    #388165

    Frank
    Free User
    Post count: 18

    opps

    #388168

    Frank
    Free User
    Post count: 18

    Let’s hold off on this please. I’m going to buy the bundle and look around at some other themes options there.
    At least it CAN be done if I can’t live with it as is 🙂
    Thank You very much for the help.

    #388270

    Kor
    Moderator
    Post count: 16516

    Hi Frank,

    Alright then, let us know how it goes.

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

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

Open Support Ticket