• Resolved LeonWeb

    (@leonweb)


    Hello!
    I was trying to remove search box from right-box panel to top menu.
    I read faq.txt and i did so:
    I opened header.php and added <div style=’float:right;’><?php echo get_search_form(); ?></div> near <?php do_action( ‘bp_inside_top_nav’ ); ?>
    But now, i have two search boxes. ((
    One in navigation panel of top menu and another one in right-box area.
    Tell me please, how can i delete second search box from “right-box”?
    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Nagal

    (@nagal)

    Have you check the widgets?

    Theme Author Richie KS

    (@rkcorp)

    yeap, if you already have searchform on top, use the wp-admin->widgets->right sidebar-> add new item like recent post, comment etc excluding the search box.

    Thread Starter LeonWeb

    (@leonweb)

    Oh God, I’m stupid. I completely forgot about widgets.))
    Thank you Nagal and Richie!!!

    Thread Starter LeonWeb

    (@leonweb)

    Hello again!
    I noticed that the search box looks good in browsers such as “chrome” and “IE” and “Opera”. But in Firefox my search box is displacement..like this:
    http://firepic.org/images/2015-05/10/9cy9v0gbli8n.jpg

    I just want to have equal form in all browsers.
    How can i correct this?

    Theme Author Richie KS

    (@rkcorp)

    try reduce the width of the textfield serch box.

    Hi I also have same problem how to reduce the width of the textfield search box?

    Theme Author Richie KS

    (@rkcorp)

    add something like in custom css

    #top-navigation input[type='text'] [width:100px;}

    re-adjust the px width accordingly.

    I’ve got the same problem as LeonWeb. My searchbox looks like this (click)

    even in the widget, and every browser.
    And I’ve tried to add custom css like you told before
    Pls help

    ah, somehow I fixed it by changing the value of searchform text and button in style.css

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

The topic ‘Two search boxes on one page’ is closed to new replies.