-
AuthorPosts
-
April 28, 2016 at 2:13 am #623433
Everything went perfectly updateing WP first, enfold after – only the themes css seems not to be loaded. None of the changes in enfolds setup in WP backend seems to change the frontend in any way. yet all my customizations have been imported. Appreciate any hint or help. have deactivated all of the plugins unless they are needed to run the site.
April 28, 2016 at 2:45 am #623440Hi psennhauser!
If your CSS is delivered using CDN like cloud flair check it in development mode.
It might also be due to To do browser cache. Please do a hard refresh… First press Ctrl + F5 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
If the above don’t sort out things for you it is possible that a plugin is in conflict with the theme.
To find the plugin in conflict please follow the below steps
1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedRegards,
VinayApril 28, 2016 at 2:50 am #623445Hi Vinay!
Sorry, not a clue what CDN like cloud is.
Both enfold and wp are at latest version.
I emptied cache and did lots of hard reloads.
MY coworker (on the other side of the world) exprienced the same problems after the update.
April 28, 2016 at 8:40 am #623524Vinay – I need a nudge for help:
In my sourcecode, the call for avia-dynamic-css points to the wrong file, as I have a routine which moves all uploads from content/uploads/ to my S3 storage and therefore my basic resource-link in WP points to S3 – but enfold saves its changes directly into the file uploads/dynamic_avia/enfold.css. I need to change the call for that stylesheet in my main header – in which file is it, though?
Thanks for help – Peter
April 29, 2016 at 6:04 am #624107Hi!
The CSS is loading correctly on my end please check attached screenshot. Not sure if you got this sorted.
You can link to the stylesheet by adding the following in functions.php
/* Enqueue Styles using static path */ function my_theme_styles() { wp_register_style( 'custom_css', 'http://domain.com/css/custom.css' ); wp_enqueue_style( 'custom_css'); } add_action( 'wp_enqueue_scripts', 'my_theme_styles');
Regards,
VinayApril 29, 2016 at 7:35 am #624135Thanks, Vinay, I got it yesterday. I’m still thankful for the proper way to hard-path to the css.
April 29, 2016 at 7:47 am #624137Hey!
Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay -
AuthorPosts
- The topic ‘CSS seems not to load after update to wp 4.5.1 and Enfold 3.5.4’ is closed to new replies.