• Resolved dimahay

    (@dimahay)


    Hi, i got this horrible product page layout and i think the issue is the old theme template. How could i disable all the theme customizations of the woocommerce plugin?
    I already added this string that i found online to wp-config.php but it still doesn’t work. Any suggestion to get a default woocommerce product page layout?
    define( 'WC_TEMPLATE_DEBUG_MODE', true );

    • This topic was modified 4 years, 2 months ago by dimahay.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @dimahay

    How could i disable all the theme customizations of the woocommerce plugin?

    I am not sure what you mean by this. Are you looking to disable the css that comes from WooCommerce, or are you looking to use the default template files that are in WooCommerce?

    The snippet you mentioned would make it so the templates in the theme are ignored, but the css may still be loaded, which may cause issues.

    Your best bet to see if the layout issue is the theme would be to switch themes to a default theme like Twenty Twenty or Storefront. Both are free and should also be able to be viewed in Live Preview mode.

    Thread Starter dimahay

    (@dimahay)

    Nice one! I just switched the theme and it doesn’t show any issues.
    So do you have any idea on how could I disable those theme css files?

    Phil

    (@fullysupportedphil)

    Automattic Happiness Engineer

    I would recommend contacting your theme’s developer before trying to modify things yourself.

    If you removed their CSS entirely, it would impact all pages of your site and likely change the look and feel of your theme dramatically. At which point there isn’t a reason to actually use their theme if you don’t want any of their styling.

    The other option would be to remove the offending CSS from only the WooCommerce pages would be be a labor intensive task, as you’d first have to establish what CSS they are adding, then selectively target it to remove from the WooCommerce pages.

    As I mentioned to start, it’s likely not worth trying to pursue this yourself. Ask the theme’s developer if they have a version of their theme that uses the default templates with no additional CSS. If they don’t you may want to take a look at a theme that fits your needs better instead of trying to work around this one.

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page product issue’ is closed to new replies.