Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1081534

    I have a code to hide the header shopping cart, its been working great for years but now with the latest update it is back, any idea what broke?

    #1081665

    Hey kilimats,

    Thank you for contacting us. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .responsive #top .cart_dropdown {
        display: none;
    }
    
    
    

    Best regards,
    Vinay

    #1081704

    Forgot to mention that i already have the code in the quick css and still no luck :(

    #1082540

    Hi kilimats,

    I have checked your site and it doesn’t seem to read that code.
    Where did you place this css code?

    Best regards,
    Nikko

    #1084894

    Apology for the delay, Something appear to be broken, i have the code in the quick CSS
    https://i.imgur.com/DZUQLUR.png

    #1085238

    Hi kilimats,

    I have added Vinay’s code and it worked properly.
    As for the section you mentioned that doesn’t expand to fullwidth, can you give us a link where we can see this section?

    Best regards,
    Nikko

    #1085240

    The link is in the private section, cannot see?
    Ill check your code thx!

    • This reply was modified 5 years, 6 months ago by yingyang.
    #1085249

    Hi kilimats,

    I apologize for that.
    The codeblock below Transparency inside the 1/2 column is causing the issue.

    Best regards,
    Nikko

    #1085250

    Interesting, any idea why the codeblock does that? and is there a way to avoid it?

    So looks like i was using the wrong code for the shopping cart? right? my bad

    #1085793

    Hi kilimats,

    I think the issue is with the [hide] shortcode, I tested the code inside the shortcode and it works properly (link in private content)
    As for the shopping cart, yes it’s not the right code.

    Best regards,
    Nikko

    #1085885

    Thank you, i am now seeing something weird, CSS code stored in my child theme style.css file aren’t being used? see private

    #1085953

    Hi kilimats,

    Try to check your child theme’s css, there might be some css that needs to be fixed.
    I went to Appearance > Theme Editor > style.css and I get this error:

    There is 1 error which must be fixed before you can update this file.

    Best regards,
    Nikko

    #1085971

    Ah weird, i recall seeing a file called style.css.original created under the child theme folder and deleted it, any idea why that file was made? is this a file permission issue? sorry i am no expert

    #1086721

    Hi kilimats,

    No, I don’t think that this is a permission issue, probably just a css issue, this usually happens if there are missing ; or {}, then those valid css codes below isn’t fetched anymore.
    As for style.css.original, maybe that’s just a backup. Since the css is a bit long, maybe you can do this, backup your style.css then clear it, then just add a few css codes and check if its reading those codes.
    If I checked the page source I can see that child theme’s style.css is being fetched.

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.