Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #389527

    hi im updating the styles of my alternative background and it doesn’t come through, it sticks to what it was and I can see the reference existing still in the temporary dynamic css file.

    I’ve updated it in the admin panel to #4951a8 but the alternative background remains unchanged

    #390515

    Hi codecreative!

    Are you using Quick CSS to insert your custom styles? Also, exactly what element are you trying to alter?

    Cheers!
    Rikard

    #390651

    Yes I have been. I have the following in my quick css

    .avia-image-container-inner:hover img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

    #footer .widgettitle {
    font-weight:300!important;
    text-transform:none!important;
    margin-bottom:19px;
    }

    #mc4wp_email{background-color:#ffffff!important;color:#784678!important;}

    .home #header {
    background-color: rgba(0, 0, 0, 0.0);
    }

    #top .social_bookmarks li a, .phone-info, .phone-info a {
    color: #ffffff!important;
    font-size: 14px;
    }

    But this element is the ALTERNATIVE HEADER BAR BACKGROUND colour. I have set it via the admin panel to be #4951a8

    As you can clearly see. And as you can also see nothing in my quick css conflicts with it. So why are the changes I am implementing in the admin panel not coming through the front of the site

    #390984

    Hi!

    The alternate header background color is taking effect:

    Perhaps you are looking at the wrong theme setting, what exactly you want change?

    Regards,
    Josue

    #393084

    On desktop it isn’t correct its a sky blue are you using mobile?

    #393372

    Hey!

    Please update the theme to the latest version (3.0.8).

    Best regards,
    Josue

    #393722

    I have done

    And no update has taken effect still. It is failing to update the background colour of the alternative bar

    #394137

    Hey!

    Could you please send us a temporary admin login? You can post it here as a private reply.

    Regards,
    Rikard

    #394222

    Yes I already provided this in first post please look back

    #394505

    This is the file that has the style rule

    http://www.huntsplumbstore.co.uk/wp-content/uploads/dynamic_avia/enfold_child_theme.css?ver=54db762ec1ab1

    The style rule line is
    #top #header_meta nav ul ul{background-color: #8ccae5;}
    When i remove it it auto re generates. Argg!

    Where is it coming from!

    #394678

    Hi!

    Yes, that’s the root of the issue (seems to be server caching), try adding the following to your child theme functions.php to force a rename to the dynamic stylesheet:

    add_filter('avia_dyn_stylesheet_file_path', 'avia_change_filename');
    function avia_change_filename($stylesheet){
    return 'new_dynamic_stylesheet.css';
    }

    Cheers!
    Josue

    #394959

    Hi

    How is it a caching issue? I actually delete the line within the file. It is then recreated if I press save on the options panel. It doesn’t re create until I press save.

    Maybe I didn’t explain that in the last post but having explained myself better I think you can agree this is definatly not a server caching issue. I’ll try this you provided now

    #394960

    Hi

    Sorry but this has had no effect. And not resolved the issue :(

    #395290

    It’s weird, that line shouldn’t be there in the first place, can you please create me a temporary FTP account? post it here as a private reply.

    Regards,
    Josue

    #395343
    This reply has been marked as private.
    #395478

    Hi!

    It was happening because you had this configuration in Advanced Styling – http://screencast.com/t/0LxX2Vgi

    Cheers!
    Josue

    #395590

    Wow! This has sent me insane.

    I had a friend work on this before me and he has his own way of doing things. I didn’t even realise this could be done via advanced styling tab.

    Thank you so much for helping me clear this issue up

    #395594

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘CSS not updating from styles panel’ is closed to new replies.