Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Mohammad have you managed to figure this out ?
Thanks
MariosThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi unfortunately the search box it’s still on top.
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";
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>’.`or did I placed
$header_output .= the_widget( 'WC_Widget_Product_Search' );
in the wrong place ?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";
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>
ok thanks for your help guys !!
Same thing 🙁 so it’s WooCommerce issue. any suggestions ?
I will not loose anything right?
You can see all my test products in the screen shot with the categories attached to each
I am using version 2.1.4 and no products are hidden !
-
Posted in: We hit Power Elite.