• Resolved mojiemita

    (@mojiemita)


    hi ,

    I have 2 questions :

    1 – i want use seach bar on top of my site ,( On Menu bar or under menu bar) …

    2- how can i use the space from 2 posts i used on site . for example on home page i have slide and under the slide i have a post , but i can’t use space between 2 objects …

    thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter mojiemita

    (@mojiemita)

    i used this code for search bar on top menu bar

    // As of 3.1.10, Customizr doesn’t output an html5 form.
    add_theme_support( ‘html5’, array( ‘search-form’ ) );
    add_filter(‘wp_nav_menu_items’, ‘add_search_form_to_menu’, 10, 2);
    function add_search_form_to_menu($items, $args) {
    // If this isn’t the main navbar menu, do nothing
    if( !($args->theme_location == ‘main’) ) // with Customizr Pro 1.2+ and Cusomizr 3.4+ you can chose to display the saerch box to the secondary menu, just replacing ‘main’ with ‘secondary’
    return $items;
    // On main menu: put styling around search and append it to the menu items
    return $items . ‘<li class=”my-nav-menu-search”>’ . get_search_form(false) . ”;
    }

    Thread Starter mojiemita

    (@mojiemita)

    How can i insert one button or post befor sliding on home page

    Hi,
    For the search, look at this snippet.
    https://presscustomizr.com/snippet/adding-an-html5-search-form-in-your-wordpress-menu/

    Please give your site url.

    Thread Starter mojiemita

    (@mojiemita)

    hi and thacke for your comment ,

    it’s not yet global but i’ll do it from 2 weeks and share it there , my search problem is resolved but i have another problem , i can’t insert anything on my home pag between top menu bar and sliding … or how can i put a button on my top bar menu , i want a button on menu to link a page….

    thank you ..

    Thread Starter mojiemita

    (@mojiemita)

    how can i insert some thing like this “Lotus gives AWESOME ceramic lessons!” on this site : “https://3rdcoastclay.com/&#8221; on my top bar menu ???? and make a link to anonther page ….???

    thank you

    Hi mojiemita,
    You have already put int “Lotus…” on the header. Is the issue solved?

    Thread Starter mojiemita

    (@mojiemita)

    no no ,, i want to do it but i can’t ,, how can i do this ???????i want insert a button on my menu and link it to another page but i don’t khow how ????????

    Thread Starter mojiemita

    (@mojiemita)

    Plz help , i wanna make a button on my menu bar … how can i change menu buttons color…???

    Hi,
    Would this snippet be what you are looking for?
    https://presscustomizr.com/snippet/adding-a-button-to-the-menu/

    Thread Starter mojiemita

    (@mojiemita)

    thank you very much menaka , i have done

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘search & space’ is closed to new replies.