fashioncitizen
Member
Posted 4 months ago #
I've been fighting to figure this out. I'm using the Comfy Magazine 2.1 Template by Deluxe Themes (Free Version). Sometimes the graphical blog does not display and instead shows up almost like you would be looking at it in a cell phone browser.
I have tried in IE and Opera. It occurs in both. I have tried with all widgets except Deluxe Theme disabled and with all widgets enabled. It still happens. Any ideas how to fix?
Tony, Executive Editor
Fashion Citizen
www.fashioncitizen.com
Open your theme's style.css ( http://www.fashioncitizen.com/wp-content/themes/comfy-plus/style.css ) and change its text to:
/*
Theme Name: ComFy Magazine Plus
Theme URI: http://deluxethemes.com/comfy/
Description: A feature-rich CMS / Magazine theme for WordPress by <a href="http://deluxethemes.com/">Deluxe Themes</a>.
Version: 2.1
Author: Ahmad Fouad
Author URI: http://deluxethemes.com/
*/
@import url("styles/default/reset.css");
@import url("styles/default/layout.css");
@import url("styles/default/global.css");
@import url("styles/default/header.css");
@import url("styles/default/menu.css");
@import url("styles/default/featured.css");
@import url("styles/default/category.css");
@import url("styles/default/sidebar.css");
@import url("styles/default/footer.css");
@import url("styles/default/comments.css");
@import url("styles/default/layout_options.css");
@import url("styles/default/videos_list.css");
And now check if the theme loads properly.