• Hello,

    I am very new to wordpress and now Woocommerce but I wondered if someone could help me.

    I have managed to download Woocommerce as a plugin but when I click onto my ‘Shop’ there is a huge gap between my header and where the shop starts. I have tried loads of settings and watched lots of videos on youtube but I can’t find any help.

    I would be very grateful if someone could just help me get the shop working.

    Thank you

    https://wordpress.org/plugins/woocommerce/

Viewing 15 replies - 1 through 15 (of 32 total)
  • Please post the url to your site.

    Thread Starter steveyp

    (@steveyp)

    Try this in your custom css:

    #pagewrap {padding-top:0}

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://wordpress.org/plugins/simple-custom-css/

    Check for ill-effects elsewhere on the site.

    Thread Starter steveyp

    (@steveyp)

    Thank you so much, that seemed to help.

    How do I hide certain menus from the front end? I would like to keep the shop under ‘testing’ where the products are already displayed (i will obviously change the name of the page when its complete). However, I do not what the current SHOP to be visable as I prefer the look of the products on the current ‘testing’ page.

    Is there a way to remove the [edit] brackets next to the products?

    Thanks !

    You can hide the Shop menu item with:

    #main-nav .page-item-4730 {display:none}

    I can’t see [edit]. Probably this shows only for users with editing rights.

    The product titles can be made visible with:

    .products .product h3 {color:#000}

    Thread Starter steveyp

    (@steveyp)

    When I hover over the product it goes black and ruins the colour of the image. How can I change the hover over so it doesn’t turn the product into a black and white image?

    .filter-all.filter-hover-grayscale img:hover {-webkit-filter:none}
    Thread Starter steveyp

    (@steveyp)

    Thanks…

    My shop isn’t formatted right πŸ™

    Please take a look?

    http://s586539988.websitehome.co.uk/shop/

    I have no idea how to add a cart either…

    Suggest you make the product titles visible with this in your custom css:

    .products .product h3 {color:#000}

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://wordpress.org/plugins/simple-custom-css/

    Your shop has the “masonry” style, which is why the products don’t line up. Do you want the products to line up horizontally?

    WooCommerce should have made a cart page upon install. If, not there is a button to make missing WooCommerce pages at Admin page > WooCommerce > System Status > Tools.

    Check that the page exists in the list of pages, then check that the page has been defined as the cart page at:
    Admin page > WooCommerc > Settings > Checkout tab > Checkout Options > Cart page = (select your cart page in the dropdown)

    Thread Starter steveyp

    (@steveyp)

    I would like the products to be listed in rows of 3 with no information underneath them so its just the product.

    Is it possible to talk to you on Skype? I am having real problems with setting this up.

    My Skype is Stevey192

    Thank you

    Thread Starter steveyp

    (@steveyp)

    I have restored the Checkout and Cart (can’t find the terms and conditions page). If you look at my URL for checkout and cart you will see that it is half way into my header. How can i change the shop format so it fits nicely on the screen

    To change number of items per row, see:
    http://docs.woothemes.com/document/change-number-of-products-per-row/
    The code goes in functions.php for your child theme:
    http://codex.wordpress.org/Child_Themes

    I am unwilling to offer advice via Skype.

    The T&C page is one you have to make yourself. Its just an ordinary page, but after you’ve made it, select it at WooCommerce > Settings > Checkout tab > Terms & Conditions dropdown.

    The cart and checkout urls don’t seem to work properly. Resetting permalinks may help. Go to Admin page > Settings > Permalinks and click “Save changes”, even though there are none.

    Thread Starter steveyp

    (@steveyp)

    When you go to CHECKOUT the ‘SHIPPING ADDRESS’ and ‘BILLING ADDRESS’ is invisible as its in White font. How do I change this?

    Thread Starter steveyp

    (@steveyp)

    I have tried the cart and checkout as you stated above but it hasn’t changed anything.

    I can’t see anywhere on your site where the h3 tags should be in white font, so maybe make all of them black with:

    h3 {color:#000}

    cart and checkout seem to be working now so maybe you fixed that.

    To stop the top of the page being overwritten by the header:

    #headerwrap {position:static}

    but maybe not the home page:

    .home #headerwrap {position:absolute}

Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘Huge space between the header and my shop!’ is closed to new replies.