Okay
  Public Ticket #1944285
Customise Filter Menu and switch off category, featured and location
Closed

Comments

  •  3
    Graeme started the conversation

    Hi,

    Would it be possible to have the filter menu permanently fixed on display instead of interactively dropped down?

    Also i dont use category, location or featured, could these be options as whether they are on display or not?

    If that were the case, could calendar 1, calendar 2, calendar 3 be used as permanent choices to be enabled or not, just like the filter menu does but as permanently visable buttons?

    Have tried to sketch what I mean.


  •  795
    Zhivko replied

    Add following css in St. Event Calendar -> Fonts & Colors -> Custom style:

    .stec-top-menu-filter-dropdown .stec-top-menu-filter-by-calendar > div,
    .stec-top-menu-filter-dropdown > div > div:not(:first-child) {
        display: none !important;
    }
    .stec-top-menu-filter-dropdown .stec-top-menu-filter-by-calendar ul {
        top:0 !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .stec-top-menu-filter-dropdown .stec-top-menu-filter-by-calendar ul li:not(:first-child) {
        margin-left: 5px !important;
    }

    However, it's not possible to be permanently visible because the other dropdown menus will be visually blocked.


    Stachethemes Developer

  •  3
    Graeme replied

    thanks for quick response. This is ok for now. Would you could consider this for future design?

  •  795
    Zhivko replied

    Yes, but it's not on high priority at the moment.


    Stachethemes Developer