Static CSS / Page speed
I read this: http://themes.muffingroup.com/betheme/documentation/#static-css (I use BeTheme Version: 14.0.1)
But I have diffucult to understand how can I retrieve the static css.
When I look into the source code then I see a lot of css files example:
----
http://www.domain.de/wp-content/themes/betheme/css/base.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/css/layout.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/css/shortcodes.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/animations/animations.min.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/ui/jquery.ui.all.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/prettyPhoto/prettyPhoto.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/jplayer/css/jplayer.blue.monday.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/css/responsive.css?ver=14.0.1
http://fonts.googleapis.com/css?family=Droid+Sans:1,300,400,400italic,700,700italic&ver=4.5.3
http://fonts.googleapis.com/css?family=Droid+Serif:1,300,400,400italic,700,700italic&ver=4.5.3
http://fonts.googleapis.com/css?family=Open+Sans:1,300,400,400italic,700,700italic&ver=4.5.3
http://www.domain.de/wp-content/plugins/wp-google-map-plugin//assets/css/frontend.css?ver=4.5.3
http://www.domain.de/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.12
http://www.domain.de/wp-content/themes/betheme-child/style.css?ver=14.0.1
--
But I don't see style.php or style.colors.php.
My questions:
a) The contents of which css files I need to copy to the style-static.css?
b) Where should I place the file style-static.css? Under wp-content/themes/betheme/style-static.php?
c) Can I take them even under wp-content/themes/betheme-child/style-static.php?
But I have diffucult to understand how can I retrieve the static css.
When I look into the source code then I see a lot of css files example:
----
http://www.domain.de/wp-content/themes/betheme/css/base.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/css/layout.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/css/shortcodes.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/animations/animations.min.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/ui/jquery.ui.all.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/prettyPhoto/prettyPhoto.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/assets/jplayer/css/jplayer.blue.monday.css?ver=14.0.1
http://www.domain.de/wp-content/themes/betheme/css/responsive.css?ver=14.0.1
http://fonts.googleapis.com/css?family=Droid+Sans:1,300,400,400italic,700,700italic&ver=4.5.3
http://fonts.googleapis.com/css?family=Droid+Serif:1,300,400,400italic,700,700italic&ver=4.5.3
http://fonts.googleapis.com/css?family=Open+Sans:1,300,400,400italic,700,700italic&ver=4.5.3
http://www.domain.de/wp-content/plugins/wp-google-map-plugin//assets/css/frontend.css?ver=4.5.3
http://www.domain.de/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.12
http://www.domain.de/wp-content/themes/betheme-child/style.css?ver=14.0.1
--
But I don't see style.php or style.colors.php.
My questions:
a) The contents of which css files I need to copy to the style-static.css?
b) Where should I place the file style-static.css? Under wp-content/themes/betheme/style-static.php?
c) Can I take them even under wp-content/themes/betheme-child/style-static.php?
Comments
1. Please take a look at http://themes.muffingroup.com/betheme/documentation/#static-css under UPDATE!!! section where the image with the content of css is.
2. This file should be in main theme folder.
3. You can try but we are not sure if this would work.