There is a problem loading the CSS-files. From what I’m guessing it is that your server doesn’t support the compression of the file.
If I look at the loaded styles that is included on your site it ends unexpectedly in the middle of it. The URL it is loaded from is: http://pho66.webege.com/w/wp-content/themes/hassiumize/styles/style.php?c=1
When I change the URL to not include the ?c=1
it loads the complete file.
I downloaded the theme and looked in the “style.php” file, and what the ?c=1
does is adding compression with gzip:
$compress = (isset($_GET['c']) && $_GET['c']);
$force_gzip = ($compress && 'gzip' == $_GET['c']);
Try editing your main CSS file to not include the query string, that might solve the problem. In your style.css change @import 'styles/style.php?c=1';
to @import 'styles/style.php';
Related Posts:
- Opinions and recommendations on the best barebones base theme [closed]
- Adding admin-ajax.php to the frontend. Good or bad idea?
- Different template of products for specific category. WooCommerce
- what the best way to include images from the template’s images folder?
- How do I add support to my theme for custom menus?
- How do I white label my self-hosted site created by wordpress?
- WordPress 5 / Gutenberg – theme doesn’t have featured image option showing up
- How to refresh WordPress Customizer panel upon entering a value
- Set Featured Image for Archive templates
- How do I add a new string to a .po or .pot file?
- Free/Open-Source Theme Frameworks as an Alternate to Thesis? [closed]
- can require “themefolder/includes/widgets.php” in “themefolder/functions.php” yet widgets.php doesn’t run
- Multisite: setting theme and options when a new blog is created
- How to use scss in wordpress theme?
- How to add the main style.css to my index.php?
- How to attach region identifier to a pretty url?
- WordPress as Backend, Laravel Front End: How to connect Routes?
- Remove action within a class in a parent theme from the child theme
- How to get themes from wordpress.com per SVN? [closed]
- Edit raw HTML of the landing page
- single.php change into a modal popup bootstrap wordpress
- How to move WordPress theme files into a subfolder without breaking the theme?
- remove rel=next on home page but not others
- How do you create a custom WPTouch theme?
- Added a new template file to a theme – get Call to undefined function error
- Theme broken after upgrading to WordPress 4.5, missing stylesheet?
- Renaming the Twenty Fourteen WordPress theme
- Defining different theme for Blog posts page
- Working with an Array inside Your Theme Options Array – Multiple Values
- WordPress Theme for Video Showcase [closed]
- Do not show excerpt in post content
- How to understand a specific bit of WordPress syntax
- How to unset comment_notes_before field in WordPress comment_form
- Widgets menu does not appear under “Appearance” in dashboard
- Calling widget via function in themes files (hard code)
- Child theme not working after Parent Theme Update
- How to loop over wp_get_themes() and create an array of themes name
- Combining wordpress themes
- how to use the slide show of Skylark in showcase?
- Switching to a child theme
- CSS Start Fresh option on; main.css still being loaded [closed]
- When creating a WordPress site how can you create different versions of the site with different themes?
- Restrict access to specific widget field based on user role
- Twenty Twelve theme search returns Nothing Found
- WooThemes PremiumNews Theme jQuery Conflict with WordPress 3.2
- Finding and disabling ‘rogue’ stylesheet from header: Source Sans Pro
- after_setup_theme is called three times
- Losing all my text and entries on ColorWay Theme
- Functions containing parameter ‘yourtheme’
- Change copyright text on the footer section [closed]
- WordPress front page empty, however, there is content on website
- How do I remove ‘Active Theme’ section from Customizer?
- Cant remove white space on my wordpress [closed]
- Blank line before doctype
- Cannot changing login button color, have tried theme, plugins… is it GoDaddy managed?
- WordPress Baskerville 2 translation
- .PO file is found but I don’t see translations: how to debug the problem?
- How To Show Different Footers For Different Post Types Pages?
- An unexpected error occurred when add theme
- Uploading new version of theme fails, folder already exists
- Posts & page twice display
- How to get ONLY the URL of the image that show_media_header returns?
- How to remove date, author and comment count from Chameleon search results page
- Index page is not working
- my blog crashes ie7?
- How would I got about calling a php file every time someone publishes a new post?
- Custom theme – pages in menu
- remove preloader in WordPress theme [closed]
- Setting Multiple Post Containers Across Homepage And Costumize Them
- Flexslider in child theme
- How to edit the default comment title?
- Why my function.php file in theme delete automatically? [closed]
- How to reverse the pagination numbers of an archive?
- Theme translates the_author_posts_link. How can I remove their translation?
- Theme CSS missing completely
- How to implement this layout?
- WordPress customizer extremely slow, cant work in it
- Missing privacy policy checkbox on login page (using Enfold theme)
- How exactly does WordPress load themes from api.wordpress.org?
- Themes don’t show up in the dashboard -> Appearance -> Themes
- Let custom text widget use the same font as the theme
- SSL errors when I activate my custom theme
- How to show taxonomy in WordPress shortcode
- wordpress theme link url
- Route to custom file
- “Template is missing” install error on non-child theme
- wordpress template page Usage [duplicate]
- No “available widgets” (wordpress 3.2.1 multisite)
- How to create a second index.php?
- Lightword Theme – only one menu item
- how to use Easy Docs theme to write a book?
- How to create an Single-Portfolio page?
- 2 WP websites same content different themes
- How is WordPress child related to Buddypress child theme
- “Parse error: syntax error, unexpected” and the WordPress Theme Editor no longer working!
- Define a Custom Template Part As A Widget Area
- Changing Sidebar In 2023 Theme
- Absolute and relative paths
- Get header/footer list for a theme
- Help!!! Old theme doesn’t load scripts and conflitcs with plugins