-
AuthorPosts
-
March 13, 2020 at 3:15 pm #1192896
Hi guys,
I would like to achieve that the H4 title shown as well al the button “Show all results” is not present anymore in the search results layer. So basically the response should be limited to the results only where the user can find the respective product needed without having the chance to view “all results”.
Thanks in advance
SheldonPlease find a screenshot in in the private section linked.
March 13, 2020 at 8:55 pm #1192992Hey Enfoldfanatic,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av_ajax_search_entry.av_ajax_search_entry_view_all { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 13, 2020 at 10:45 pm #1193015Hi Victoria,
Thanks for your quick reply, that worked out well. This impacted the “show all results” button, the H4 “Products” is still shown just above the results as can be seen in the mockup. Is there also some CSS available to exclude that?
Regards,
SheldonMarch 14, 2020 at 10:24 pm #1193133Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.ajax_search_response > H4 { display: none !important; }
Best regards,
MikeMarch 14, 2020 at 11:27 pm #1193142Hi Mike,
Thanks for your reply, that worked out well. One last question; would it be possible to include the product price in the search response layer (within av_ajax_search_content).
Regards,
SheldonMarch 15, 2020 at 11:19 am #1193191Hi,
Sorry, we don’t have a solution for this, however, you could try using this plugin and function: Woocommerce Product Price in Search ResultBest regards,
MikeApril 30, 2021 at 4:47 pm #1297603HI Guys,
For some reasons I can’t find the button to create a new question / tread in the support environment anymore. Could you help me out?
Kind Regards
May 2, 2021 at 1:35 am #1297753Hi,
Please try this link to open a new thread
The button should show as a big blue button at the top of this page
Please let us know if this helps and we will close this old thread.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.