Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
At the moment, you can only exclude the slider posts from the regular posts listing if you’re using “Show posts from categories” option for the slider content.
Admin
In your case, since you don’t actually have a header image in there, you’ll need to set the height for the header:
#header { height: 300px; }Admin
Thanks for the files. Looks to be working for me:

Just to confirm, you have changed your site’s language in “WP Admin > Settings > General” to Deutsch, right?
Admin
Please provide the URL to your site so that we can take a look.
Admin
The header image is now responsive, meaning it will adapt its width and height according to the width and resolution of screens with different sizes. Because of this, we had to change the implementation from being a background image of a container, to an element within the container itself.
This means two things:
- The header image now occupies a space within the container, and:
- The height of the container itself follows the size of the header image, in order to accommodate it.
When you add a widget area to the header image, that widget now appears after the header image, instead of on top of it. However, the header container now also has a maximum height which it won’t exceed, regardless of the content inside the header container. (You can set this property in Customizer > Graphene: General > Header). This results in your header widget not being visible, as the header image has taken all the available height in the header container.
This requires the header widget to be positioned manually, that overrides the default order of elements in the header container. Here’s a sample code that you can use in Additional CSS. It’s quite self-explanatory so you can tweak it to your needs.
#graphene-dynamic-widget-graphene_header { position: absolute; top: 10px; left: 10px; }Admin
There is a change in the theme’s
header.phpfile in the latest version. If you haven’t modified that file in the child theme, you can just remove it from your child theme. If you have modified it, you will need to redo the modification in the newheader.phpfile.Admin
Try updating to the latest version (2.1.2). If you’re still having this issue after that, you might need to rebuild the image thumbnails using the AJAX Thumbnail Rebuild plugin.
Admin
Still OK, using latest version of Chrome. Maybe you have Javascript disabled in Chrome? Try to disable all extensions as well, just to check.
Admin
Seems to work fine from my end:

Admin
Do you have
header.phpfile in your child theme?
