• Resolved capli

    (@capli)


    Hello,

    I added the search to the menu that’s on the right. But the search is not showing (the current one is the default one). However when I activate the search on the primary menu location, it will display the search icon in both menus (left and right). I need it to only display in the menu on the right.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    it will display the search icon in both menus (left and right). I need it to only display in the menu on the right.

    Could you please display it again on your shared website so that I can help you to achieve it?

    Best regards,

    Thread Starter capli

    (@capli)

    It is now active.

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Do you want to display it after the About menu item and before the telephone icon?

    Thread Starter capli

    (@capli)

    Yes, in the right menu before the phone icon.

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    There is not enough space in the menu to display it so could you please try removing one menu item so that it displays there?

    Thread Starter capli

    (@capli)

    I removed two items and it is still now showing. However, as I noted above when I activate it on the primary menu it will display in both menus (https://www.dropbox.com/sh/62qgkngy7w9ca8j/AADEeHP65B4BZlIvPvdM6Ag9a?dl=0).

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    when I activate it on the primary menu it will display in both menus

    I am not sure which menus you are referring to so could you please share the screenshot of it?

    Thread Starter capli

    (@capli)

    “Mega-Menu” and “Right corner new” menus: https://www.dropbox.com/sh/62qgkngy7w9ca8j/AADEeHP65B4BZlIvPvdM6Ag9a?dl=0

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    The right corner search icon is not displayed by the plugin but the theme that you are using on your website.

    You can hide it by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

    #right-corner-menu button.et_pb_menu__icon.et_pb_menu__search-button {
        display: none;
    }
    Thread Starter capli

    (@capli)

    I know. I can disable that in the theme. The screenshot doesn’t represent the current state of the website. I cannot keep broken website live. When I turn on Ivory Search for Primary menu, it will show the search icon in both menus (https://www.dropbox.com/sh/62qgkngy7w9ca8j/AADEeHP65B4BZlIvPvdM6Ag9a?dl=0). If I turn it only for the right menu (Right corner new menu), it won’t show at all. I need it to show in the right menu only.

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You can disable it from the left menu using the below CSS code.

    .et_pb_menu .et-menu > li.is-menu {
        display: none !important;
    }
    Thread Starter capli

    (@capli)

    Thank you. Unfortunately, this hides the search icons in both menus (Mega-Menu and Right corner new).

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Then please try using the below CSS code.

    #menu-mega-menu-1 > li.is-menu {
        display: none !important;
    }
    Thread Starter capli

    (@capli)

    Thank you. It worked. Then I updated Divi to the latest version (4.9.0) and the search buttons is not displayed anymore anywhere even after deleting the custom CSS. ??

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Do you mean Divi theme or the page builder?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Search not showing’ is closed to new replies.