-
AuthorPosts
-
October 24, 2016 at 3:41 pm #703320
Hi guys, I need help! Template became crazy!
I’m working in the enfold theme style options.
When I’ve started to work to this site, I’ve obiouvsly set the colors in theme option panel.
Everything ok, but this morning, when I restarted to work on it, some colors were changed.
Trying to figure it out, I realized that when I change a color in “main content”, the color changes in alternate content as well
It looks like there’s some strange connection.
Can you help me?
I’ve created an account for you.
Help me soooo muchOctober 24, 2016 at 9:47 pm #703448Hey bardinidavide!
Can you please show us an example, what is changing?
Also – do you have any customisations in place?Thanks a lot
Regards,
BasilisOctober 25, 2016 at 11:07 am #703706Ok, so.. Before open enfold child theme oprion. Go to general style.
Watch MAIN CONTENT and ALTERNATE CONTENT COLORS. Do you see that “Highlight Background+Border color” in the two sections are different? Ok then, go now to “Servizi” page. The colors of icon boxes, even if they should be different, are the same anc I can’t do anthingOctober 25, 2016 at 11:18 am #703709I assume that th problem is wiht Icon Boxes. I don’t know why but it looks like they can’t take colors from the color column contains them
October 25, 2016 at 4:26 pm #703844Sorry, I’m seeing something wrong in my site. are you working on it?
October 25, 2016 at 4:27 pm #703845Please reply me as soon as possible, it’s quite urgent. Thanx
October 25, 2016 at 5:04 pm #703868Please! Everything is going crazy, colors changing random and layout too. Please help me!
October 25, 2016 at 5:09 pm #703872ok, it looks like went back to normality. But something is strange. I’ve understood that code block causes some problems. But colors are uncorrect anyway
October 25, 2016 at 5:31 pm #703887Hi!
Please re-upload the theme through FTP, clear your CSS and give it a try.
Thanks a lot
Regards,
BasilisOctober 25, 2016 at 5:50 pm #703896Sorry, but My site is almost finished, I can’t re-load everytinh.
Couldn’t you be a little bit more helpful?October 25, 2016 at 5:50 pm #703897Have you try to see what’s wrong?
October 26, 2016 at 4:52 am #704100Hi,
I checked the main colors and the alternate colors and both sections worked as intended.
What exactly is the issue you have with icons? Would you mind posting us a precise link to the issue and a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayOctober 26, 2016 at 6:34 pm #704474Here we go! Here’s the link for dropbox with an explanation sheet.
Please reply me asap!
ThanxOctober 31, 2016 at 9:59 am #706049Please could you reply me?
Thank youOctober 31, 2016 at 2:28 pm #706161Hi,
Iconbox element gets a “main_color” class even when it is inside “alternate_color” tagged section. I have added following code to Functions.php file of your child theme in Appearance > Editor
function remove_maincolor(){ ?> <script> jQuery(window).load(function(){ jQuery('.alternate_color .iconbox_top').removeClass('main_color'); }); </script> <?php } add_action('wp_footer', 'remove_maincolor');
We reported the issue to our devs.
Best regards,
YigitOctober 31, 2016 at 2:34 pm #706171Hi,
Sorry for the delay, a plugin conflict or a corrupt file may be the reason for this issue. You need to reset the general styles by selecting a different ” predefined color scheme ” before you do that please backup the theme settings.
Go ahead and click on a different color scheme in Enfold > General Styles > predefined color scheme and set up the colors again.
This should sort out the issue for you.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.