-
AuthorPosts
-
February 2, 2015 at 6:21 pm #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
February 4, 2015 at 6:10 am #390515Hi codecreative!
Are you using Quick CSS to insert your custom styles? Also, exactly what element are you trying to alter?
Cheers!
RikardFebruary 4, 2015 at 11:14 am #390651Yes 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
February 4, 2015 at 10:54 pm #390984Hi!
The alternate header background color is taking effect:
Perhaps you are looking at the wrong theme setting, what exactly you want change?
Regards,
JosueFebruary 9, 2015 at 3:21 pm #393084On desktop it isn’t correct its a sky blue are you using mobile?
February 9, 2015 at 10:50 pm #393372February 10, 2015 at 3:39 pm #393722I have done
And no update has taken effect still. It is failing to update the background colour of the alternative bar
February 11, 2015 at 6:22 am #394137Hey!
Could you please send us a temporary admin login? You can post it here as a private reply.
Regards,
RikardFebruary 11, 2015 at 11:36 am #394222Yes I already provided this in first post please look back
February 11, 2015 at 5:37 pm #394505This is the file that has the style rule
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!
February 11, 2015 at 9:17 pm #394678Hi!
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!
JosueFebruary 12, 2015 at 1:04 pm #394959Hi
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
February 12, 2015 at 1:07 pm #394960Hi
Sorry but this has had no effect. And not resolved the issue :(
February 12, 2015 at 8:20 pm #395290It’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,
JosueFebruary 12, 2015 at 9:21 pm #395343This reply has been marked as private.February 13, 2015 at 2:37 am #395478Hi!
It was happening because you had this configuration in Advanced Styling – http://screencast.com/t/0LxX2Vgi
Cheers!
JosueFebruary 13, 2015 at 11:39 am #395590Wow! 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
February 13, 2015 at 11:51 am #395594You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘CSS not updating from styles panel’ is closed to new replies.