Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #911256

    Hello –

    I’m looking for a way to replace the default search icon on the main menu with the Google Custom Search icon. Is there an easy way to do this? Google Custom Search is telling me to add their shortcode ([wp_google_searchbox]) in to create a search box but that doesn’t seem to work when using in Enfold menu.

    And Advice?

    Thank you for all the support!

    – Kelly

    #911388

    Hey KellyKilgallon,

    Have you enable the option to execute shortcodes on menu?

    Best regards,
    Basilis

    #911506

    Yes, but this doesn’t seem to work. I can place the shortcode in pages & widgets and it appears fine, just not in the menu. Any advice?

    #911898

    Hi,

    Can you please add the following to your menu and let us know if that would work?

    
    add_filter('wp_nav_menu_items', 'do_shortcode');
    

    Thank you

    Best regards,
    Basilis

    #911974

    Hi – I added that to my menu (see links below) but it did nothing. Not sure if I did it correctly. Do I need to add something to my quick CSS?

    #912568

    Hi,

    Thank you for the update. You have to add the filter in the functions.php file. Please provide the login details in the private field. We’ll check the site.

    Best regards,
    Ismael

    #912603

    Just added the filter to the functions.php file and it still does not work. See below for login details.

    #913084

    Hi,

    The search bar is rendering but it’s not displaying because of the default styling. We added this code in the Quick CSS field.

    #wgs_widget_wrapper_id {
        display: block !important;
        opacity: 1 !important;
        width: 300px;
    }

    It will require a lot more adjustments. Please contact the plugin author for additional help.

    Best regards,
    Ismael

    #914684

    Excellent! Thanks for all the help. I can take it from here.

    I appreciate it.

    #914997

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Google Custom Search Icon’ is closed to new replies.