Cart Widget not removing! - by HLB2013 - on WordPress WooCommerce support

This topic has 12 replies, 5 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: HLB2013
    HLB2013
    Participant
    July 23, 2014 at 10:23

    In the the Theme options under ‘Header’ i have chosen to remove the ‘enable cart widget’ so that the header (top hidden bar) doesnt have the cart basket. But on the website, it is still showing!

    How to i stop this?

    I dont want the basket in the header bar at the top.

    11 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 23, 2014 at 10:37

    Hello,

    Please try to check the site with some other browser. Perhaps it was cached. Also clear the cache in the current browser you’re using. And to be sure we recommend you to check the site via proxy: http://anonymouse.org/anonwww.html

    Regards,
    Eva Kemp.

    Avatar: jeanychiu
    jeanychiu
    Participant
    September 15, 2014 at 11:05

    Hello,

    I have the same problem described by HLB2013. I’ve cleared my cache and tried using different computers. I’ve also uploaded a fresh copy of the theme file. Yet, the cart still exist.

    Any idea what else I can try?

    Thanks!

    Jean

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 15, 2014 at 11:11

    Hello jeanychiu,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: jeanychiu
    jeanychiu
    Participant
    September 16, 2014 at 07:47

    Hi Robert,

    Thanks for the prompt reply!
    Here’s the Admin login credentials.

    Thanks,
    Jean

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 16, 2014 at 08:02

    Hello jeanychiu,

    You can hide cart by adding this code into custom.css file.

    .header-type-6 .top-bar a {
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: jeanychiu
    jeanychiu
    Participant
    September 16, 2014 at 08:27

    Thanks, Robert! That worked.
    However, the yellow bar shrunk as a result of that, and so the arrow for opening the “HIDDEN TOP PANEL AREA” becomes invisible. Can you let me know how to get the yellow bar back?

    Thanks!

    Jean

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 16, 2014 at 09:56

    Hello,

    Please, add this code.

    .top-bar .container {
    height:25px;
    }
    .header-type-6 .top-bar a {
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: HLB2013
    HLB2013
    Participant
    September 19, 2014 at 20:40

    Hi Robert,

    Sadly this did not work for me?

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 20, 2014 at 07:26

    Hello HLB2013,

    That code was for another customer.

    You can add this code into your custom.css file.

    .header-type-3 .shopping-cart-link {
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: pramo
    pramo
    Participant
    October 12, 2014 at 13:04

    Hello Admin
    I am facing the same issue, I have tried website in all browsers but cart is still there. I tried adding some of the above given code also but it does not work.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 13, 2014 at 11:51

    Hello @pramo,

    First of all you must rename default.custom.css to custom.css via FTP in wp-content/themes/legenda directory, then enable it in Theme Options > Custom CSS.
    This code should be added to custom.css file:

    .header-type-4 .shopping-cart-link {
    display:none;
    }

    Thank you.
    Regards,
    Eva Kemp.

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

The issue related to '‘Cart Widget not removing!’' has been successfully resolved, and the topic is now closed for further responses

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