• Resolved des92

    (@des92)


    Hi! I am struggling with my WooCommerce plugin at the moment.

    I was unhappy with the theme I was using and when I uploaded a new theme on my self-run website, it wasn’t integrated with WooCommerce. In trying to solve the theme issues I deactivated all my plugins (including WooCommerce) but that didn’t help. To solve the issue, I had to restore my backup and then I changed the theme to Zerif Lite (Woocommerce friendly theme).

    Now, however, my shop page(Products Archive) shows 2 superimposed layouts – a grid and a “blog-like” layout:
    https://defiantfitness.co.za/shop/

    I tried creating a new page to see whether the problem is with the theme or the plugin but the issue happened again.
    I’ve even tried installing the ‘Customize Woocommerce Shop page’ plugin but it won’t install as it “already exists”.

    I would really appreciate any assistance possible.
    I have absolutely no coding experience and am surviving only on plugins.

    Thank you in advance.

    • This topic was modified 8 years, 1 month ago by des92.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    You’d likely need to reach out to the devs of those themes; I tried to have a look at https://defiantfitness.co.za/shop/ but it’s sitting behind a landing page ??

    Thread Starter des92

    (@des92)

    Hi. Sorry about that. I’m attempting to fix a few bugs and things on the website so it was under maintenance mode. I have now put the website back up.
    Hope you are still able to help.

    Try this custom css:

    body {
      overflow-y:hidden
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter des92

    (@des92)

    Unfortunately that did not work.

    I copied it directly from this page and even tried it a few times but to no avail.
    ??

    It got rid of the redundant scroll bar which I now realise is not the problem you wanted solving.

    If you go to the shop page in the list of pages, make sure the template is not set to blog page.

    You can hide the unwanted content with:

    .infinite-wrap {
      display:none
    }
    
    Thread Starter des92

    (@des92)

    Thank you so much!
    The code worked and my shop page is now working perfectly.
    ??

    Thank you for all your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce Shop page displaying 2 superimposed layouts’ is closed to new replies.