Setting the number of Category Icons that are revealed

This topic contains 21 replies, has 3 voices, and was last updated by  Kor 4 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #503118

    Richard Stuart
    Full Member
    Post count: 45

    I thought I previously set this however I can’t find the setting to update the number of Category Icons that are revealed as shown in my screen shots.

    I’m looking to make them both consistent.

    #503128

    Alex Rollin
    Moderator
    Post count: 27815

    There is not a setting for that. Maybe you are thinking of the GD categories element which has a setting to limit the number of parent catgories shown.

    #503134

    Richard Stuart
    Full Member
    Post count: 45

    Maybe. I can’t find that setting.

    #503153

    Alex Rollin
    Moderator
    Post count: 27815

    GD Categories is on of the GDV2 Design Elements. You can adjust all the options for each element with the shortcode builder or as a block or widget with the advanced settings.

    https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/

    #503154

    Alex Rollin
    Moderator
    Post count: 27815

    Did you already install the email log plugin, from wordpress.org ? If you are trying to track down email then you need a log of email.

    https://wpgeodirectory.com/docs-v2/integrations/email/

    #505184

    Richard Stuart
    Full Member
    Post count: 45

    Alex, I set the number of categories using the Advanced Search which is fine. I need to not show categories on the homepage search as they don’t render properly.

    I can’t seem to figure out how to not display search categories using the short-code builder.

    Do you know what the short codes settings should be:

    [gd_search no_cat_filter=”0″]

    #505192

    Alex Rollin
    Moderator
    Post count: 27815

    There isn’t a setting for that. You can use custom CSS to hide the suggestions. If you provide a link to the page we can share an example.

    #505206

    Richard Stuart
    Full Member
    Post count: 45

    Cool, I just soft launched https://elyite.com the search adjustment is to the home page search only https://elyite.com/home/

    #505443

    Richard Stuart
    Full Member
    Post count: 45
    This reply has been marked as private.
    #505565

    Richard Stuart
    Full Member
    Post count: 45
    This reply has been marked as private.
    #505569

    Kor
    Moderator
    Post count: 16516

    Hi Richard,

    Thanks for your reply and I apologize for delay in response. Please use this custom CSS code below and see if it fixes it.

    .gd-suggestions-dropdown {
      max-height:130px!important;
    }
    #505576

    Richard Stuart
    Full Member
    Post count: 45

    Awesome, that works and I see that you set a max height. Do you think its possible to set different max heights on different pages?

    #505580

    Kor
    Moderator
    Post count: 16516

    Hi Richard Stuart,

    Thanks for your reply. You having issues on another page? Could you share the URL of the page in question along with some screenshots?

    #506464

    Richard Stuart
    Full Member
    Post count: 45

    Kor,

    The https://elyite.com/listings/ page max height does not need to be restricted. Only the home page due to the section breaks.

    I’m thinking of adding three columns that show the category icons and labels to improve usability.

    What do you think?

    #506823

    Kor
    Moderator
    Post count: 16516

    Hi Richard,

    Thanks for your reply. Sorry about that. Since the fusion column is unique to the homepage search form, please change the previous code to the below.

    .fusion-column-wrapper .gd-suggestions-dropdown {
      max-height:130px!important;
    }

    Maybe you can add it first and we’ll check how it looks?

Viewing 15 posts - 1 through 15 (of 22 total)

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

Open Support Ticket