Hi,
I have the following problem:
Whenever there are no widgets assigned to the sidebar the archive, categories and calendar widget seem to be shown as default, eventhough I created no widgets. I turned them off with the css code:
.widget_calendar {
display: none;
}
.widget_archive {
display: none;
}
.widget_categories {
display: none;
}
This works fine, but leaves the spot where the sidebar is empty. The main content is cropped to the left side of the screen. How can I use the full width of the screen without any sidebar widgets?
Thanks in advance.
Best,
Stephan
I’ve been working on this for the past few days, thinking I’ve overlooked some setting, but I think the theme may not be working as intended.
At the top of the page is the header with a navigation menu and the site name and description. Below that is a slideshow that can be disabled or enabled. By default it is enabled. Beneath the slideshow is a section for Featured Links and beneath that is a section where the latest posts are supposed to be shown. If I disable the slideshow, it will display the latest posts, but if the slideshow is enabled, the latest posts are missing and it displays the message:
Not found.
Sorry, no items found, in this section.
Ideally, I’d like it to show the latest posts including the custom post types (which I can get to show up in the slideshow), but at the very least it should display any blog posts. Those are standard WordPress stuff, so it shouldn’t be difficult to display them. If it was working correctly, it should look something like the demo at:
https://savana.demo.themeinprogress.com/haaski-magazine-pro/
]]>