Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)
  • in reply to: Place Product Search box on header 1 #66308
    mariospavlou
    Member
    Post count: 22

    Mohammad have you managed to figure this out ?

    Thanks
    Marios

    in reply to: Place Product Search box on header 1 #66195
    mariospavlou
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Place Product Search box on header 1 #66192
    mariospavlou
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Place Product Search box on header 1 #66189
    mariospavlou
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Place Product Search box on header 1 #66140
    mariospavlou
    Member
    Post count: 22

    Hi unfortunately the search box it’s still on top.

    in reply to: Place Product Search box on header 1 #66073
    mariospavlou
    Member
    Post count: 22

    It still killing my site and I am getting black page. Below is the full block of code

    $header_output .= '<header id="header" class="clearfix">'. "\n";
    		$header_output .= '<div class="container">'. "\n";
    		$header_output .= '<div class="row">'. "\n";
    		$header_output .= '<div class="header-left span4">'.sf_woo_links('header-menu', 'logo-left') "\n";
    		 //$header_output .= '<div class="header-left span4">'.sf_woo_links('header-menu', 'logo-left');
            $header_output .= the_widget( 'WC_Widget_Product_Search' ).'</div>'.;
    		$header_output .= sf_logo('span4 logo-center');
    		$header_output .= '<div class="header-right span4">'.sf_aux_links('header-menu', TRUE).'</div>'. "\n";
    		$header_output .= '</div> <!-- CLOSE .row -->'. "\n";	
    		$header_output .= '</div> <!-- CLOSE .container -->'. "\n";
    		$header_output .= '</header>'. "\n";
    		$header_output .= sf_mobile_search();
    		$header_output .= '<div id="main-nav">'. "\n";
    		$header_output .= sf_main_menu('main-navigation', 'full');
    		$header_output .= '</div>'. "\n";
    in reply to: Place Product Search box on header 1 #65964
    mariospavlou
    Member
    Post count: 22

    I have try that one but it kills my site and I am getting a blank page.
    Are you sure about that piece of code ?
    ` $header_output .= ‘<div class=”header-left span4″>’.sf_woo_links(‘header-menu’, ‘logo-left’) “\n”;
    $header_output .= the_widget( ‘WC_Widget_Product_Search’ );.'</div>’.`

    in reply to: Place Product Search box on header 1 #65878
    mariospavlou
    Member
    Post count: 22

    or did I placed
    $header_output .= the_widget( 'WC_Widget_Product_Search' );
    in the wrong place ?

    in reply to: Place Product Search box on header 1 #65877
    mariospavlou
    Member
    Post count: 22

    I found that one and I have place the search box as below but the search box is not placed at the header as expected.
    Do I need to edit anything else ?

    if ($header_layout == "header-1") {
    		
    		$header_output .= '<header id="header" class="clearfix">'. "\n";
    		$header_output .= '<div class="container">'. "\n";
    		$header_output .= '<div class="row">'. "\n";
    		$header_output .= '<div class="header-left span4">'.sf_woo_links('header-menu', 'logo-left').'</div>'. "\n";
    		$header_output .= sf_logo('span4 logo-center');
    		$header_output .= '<div class="header-right span4">'.sf_aux_links('header-menu', TRUE).'</div>'. "\n";
    		$header_output .=  the_widget( 'WC_Widget_Product_Search' );
    		$header_output .= '</div> <!-- CLOSE .row -->'. "\n";	
    		$header_output .= '</div> <!-- CLOSE .container -->'. "\n";
    		$header_output .= '</header>'. "\n";
    		$header_output .= sf_mobile_search();
    		$header_output .= '<div id="main-nav">'. "\n";
    		$header_output .= sf_main_menu('main-navigation', 'full');
    		$header_output .= '</div>'. "\n";
    in reply to: Place Product Search box on header 1 #65866
    mariospavlou
    Member
    Post count: 22

    Hi kyle,

    I have the knowledge of html/css but because the swift framework is custom I can’t do much without any guidelines.

    The only thing I need is to tell me how I can place this

    <div class="widget woocommerce widget_product_search"><form role="search" method="get" id="searchform" action="http://incarunlimited.com/">
    			<div>
    				<label class="screen-reader-text" for="s">Search for:</label>
    				<input type="text" value="" name="s" id="s" placeholder="Search for products">
    				<input type="submit" id="searchsubmit" value="Search">
    				<input type="hidden" name="post_type" value="product">
    			</div>
    		</form></div>

    inside header-left span4

     
    <div class="header-left span4"><nav class="header-menu">
    <ul class="menu">
    <li class="tb-welcome">Welcome mariospavlou</li>
    <li class="hs-woo-custom clearfix"><a class="swift-search-link" href="#"><i class="fa-search-plus"></i><span>VEHICLE AND BRAND FILTER</span></a></li>
    </ul>
    </nav>
    <div class="widget woocommerce widget_product_search"><form role="search" method="get" id="searchform" action="http://incarunlimited.com/">
    			<div>
    				<label class="screen-reader-text" for="s">Search for:</label>
    				<input type="text" value="" name="s" id="s" placeholder="Search for products">
    				<input type="submit" id="searchsubmit" value="Search">
    				<input type="hidden" name="post_type" value="product">
    			</div>
    		</form></div></div>
    in reply to: Items appearing bellow categories are incorrect #55052
    mariospavlou
    Member
    Post count: 22

    ok thanks for your help guys !!

    in reply to: Items appearing bellow categories are incorrect #55049
    mariospavlou
    Member
    Post count: 22

    Same thing 🙁 so it’s WooCommerce issue. any suggestions ?

    in reply to: Items appearing bellow categories are incorrect #55044
    mariospavlou
    Member
    Post count: 22

    I will not loose anything right?

    in reply to: Items appearing bellow categories are incorrect #55038
    mariospavlou
    Member
    Post count: 22

    You can see all my test products in the screen shot with the categories attached to each

    in reply to: Items appearing bellow categories are incorrect #55029
    mariospavlou
    Member
    Post count: 22

    I am using version 2.1.4 and no products are hidden !

Viewing 15 posts - 1 through 15 (of 22 total)