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
The Franz Josef demo site is running PHP 7.1 and everything is working normally. Try disabling your plugins to see if any of those is causing the issue instead.
Admin
Try this:
.boxed-wrapper, #content { background: none; }Admin
Looks like it’s a small bug with the code that applies the customization. We’ll include the fix in the next update.
Admin
Seems to be working normally from my end. If you’re seeing something different, try clearing your browser’s cache.

Admin
The search box in Graphene is the standard WordPress feature. Try searching for a plugin that can restrict WordPress search feature to just posts.
Admin
Might be a plugin conflict. Try disabling your plugins one by one and see which of them might be causing the issue.
Admin
The topic you linked to was actually for a different theme, Franz Josef. Though Graphene and Franz Josef share similar layout framework (Bootstrap), the way they’re implemented is quite different. You will likely need different code for Graphene.
To move the position of the header bar over the header and set it’s background to transparent, you can use this code:
.navbar { margin-top: -40px; background: none; } .navbar-inverse #header-menu-wrap { background: none; }Admin
You can modify the height of the slider for mobile devices in Customizer > Graphene: General > Slider > Slider height (mobile).
Admin
That’s really not a good idea, since updates may include security fixes as well, on top of new features and enhancements. You can just swap the updated style.css with the modified style.css either, since some new features will require new styling as well.
Why do you need different child themes for different subpages? You should only need a single child theme, and make all the modifications there.
Admin
Not really…there’s a few bugs that led to the issue, and fixing it involves modifying several of the theme’s files. The update won’t be long before it comes though; we’re expecting either this week or the next.
