-
AuthorPosts
-
January 17, 2014 at 1:47 pm #211201
Hey
I am trying to change the style of the theme under -Enfold theme options – styling. I want to change the colour scheme but it doesn´t save my changes. I imported the dummy data that is set to the green colour scheme but I cannot customize it. Everything else works very well it seems. (Beginner so i can´t deal with coding) ;)
NP
January 17, 2014 at 1:54 pm #211207Hi NP!
Please try flushing browser cache after making styling changes. I believe it is caching related issue. Can you post the link to your website and tell which color scheme you have chosen and which one are you seeing currently?
Regards,
YigitJanuary 17, 2014 at 2:51 pm #211217Hi
I to have this problem, specifically with the footer styling. Whatever changes I make in the “Enfold Theme Options / Styling” page are not reflected on the front end despite flushing cache, CTRL+F5 hard refresh, going in to settings to delete history and cache, restarting my computer makes no difference. Last time it took days for changes to update??
Can you suggest any other fix?
Thanks
January 17, 2014 at 3:10 pm #211224Hi!
It should not take that long. Your service provider may have some kind of a server side caching. Please try contacting them to have more information.
Cheers!
YigitJanuary 17, 2014 at 4:06 pm #211245I contacted my service provider – they said they were unable to delete server cache. I have just tried accessing my website via 3G on two separate devices, one that has never visited the site I am developing before and they both display the old footer colour settings which can only lead me to the conclusion that it is not a cache issue but something else that needs further investigation please.
January 17, 2014 at 6:24 pm #211318Hi!
Please locate the enfold.css file on wp-content/uploads/dynamic_avia folder. Set the file permission to 755 then try to change the settings again.
Cheers!
IsmaelJanuary 20, 2014 at 10:39 am #212153Hi Ismael,
Thanks for looking in to this. I have changed the “enfold.css” file permission to 755 and this does now resolve the issue I had with the header font not changing on the front end. However the issue with the footer styling is still evident, despite this change. The colours do not change on the front end to match what has been entered in the back end via the styling tab.
My footer on http://www.icfurniture.co.uk is displaying in a hot pink with stripes colour (which I changed to on Friday that didn’t display until this morning when I started my computer up having been off on the Saturday and Sunday) I have this morning changed the colour to display as #4a4a4a (A charcoal Grey) but on the front end it still shows the hot pink with the stripes from Friday…..
I have tried viewing Chrome, Firefox, IE and Safari – all display the old footer in pink.
Anything else I can try..?
Thanks
January 20, 2014 at 10:42 am #212155Sorry Ismael, I have just tried changing the header font for a second time in the styling tab and again it doesn’t change on the front end so fully back to square one!
January 21, 2014 at 3:36 pm #212822Hi Ismael –
Did you manage to find anything else that I might try..? The problem is still there – it is taking a day to update the changes for some reason..??
Will updating to 2.4.5 version fix?
Thanks
January 21, 2014 at 3:51 pm #212830Hey!
You can try deactivating all active plugins and check if that helps. This is definitely not theme related. You can try updating to version 2.4.5
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
YigitJanuary 25, 2014 at 11:22 am #214769This reply has been marked as private.January 27, 2014 at 10:09 am #215242This reply has been marked as private.January 28, 2014 at 9:56 am #215700Hey!
Please add following code to the functions.php file:
add_action('init','deactivate_avia_css_cache', 10); function deactivate_avia_css_cache(){ remove_action('avia_ajax_after_save_options_page', 'avia_generate_stylesheet', 30, 1); }
It will deactivate the dynamic stylesheet generation and print the code in the head section. This should temporarily fix the issue and you can develop your website without changing the file permissions of the dynamic stylesheet.
Cheers!
PeterJanuary 28, 2014 at 12:55 pm #215746If you using someting like cloudflare or another CDN try clearing the cache on their end. I had the same issue ad found i needed to purge the cache on Cloudflare.
January 28, 2014 at 3:24 pm #215800This reply has been marked as private.January 28, 2014 at 3:40 pm #215817This reply has been marked as private.January 28, 2014 at 11:49 pm #216089Hi!
Have you tried Liam’s suggestion about clearing the cache? Please post the login details here, set it as a private reply. We would like to check it.
Cheers!
IsmaelJanuary 29, 2014 at 11:20 am #216315This reply has been marked as private.January 30, 2014 at 11:52 am #216904This reply has been marked as private.January 31, 2014 at 10:37 am #217355Hi – It has been 2 days now with no response to this issue. None of my styling changes are working – I changed the theme colours and then used an I pad that had never been used to access the website before on a completely different wi-fi connection at a friends house and the site still displayed a dark blue footer, not grey so the problem has changed from changes taking a while to appear due to a possible caching issue to changes not happening at all.
I have downloaded the “enfold.css” file from the server and ALL of the styling is crammed in to line 1 making it impossible to decipher – could this be causing the problem?
I REALLY NEED THIS ISSUE FIXING PLEASE! I am using your template to deliver a professional website for a client and these endless problems are making it impossible. The site is now live as the old one expired, I have had to create a holding page with the header and footer hidden as the styling is so awful.
Please – I need an solution today.
January 31, 2014 at 11:48 am #217385Hi again.
I have managed to fix the problem myself. The problem was that the site is installed on a Dreampress optimised package supplied by Dreamhost which uses something called ‘Varnish Caching’… (means nothing to me)… I spoke to their support who identified this as possibly being the issue as I went and installed the enfold theme on one of their “.dreamhosters.com” development domains which just uses their standard hosting to troubleshoot and I could change all the styling fine without any problems.
I downloaded a plugin called “varnish http purge” which has a button on the dashboard to manually purge the varnish cache which seems to have solved the problem. When you do make any changes you have to manually purge the cache and then also do a CTRL F5 hard refresh on your browser and the new settings load in.
If anybody else is using dreampress and is having styling issues – this is the solution!
January 31, 2014 at 2:20 pm #217426 -
AuthorPosts
- The topic ‘Enfold theme options – styling’ is closed to new replies.