Site logo

[Support request] Mobile menu.

Home Forums Support [Support request] Mobile menu.

Home Forums Support Mobile menu.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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.

    #1905331
    David
    Staff
    Customer Support

    Hi 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;
    }
    #1905936
    Walid

    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

    #1905943
    Walid

    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?

    #1907431
    Tom
    Lead Developer
    Lead Developer

    Hi 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 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.