Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #892821

    Hi,

    My header menu is customized for client wishes. Only thing is the text box for the search icon is not visible anymore.
    Something I did wrong with the main menu height, line-height I guess.
    Could you take a quick look?
    The other option is,
    – making the search icon a social menu item, just the way I did with the shopping bag.

    #893641

    Hey Mariken,

    Thank you for using Enfold.

    There are 2 search or magnifying glass icon in the header. How did you add them?

    Best regards,
    Ismael

    #893697

    Ismael,

    Thanks for having a look at the issue.
    As far as I know I only added one magnifying glass in the main menu. Main menu options, general settings.
    I did modify the order of the menu items.
    Best regards,
    Mariken

    #894561

    Hi,

    How did you move the search icon inside the social bookmarks container?

    Best regards,
    Ismael

    #894703

    Ismael,
    I did forget how, but I found it:
    I added this script in the functions.php
    <script>
    (function($){
    $(window).load(function() {
    $(“.social_bookmarks”).append($(“#menu-item-search”).detach());
    });
    })(jQuery);
    </script>

    #895076

    Hi,

    Thank you for the info. I would like to check this again but the search icon is now redirecting to a new page.

    Best regards,
    Ismael

    #895676

    Ismael,

    The problem started because I made the menu 100% width I guess. Then I the z-index needed a fix otherwise the logo was not clickable, ….and so I on, …like painting the floor I find myself stuck in the corner. ;)

    Yes, you’re right. That was the idea or rather the implication of the other option:
    – making the search icon a social menu item, just the way I did with the shopping bag.

    I deleted the script in the function.php and put the search icon in the header menu settings off.

    It is functioning and okay for client.

    #896017

    Hi,

    Alright. I’m glad that you’ve found a workaround that you’re satisfied with. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    #896018

    Hi,

    Alright. I’m glad that you’ve found a workaround that you’re satisfied with. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

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