Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello
    I found a similar code, but I can not solve the problem. This is the code:

    add_filter('wp_nav_menu_items', 'add_search_form', 10, 2);
    function add_search_form($items, $args) {
    if( $args->theme_location == 'MENU-NAME' )
            $items .= '<li class="search"><form role="search" method="get" id="searchform" action="'.home_url( '/' ).'"><input type="text" value="search" name="s" id="s" /><input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" /></form></li>';
            return $items;
    }

    If you find the solution, please contact me. Thank you!
    regards

    I have the same problem, not only does the slideshow shows a bullet. I need an urgent solution!

Viewing 2 replies - 1 through 2 (of 2 total)