• Resolved utnalove

    (@utnalove)


    I have a theme that is old and does not support Woocommerce. However it seems it is working fine. The /shop/ page has a sidebar. It has the default template. I want to change it to a fullwidth template, but it doesn’t allow me to change the template for this page.

    I added:

    function mytheme_add_woocommerce_support() {
    	add_theme_support( 'woocommerce' );
    }
    add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );

    And now It is completely unstyled. Now the templates are not being “read” no matter what template I use for the Shop page.

    How can I make ALL the shop page use the “fullwidth” template? I just need to remove my sidebar. All the rest is fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Saif

    (@babylon1999)

    Hello @utnalove,

    Thank you for reaching out!

    The /shop/ page has a sidebar. It has the default template. I want to change it to a fullwidth template, but it doesn’t allow me to change the template for this page.

    While we’d love to assist, providing support for third-party themes isn’t within our scope.

    Would you feel comfortable sharing your site URL here? Perhaps we could help you achieve a full-width layout with just a few lines of CSS. :?)

    Additionally, take a look at the list of optimized WooCommerce themes available here for potential alternatives.

    Look forward to hearing back from you.

    Thread Starter utnalove

    (@utnalove)

    Wow, thank you very much for your willingness to help. I though there is some easy way to edit the templates.

    However I know CSS and I already removed from the DOM the elements I don’t need, and I will custom style what I can.

    Thank you so much!

    Hi @utnalove

    You are most welcome here! ??

    I’m glad you were able to find a solution to your inquiry here and thanks for sharing it with the community too! ??

    Meanwhile, if you have a moment to spare, we would love it if you could share your thoughts with us by leaving a review or feedback. Your experience and feedback are important to help us improve and ensure we’re always providing the best possible support.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to use my template for Woocommerce?’ is closed to new replies.