Tagged: enfold 3.6.1
-
AuthorPosts
-
July 18, 2016 at 8:33 am #661887
I recently took over the maintenance of a site built on Enfold (with a Child theme) so I don’t know what core files might have been altered.
After updating to 3.6.1 using the ftp method, I see a few problems.
1. the social media icons in the header seem duplicated (the default style overlapping the custom?).
2. the columns in the masonry section lost their spacing and the center row is flush against the sidebar (see the bottom section of the home page.
3. the font styles no longer applyAny direction would be great.
July 18, 2016 at 4:54 pm #662123Hey MilitaryAffairs,
It appears to be a conflict in CSS . To resolve the issue please check the CSS code in the Quick CSS section under Enfold > General Styling or to your child themes style.css. Remove all of the custom CSS and refresh the site to see if the issue is resolved. Then add one block of code at a time and refresh the page to know which css is causing the conflict.
If you still have any issue/questions after trying the above step please feel free to reach out to us.
Best regards,
VinayJuly 19, 2016 at 9:16 pm #662708I tried that but no change.
There is no content in the Quick CSS section and went through the style.css file piece by piece.
Would you like to take a look inside?
July 22, 2016 at 2:23 am #663645Any response?
July 22, 2016 at 3:18 pm #663914Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#header_main .social_bookmarks a:before { display:none !important; }
Thanks,
RikardJuly 22, 2016 at 8:56 pm #664076That worked great. Thanks!
Now I just need the column spacing corrected in the lower area under the Community heading.
I could use this:
#home .av_two_third {
padding: 0 15px !important;
border-radius: 0px;
}But I’m not sure this is the best solution. What do you think?
July 23, 2016 at 2:17 pm #664207Hi,
Great, glad the icon fix worked. Not sure what you mean by correcting the spacing though, what exactly are you looking to achieve? Please try to explain a bit further and/or post a screenshot highlighting the change you would like to make. Also, home is a class, not an ID so that might be your problem.
Regards,
RikardJuly 27, 2016 at 2:37 am #665557Thanks, the code worked either way (for adding padding) but I changed the page id as you suggested to make sure it applied to just this page.
July 27, 2016 at 6:56 am #665611Hi,
Great, it works just the way you like it. Let us know if you have any questions in a new ticket.
Thank you for using Enfold.
Best regards,
Vinay -
AuthorPosts
- The topic ‘Doubled Icons after Update to 3.6.1’ is closed to new replies.