GeoDirectory Categories List Disappears

This topic contains 21 replies, has 4 voices, and was last updated by  David Hanmer 4 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #537806

    Naveen Giri
    Moderator
    Post count: 1559

    Thanks, I will check and get back to you.

    #537814

    Naveen Giri
    Moderator
    Post count: 1559

    Hi David,

    on the category page, the category shortcode works differently.
    If you are on category page the shortcode will load all the child categories of current one.

    I have changed the shortcode a bit and added no_cat_filter
    param.

    
    [gd_categories post_type="0" hide_empty="1" max_level="1" max_count="all" max_count_child="all" no_cat_filter="1" title_tag="h4" sort_by="count"]

    Please have a look now. it loading all categories there.

    Thanks

    #537831

    David Hanmer
    Free User
    Post count: 26

    Thanks Naveen, this is working perfectly now. I really appreciate the support – fantastic!

    #537836

    Naveen Giri
    Moderator
    Post count: 1559

    Thanks for the confirmation, have a great day.

    #537988

    David Hanmer
    Free User
    Post count: 26

    Hi Naveen

    One more question, how do you increase the character length in the shortcode? I’ve added a few categories which is cutting off the text.

    Thanks

    David

    #538091

    Alex Rollin
    Moderator
    Post count: 27815

    Try this CSS

    
    
    
    .geodir-categories-container ul li a {
        text-overflow: inherit;
        overflow: visible;
    }
    
    #538093

    David Hanmer
    Free User
    Post count: 26

    Thanks Alex – that worked.
    Great support

Viewing 7 posts - 16 through 22 (of 22 total)

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

Open Support Ticket