Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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 much

    #703448

    Hey bardinidavide!

    Can you please show us an example, what is changing?
    Also – do you have any customisations in place?

    Thanks a lot

    Regards,
    Basilis

    #703706

    Ok, 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 anthing

    #703709

    I 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

    #703844

    Sorry, I’m seeing something wrong in my site. are you working on it?

    #703845

    Please reply me as soon as possible, it’s quite urgent. Thanx

    #703868

    Please! Everything is going crazy, colors changing random and layout too. Please help me!

    #703872

    ok, 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

    #703887

    Hi!

    Please re-upload the theme through FTP, clear your CSS and give it a try.

    Thanks a lot

    Regards,
    Basilis

    #703896

    Sorry, but My site is almost finished, I can’t re-load everytinh.
    Couldn’t you be a little bit more helpful?

    #703897

    Have you try to see what’s wrong?

    #704100

    Hi,

    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,
    Vinay

    #704474

    Here we go! Here’s the link for dropbox with an explanation sheet.
    Please reply me asap!
    Thanx

    #706049

    Please could you reply me?
    Thank you

    #706161

    Hi,

    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,
    Yigit

    #706171

    Hi,

    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

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