Frequently Asked Questions About the Blaskan WordPress Theme
Frequently asked questions about the Blaskan WordPress theme covering setup, customization, archives, image handling, menus, caching, and theme testing.

Common questions about the Blaskan WordPress theme, organized by topic. If you have a specific setup question not covered here, the support page covers troubleshooting in more detail and the documentation covers configuration options.
Getting Started
Where do I start after activating the theme?
The second step is to assign widgets to the sidebar. Go to Appearance > Widgets and add what you need to the Main Sidebar area. If you leave it empty, Blaskan expands the content column to fill the full width automatically.
The getting started documentation walks through the full activation sequence including menu setup and initial Customizer choices.
Does Blaskan require any plugins to work?
Some optional features work better with specific plugins. Contact forms need a form plugin like Contact Form 7 or similar. Social sharing buttons require a sharing plugin if you want them. These are not part of the theme itself.
Is Blaskan compatible with the block editor?
Classic editor mode also works without issues. If you use a page builder plugin, results will vary depending on the plugin's approach to markup and layout.
How do I set up the navigation menu?
Blaskan's menu works best with flat, one-level structures. Dropdown submenus are supported but should be used sparingly. On narrow viewports, submenus can be difficult to access if they nest deeply. A separate dedicated page often works better than a deeply nested dropdown.
Customization
How do I change the site logo?
If you want to use a text-only site title instead of a logo image, leave the logo field empty and make sure the Site Title field in Site Identity is filled in.
Can I change the font or color scheme?
If you want to adjust typography or colors, the cleanest method is a child theme with targeted CSS overrides. This keeps your changes separate from the theme files so updates do not overwrite your work. See the child theme basics documentation for a straightforward setup.
How do I remove the sidebar?
If you have widgets in the sidebar but want a specific page to be full width, you can use a child theme to create a full-width page template and assign it to that page.
Archives and Widgets
Can I change how many posts appear on the archive page?
A lower number creates a less crowded archive with more white space between entries. A higher number gives readers more to scan before the next page. Ten is the default WordPress value and a reasonable starting point.
Why is my sidebar showing content I did not add?
If the sidebar shows default WordPress widgets you did not add (such as Recent Posts or Meta), these were added by WordPress automatically when no other widgets were present in the area. You can remove or replace them.
Image Handling
What image sizes does the theme use?
For featured images in archive views, the theme uses a landscape crop. The exact pixel dimensions depend on your WordPress media settings. Recommended minimum for featured images is 1200px wide to prevent upscaling on high-density displays.
My featured images look stretched or blurry. What should I do?
Blurry images on high-density screens indicate the image source is not high enough resolution for retina displays. The practical rule is to upload images at 2x the intended display size.
How do I set a featured image for a post?
If the Featured Image panel is not visible, check Screen Options at the top of the editor page and make sure Featured Image is checked.
Menu Behavior
The mobile menu is not opening. What should I check?
A plugin that loads scripts in a way that conflicts with the theme's JavaScript can cause this. Deactivate plugins one at a time to isolate the conflict.
Also check that the menu has been assigned to the Primary menu location in Appearance > Menus. A menu that is not assigned to a location will not appear in the header.
Can I add a second navigation menu?
Demo Questions
What is on the demo site?
The demo guide page on this site explains each section of the demo environment and what to look for in the layout behavior.
Does the demo reflect the exact default theme output?
Content Edge Cases
What happens with very long post titles?
The theme unit test site mentions some content patterns. What does that mean?
Caching and Stale CSS
I made a CSS change but the site still looks the same. What is happening?
If you use a caching plugin (WP Rocket, W3 Total Cache, LiteSpeed Cache, or similar), clear the plugin cache after making style changes. The plugin may be serving a cached version of the stylesheet to all visitors.
A CDN in front of your site adds another layer. If you use Cloudflare or similar, purge the CDN cache after changes.
After a WordPress update my site looks different. What should I check?
Comparing the site with caching disabled is the first step. If the issue is visible without caching, it is more likely a compatibility change. If it disappears when cache is cleared, the issue was a stale cache serving old files.
Theme Testing
What is the safest way to test theme changes?
If a staging environment is not available, use a child theme to contain all changes. This means a theme update does not overwrite your modifications. Never edit the parent theme files directly on a live site.
The child theme documentation explains the setup clearly.