Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Can anything be done about the load time of this theme? › Reply To: Can anything be done about the load time of this theme?
Hello,
I disabled “custom-styles.php” and “color-style.php” files from loading.
I copied all the generated css code from color-style.php to elvyre child theme’s style.css file.
The problem is that all the files are now hosted at CDN and the style.css of elvyre child theme needs to be updated.
CDN version of style.css: http://generalhomeinspection.clevelandseoguy.netdna-cdn.com/wp-content/themes/elvyre-child-theme/style.css?ver=1.0
Current site version of style.css which i have modified: http://generalhomeinspection.com/wp-content/themes/elvyre-child-theme/style.css?ver=1.0
Also, I can see that icon fonts don’t get loaded because of the cross-domain policy. I added the .woff and .ttf to “Exclude if substring” field in CDN settings, but there are no changes. Have you changed a location of those font files in .php files? They need to be located on the same domain as the wordpress is.
Robert