Woocommerce category header - by Bosch - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Brian Johnson

  • Avatar: Jeroen
    Bosch
    Participant
    May 11, 2015 at 09:37

    Hi there,

    How can i make full width headers on Woocommerce product category pages?

    See the image:

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 11, 2015 at 10:24

    Hello

    You need manually edit wp-content/royal/woocommerce/archive-product.php.
    You need to move this part of code:

    			<?php if (woocommerce_products_will_display()): ?>
    	                    <div class="filter-wrap">
    	                    	<?php
    	                    		/**
    	                    		 * woocommerce_before_shop_loop hook
    	                    		 *
    	                    		 * @hooked woocommerce_result_count - 20
    	                    		 * @hooked woocommerce_catalog_ordering - 30
    	                             * @hooked etheme_grid_list_switcher - 35
    	                    		 */
    	                    		do_action( 'woocommerce_before_shop_loop' );
    	                    	?>
    	                    </div>
    					<?php endif ?>

    after the line:

    <?php etheme_category_header();?>

    With best regards
    Brian Johnson

    Avatar: Jeroen
    Bosch
    Participant
    May 11, 2015 at 12:20

    Hi Brian,

    Thanks for your quick reply, but it didn’t work out.

    Do you have any idea?

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 11, 2015 at 12:40

    Please provide us with ftp credentials to your site.

    With best regards
    Brian Johnson

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.