Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Search buttons on search page
- This topic has 17 replies, 3 voices, and was last updated 3 months, 1 week ago by Manathan.
-
AuthorPosts
-
KatrineParticipant@gyziiedk
- 41 Topics
- 151 Posts
Hello
When using the search function on a top that is within a lot of different categories, the search field gets in the way.
Can this be moved above the buttons so they dont crash? https://ibb.co/McwsmQLI know I could uncheck some of them if I dont really need them, but I would like to have the option. 🙂
May 10, 2024 at 10:38 #47667@themodactyl- 0 Topics
- 6587 Posts
Hi Katrine,
Thank you for reporting this issue!
Before going further, I suggest you to make a backup. 🙂
Could you deactivate all Grimlock plugins and change temporarily for a standard theme like Twenty-Twenty-four, please ? And then, could you confirm me that the issue is still persisting, please? This step will help us determine if the issue is related to our theme or BuddyPress itself.
Please also make sure clear all activated caching system as well as your browser cache before investigating any further. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Thank you.
May 12, 2024 at 09:09 #47683KatrineParticipant@gyziiedk- 41 Topics
- 151 Posts
Hello
Sorry I’m a bit late to the game, I just got a new puppy yesterday, so I’ve been busy. 🙂
I’ve tried this with the twenty-twenty-one (only one I had installed) i believe, but I can’t really test this, since I dont have the “search-page” itself on there.
I tried to search anyways using the “/?S=XXX” link, but didn’t really work or anything. 🙂I did try deactivate all the grimlock plugins and turned on the regular grimlock first and then the BuddyPress one – which gave the design of the page (and same issue).
I did test with both server and browser cache cleared. Still the same. 🙂
Please let me know what to do from here. Thank you. 🙂
May 13, 2024 at 18:41 #47711KatrineParticipant@gyziiedk- 41 Topics
- 151 Posts
He’s a mix of a Bichon Havanais and Poodle.. super adorable little fella’ (looks like a fluffy black bear) 😀
My old dog just turned 10, so it was time to get another one so she can parent him and teach him how to be a good dog.So lots of energy in the house these days and long nights. *yawn*!.. 😀
Yeah sure.. The server creates backups each night, so shouldn’t be any issue. 🙂
May 14, 2024 at 10:40 #47729@themodactyl- 0 Topics
- 6587 Posts
Hi Katrine,
Glad for you! The little one will give energy to the wise one. 🐶
To fix this, simply add the following code snippet to your website:
/** * FIX : Prevent Tabs to Get Behind Search Field in Archives */ #buddypress div.item-list-tabs.bp-navs.search_filters > ul{ padding-right:250px !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,
May 15, 2024 at 10:38 #47746KatrineParticipant@gyziiedk- 41 Topics
- 151 Posts
That’s wierd, I’ve tried testing this with deactivating and activating plugins one by one – and they do shhow up with your recommended plugins.
They show up with the following activated:
BP Profile Search – Version 5.7.4
BuddyPress – Version 12.5.0
BuddyPress Global Search – Version 1.2.1
Envato Market – Version 2.0.11
Grimlock – Version 1.6.1
Grimlock Animate – Version 1.1.8
Grimlock for BuddyPress – Version 1.5.4
Grimlock Login – Version 1.2.2
Kirki Customizer Framework – Version 5.1.0
W3 Total Cache – Version 2.7.2Let me know what you think 🙂
May 16, 2024 at 15:53 #47770@themodactyl- 0 Topics
- 6587 Posts
Ok found the culprit! It seems this issue is related to the use of BuddyPress global Search. However, this plugin has been removed temporarily from WordPress.org, so we can’t download it anymore until the authors of this plugin solve a security issue. So, this is why I couldn’t get the same result on a brand-new demo. Sorry!
I tried to log in your website, but it seems it is not accessible anymore. I get a
403 Forbidden
message. Can you please look into it so I can check? 🙂Best,
May 17, 2024 at 12:43 #47778@roboraptor- 0 Topics
- 395 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/
Kind regards,
May 18, 2024 at 09:26 #47805@themodactyl- 0 Topics
- 6587 Posts
Hi Katrine,
To fix this, simply add the following code snippet to your website:
/** * FIX : Style Posts' Comments in Search Results */ .bboss_search_results_wrapper .bboss_search_item.bboss_search_item_posts_comments .item-avatar{ font-size:0px; display:grid !important; grid-template-columns:1fr; text-align:center; margin:0px !important; grid-gap:1rem; } .bboss_search_item.bboss_search_item_posts_comments .item-avatar a{ font-size:1rem; } .bboss_search_item.bboss_search_item_posts_comments .item-avatar img{ margin:0px auto !important; display:block; grid-row:1/2; }
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,
May 21, 2024 at 10:08 #47816@themodactyl- 0 Topics
- 6587 Posts
Hi Katrine,
Thank you for sharing these screenshots! 🙂
This issue is related to BuddyPress Global Search. To make sure, you can change temporarily the theme activated for a standard one like Twenty-Twenty-four. If this issue still happening, it means this issue is coming from the plugin itself.
I suggest you to reach out BuddyPress Global Search team. They might be aware of this issue and might have a solution. 🤔
Don’t hesitate to share the solution with us. I’m sure it will help other users facing the same issue. By doing this, you’ll make a great contribution to this forum, and we thank you very much for that! #SharingIsCaring 💪🏻
Best,
May 23, 2024 at 10:26 #47847 -
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 ‘Search buttons on search page’ is closed to new replies.