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

    #211207

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

    #211217

    Hi

    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

    #211224

    Hi!

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

    #211245

    I 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.

    #211318

    Hi!

    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!
    Ismael

    #212153

    Hi 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

    #212155

    Sorry 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!

    #212822

    Hi 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

    #212830

    Hey!

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

    #214769
    This reply has been marked as private.
    #215242
    This reply has been marked as private.
    #215700

    Hey!

    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!
    Peter

    #215746

    If 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.

    #215800
    This reply has been marked as private.
    #215817
    This reply has been marked as private.
    #216089

    Hi!

    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!
    Ismael

    #216315
    This reply has been marked as private.
    #216904
    This reply has been marked as private.
    #217355

    Hi – 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.

    #217385

    Hi 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!

    #217426

    Hi!

    Glad you figured it out and thanks for sharing!

    Regards,
    Yigit

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Enfold theme options – styling’ is closed to new replies.