Widget are not displayed on blogpage

Questions related to the configuration of Wordpress, themes, and security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Sep 18, 2015 11:37 am
Hi,

I am pretty new to wordpress, I like the steakhouse theme, but for a beginner, not always easy to understand. Lots of coding :-).

Now the problem is that I've created a blog page with news: http://www.ultimatumfoodbar.be/events/, but it doesn't show the sidebar widget that is created for this blogpage. Actually no widgets at all. I used the widget rule (no pages except: page:events (=blogpage). Also there is no title/header.

Is there a way to fix this? If the page is set to normal page, then the widgets appear but it does something strange to the header.

I also tried it to put in a category, but then i always get the following content: nothing found...

thanks for your help!
User avatar
Fresh Boarder

GK User
Fri Sep 18, 2015 1:33 pm
Hello,

Try to add "homepage" widget rule to display widgets on this page:
http://www.ultimatumfoodbar.be/events/
User avatar
Moderator

GK User
Fri Sep 18, 2015 1:48 pm
Hi,

thanks it works. But how can I add a title to the page? For example like the about me page?

thanks in advance
User avatar
Fresh Boarder

GK User
Fri Sep 18, 2015 1:56 pm
Hi,
Try to use a Text widget on Top widget areas.
User avatar
Moderator

GK User
Fri Sep 18, 2015 2:39 pm
Hi,

I tried, just don't get it right. I don't know how to get the right style like all the other titles. Like the title on your blog page (https://demo.gavick.com/wordpress/steakhouse/?cat=7). Normally it's done when you set up a page but on the post page it doesn't work. Is there any HTML code you need?

thanks for your help
User avatar
Fresh Boarder

GK User
Sun Sep 20, 2015 10:32 am
On the demo website, there's a category layout for the blog page, so it's a category title and description.
If you want to use this style in text widget, please use the following syntax:
Code: Select all
<div class="bigtitle">
    <h1 class="header">
    <span>Your Title</span>
   <small>Description text</small>
    </h1>
 </div>
User avatar
Moderator


cron