• I’m just after an opinion – I have an existing WordPress site that I want to add a Woo online shop to. I don’t want Woo to affect the appearance or performance of the existing site (or vice versa) so would it be better to install a second copy of WordPress into a subfolder or sub-domain and add Woo to that? Are there any disadvantages? (there’s no need to add links to products etc to the existing site and the existing site has no user logins). There’s plenty of space on the server.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You don’t tell us what theme you have. Some themes are WooCommerce-compatible, others may need some tweaking. My preference would be to add WooCommerce to the existing site. Add a couple of products. If it gives problems, just deactivate the plugin.

    Thread Starter DaveR56

    (@daver56)

    Thanks lorro,
    It’s a customized (a few css changes, colors and suchlike) child theme of Twenty Sixteen.

    I guess I’m concerned that if a big plugin like Woo is added then that could slow down every operation (I don’t really know how WordPress is structured internally but would, say, a page fetch (even of one of the existing pages) need to go through some of the Woo code (because of hooks etc).

    Also is it going to make the backend more messy, with more widgets, shortcodes, menus, etc available.

    Twenty Sixteen is well behaved with WooCommerce. Speed depends on several factors. I wouldn’t expect Woo to slow down non-Woo pages. I think it will be easier to manage one site instead of two. Try it, its easily deactivated if needs be.

    Thread Starter DaveR56

    (@daver56)

    Okay, will do (after taking a full backup :-)).
    Many thanks!

    Thread Starter DaveR56

    (@daver56)

    One more question – how would I stop the menu that appears on the rest of the site from appearing on the shop pages? I guess there are plugins for this but is it possible to do without one?

    I’m not so bothered about the footer but I don’t want the menu to be there (I’d like it to look much like a separate site (though in the same fonts, color scheme as the main site) and would make the menu item which takes you to the shop from the main site to open it in a separate window (I know how to do that).

    Thanks,

    Try this custom css:

    .woocommerce #site-header-menu,
    .woocommerce-page #site-header-menu {
      display:none;
    }

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

    If it doesn’t work for you, please post the link to your site.

    Thread Starter DaveR56

    (@daver56)

    Thanks lorro, it seems to work but in the end I installed a separate copy of WordPress into a sub-folder. The existing site has SiteOrigin and a mass of other plugins (not my design!) and they seem to make the shop page slow too. In a separate install it’s much faster.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adding Woo to existing site – same or separate WP install?’ is closed to new replies.