• I have just installed this plugin and looking forward to using it. I have 2 issues which are:

    1. cannot edit the shop page. need to set the header and content page and make the page a full width but wont do any of the changes. There is no option to edit the page when I’m click on the page and can only edit via dashboard. also a small menu of home-shop appears on the top left of the page.

    2. on main menu, how can I move logout option and place it as a sub menu feature?

    thanks

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 4 replies - 1 through 4 (of 4 total)
  • the shop page isn’t an actual page, it’s just a placeholder.
    you can disable the sidebar by putting the following code at the bottom of your theme’s functions.php (before the ?>)

    remove_action( ‘woo_main_after’, ‘woocommerce_get_sidebar’, 10);

    Thread Starter fz11

    (@fz11)

    you mean disable the ecommerce menu?

    I have the following main menu

    shop on my shop page I have all products search bar

    my account – view order- track order – change password

    checkout – orders received – checkout pay

    basket

    logout

    where can I see some live examples of this plugin ( the free version)

    Continuing…Those links below are two awesome looking ‘shop’ pages. HOW THE *&%@# Do they Do that?? I’ve been in out up down with code and cannot call backgrounds, functions or get the shop page to do much except remove things…That’s easy ANY HELP MOST APPRECIATED !

    i.e. -Simply trying to put an individual background image on that page….
    -Making and implementing a custom header for that ‘shop’ page

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cant edit shop page’ is closed to new replies.