• Hi, i have problem with displaying WooCommerce pages with this theme. The sidebar on Store and Products page is below the content but on my-account and cart page is to the right as normal. It seams that im unable to solve this problem myself. Thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gpsy1

    (@gpsy1)

    I cant figure out how this theme is coded, i would like to make custom full-width template for woocommerce store page. Can someone point me to the right way,please.

    create a new template and have this placed before the get_header() function. ex:
    <?php
    /**
    * Template Name: Full Width Page
    *
    */

    add_action( ‘wp_enqueue_scripts’, ‘override_thinkup_general_layout’, ’10’ );
    function override_thinkup_general_layout(){ global $thinkup_general_layout; $thinkup_general_layout = ‘option1’; }

    get_header() ;
    ?>

    Thread Starter gpsy1

    (@gpsy1)

    Hi Reynan and thanx for the help. Will try your script and let you know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce problem’ is closed to new replies.