- This topic has 4 replies, 3 voices, and was last updated 4 years, 1 month ago by
Tom.
-
AuthorPosts
-
August 22, 2021 at 5:02 pm #1904777
Walid
Hi, I am using an amazon inspired predpre-built demo. But just like amazon, I want the search bar to appear when I scroll down on mobile and website because I am planning on getting the premium version of fibosearch. At the same time, is there a way to also jump back to the home page after clicking on a product if I have the search bar in there?
2) How can I install trust badges and payment sticker options.
3) I also want the cart icon on the website to have a written cart as it is too small.
August 23, 2021 at 6:20 am #1905331David
StaffCustomer SupportHi there,
you would need to add the Search forms shortcode using a Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Select the
generate_menu_bar_items
hook to include the form in the navigation.
And check the Execute Shortcodes option.
Once its in place we can provide some CSS to hide/display it when you want it to.2. That would require a Woocommerce badgets plugin.
3. You can add some text after the cart icon with this CSS:
.main-navigation .menu-bar-item.wc-menu-item > a:after { content: 'Cart'; margin-left: 10px; }
August 23, 2021 at 2:18 pm #1905936Walid
Hi David,
I hope you are doing well. Thank you for your reply. I am new to Generate press. It is very difficult for me with all this coding. I tried what you told me; It did not look as I envisioned it. First, the search bar looked out of place, and then on top, there was my logo. Plus I need it to appear and disappear when scrolling up or down. Can I please add you to my WordPress so you can do it for me? All I want to do is to make it look nice and solid, just like amazon.
Thanks again. I will be looking forward to hearing from you.
Walid Shazaman
August 23, 2021 at 2:23 pm #1905943Walid
Also, one more thing. The site title and meta descriptions show in the header. How can I keep the meta description and title without showing it in the header for SEO purposes?
August 24, 2021 at 7:38 pm #1907431Tom
Lead DeveloperLead DeveloperHi Walid,
We’re not able to do customizations like this for our customers, unfortunately. When it comes to custom development, we’re happy to point you in the right direction if possible. You can learn more about what our support includes here: https://generatepress.com/what-support-includes
The search bar likely needs some CSS to look decent, as it’s a custom addition to a theme element. This is why David mentioned to let us know once it’s in place so we can help with the CSS if possible.
Feel free to re-add it and let us know – we should be able to get it looking right 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.