Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Category filter on subpages
- This topic has 3 replies, 2 voices, and was last updated 3 months, 4 weeks ago by
Manathan.
-
AuthorPosts
-
FloydParticipant@orlende
- 6 Topics
- 10 Posts
Hello,
on Posts-Page I enabled category-filter to show up.
When user picks a category, he will be forwarded to “https://intranet/category/marketing/” and the filter disappears.Any option to make filter show up also on subpages?
Best regards
FloydNovember 20, 2024 at 10:45 #48782@themodactyl- 0 Topics
- 6724 Posts
Hi Floyd,
Thank you for reporting this. To change this, simply add the following code snippet to your website:
/** * FIX : Display Filters on Posts Category Archive */ body.archive .posts-filters, .posts-filters .posts-filter{ display:block !important; } body.archive .posts-filters .posts-filters__child{ opacity:1 !important; max-height:none; pointer-events:auto !important; } body.archive .posts-filters .grimlock-posts-filter .nav-item{ display:inline-block; } body.archive .posts-filters .grimlock-posts-filter{ margin:-4px 0px; } body.archive .posts-filters .grimlock-posts-filter .nav-item a{ margin:4px 0px ; } .posts-filters .posts-filters__child .priority-nav__dropdown a{ background-color:inherit !important; border:1px solid CurrentColor !important; } .grimlock-dark-mode--on.posts-filters .priority-nav__dropdown-toggle, .grimlock-dark-mode--on.posts-filters .priority-nav__dropdown-toggle.is-open, .grimlock-dark-mode--on .posts-filters .priority-nav__dropdown-toggle, .grimlock-dark-mode--on .posts-filters .priority-nav__dropdown-toggle.is-open, .grimlock-dark-mode--on.posts-filters .priority-nav__dropdown-toggle, .grimlock-dark-mode--on.posts-filters .priority-nav__dropdown-toggle:hover, body .grimlock-dark-mode--on .posts-filters .priority-nav__dropdown-toggle, body .grimlock-dark-mode--on .posts-filters .priority-nav__dropdown-toggle:hover{ background-color:transparent !important; border:0px !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
November 21, 2024 at 10:55 #48788@themodactyl- 0 Topics
- 6724 Posts
Thank you Floyd, seems the selectors have been changed during last WordPress update, and it is no longer optimal. I added this issue to our to-do list to solve this issue in the next Cera update. Until that release, note that I updated the snippet in my previous answer. 🙂
Best,
November 21, 2024 at 14:48 #48792 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Category filter on subpages’ is closed to new replies.