Wide layout. - by Peter_rambeck - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp

  • Avatar: Peter_rambeck
    Peter_rambeck
    Participant
    March 8, 2016 at 04:27

    Dear Eva,

    Trust all is well,
    Unfortunately the ‘Wide’ layout does not seem to work/respond under – Theme options.

    http://www.indochinaexplorers.com

    Can you please help,
    Thanks Peter

    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 9, 2016 at 19:10

    Hello,

    The reason was you didn’t set “Large resolution from” value in Theme Options > Responsive.
    I’ve set “1200”.
    Check your site now.

    Best regards,
    Jack Richardson.

    Avatar: Peter_rambeck
    Peter_rambeck
    Participant
    March 15, 2016 at 05:02

    Dear Jack,

    Thanks, great.

    I have 2 issues which I would appreciate if you can help me with.
    It’s reg. the shopping ‘Cart’

    1. It’s not functioning as it should.
    – Once adding to cart, it keeps previous add’s and do not empty ( even when activating empty cart )

    – At empty cart page and redirect me to shop button, – the button url is not correct, ( not sure where it’s coming from, been trying to investigate how to set it but no success )

    – I have added the ‘Cart’ function to the menu as for smartphones its firstly no showing and when activating the drop down menu, it gets covered by the drop down menu, and a user can’t see it.

    2. As WooCommerce is a plugin does The Legenda Theme work with other WooCommerce Designs? or is it so integrated that it would be a customisation?

    Your help is greatly appreciated,
    Thank you Peter

    Avatar: Eva
    Eva Kemp
    Support staff
    March 15, 2016 at 09:42

    Hello,

    1. Try to disable cache plugin and clear cache on your server via FTP and in browser, then check Cart page.

    To set correct page for “Return to Shop” button go to Woocommerce > Settings > Products > Display > Shop Page and select the page.

    I don’t see any issues with Cart menu item on mobile:
    http://storage1.static.itmages.com/i/16/0315/h_1458031310_8376765_7f45af2167.png
    Please show a screenshot of the issue.

    2. Any additional customization is a paid service which you can order here https://www.8theme.com/customization-services/ .

    Regards,
    Eva Kemp.

    Avatar: Peter_rambeck
    Peter_rambeck
    Participant
    March 16, 2016 at 11:52

    Dear Eva,

    Thanks,
    It did the job!
    Have permanently disabled the Cache Plugin. Causing issues all the time.

    One thing
    Smartphone: The cart top-menu, only becomes visible when I click the main menu.
    Left hand side.
    Though only for 1sec until the black menu background covers it.
    Is here a way to have it permanently visible?

    Many thanks Peter

    Avatar: Eva
    Eva Kemp
    Support staff
    March 16, 2016 at 12:39

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px) {.header .shopping-cart-widget {
        display: table-caption !important;
        position: relative !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: Peter_rambeck
    Peter_rambeck
    Participant
    March 23, 2016 at 05:11

    Dear Eva,

    Thanks,
    Though for some reason it does not seem to do the job. 🙁
    http://www.awesomescreenshot.com/image/1097448/bbd127c8af0a9ef8a80f3811d372655d

    Have a good day Peter

    Avatar: Eva
    Eva Kemp
    Support staff
    March 23, 2016 at 11:02

    Hello,

    I’ve edited the code to this:

    @media (max-width: 480px) {.header .shopping-cart-widget {
        display: table-caption !important;
        position: relative !important;
        top: -7px !important;
    }}

    Clear all cache and check the header.

    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.