• Resolved Jon9679

    (@jon9679)


    Good evening,

    Past woocommerce users and very happy. Started building my own wordpress theme, came to integrate woocommerce, fine (I replaced with this new loop <?php woocommerce_content(); ?>)

    Once complete proceeded to go the the shop page, this is was I see:

    https://prntscr.com/8e4d2y

    The other pages are just blank, am I right to expect woocommerce to come with some default styling? Also odd how nothing is on the other pages.

    Help much appreciated, thanks.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Thats not the best method of integrating (see docs) but if you do do it that way, ensure there is a .woocommerce class around the content. Possibly on the body tag. Otherwise styles may not apply.

    Thread Starter Jon9679

    (@jon9679)

    Am I right to assume the best way to integrate is to use hooks?

    Thanks for the CSS class, I still don’t understand why my account and the other pages are blank.

    Any ideas? So far I’m just using the <?php woocommerce_content(); ?>) and i can see the shop and products, just nothing on the other pages.

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Those other pages don’t use woocommerce_content – they are regular pages. Ensure they have a shortcode on them.

    You may also want to try turning off WC > Settings > Checkout > Force SSL

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No CSS & my account, checkout and basket pages blank – integration’ is closed to new replies.