-
AuthorPosts
-
March 21, 2019 at 7:21 pm #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?
March 22, 2019 at 2:24 am #1081665Hey 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,
VinayMarch 22, 2019 at 3:44 am #1081704Forgot to mention that i already have the code in the quick css and still no luck :(
March 25, 2019 at 7:22 am #1082540Hi kilimats,
I have checked your site and it doesn’t seem to read that code.
Where did you place this css code?Best regards,
NikkoMarch 30, 2019 at 4:52 pm #1084894Apology for the delay, Something appear to be broken, i have the code in the quick CSS
April 1, 2019 at 3:07 am #1085238Hi 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,
NikkoApril 1, 2019 at 3:16 am #1085240The link is in the private section, cannot see?
Ill check your code thx!- This reply was modified 5 years, 7 months ago by yingyang.
April 1, 2019 at 4:25 am #1085249Hi kilimats,
I apologize for that.
The codeblock below Transparency inside the 1/2 column is causing the issue.Best regards,
NikkoApril 1, 2019 at 4:39 am #1085250Interesting, 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
April 2, 2019 at 3:30 am #1085793Hi 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,
NikkoApril 2, 2019 at 7:17 am #1085885Thank you, i am now seeing something weird, CSS code stored in my child theme style.css file aren’t being used? see private
April 2, 2019 at 9:17 am #1085953Hi 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,
NikkoApril 2, 2019 at 9:36 am #1085971Ah 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
April 4, 2019 at 2:52 am #1086721Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.