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
@seenuk, would you mind sending me the login details to your WP Admin as well as FTP access to your server so that I can investigate the issue? You can send me the details via the contact form on my site.
Admin
@seenuk, have you tried the suggested actions in this topic?
Admin
Try exporting the theme’s options, then reset it, then set it again. It’s likely that there’s some stray settings from the previous versions that’s messing up the editor style width.
Admin
Create a
functions.phpin your child theme’s folder. Then, add this code:<?php
function graphene_custom_slider_args( $args ){
$args['suppress_filters'] = 1;
return $args;
}
add_filter( 'graphene_slider_args', 'graphene_custom_slider_args' );Admin
Are you using WordPress Multisite for the site? If not, try deleting everything above the
# BEGIN WordPressline.Also, did you try disabling all the plugins?
Admin
Quote:If there is a conflict, then maybe renaming some function or variable in the theme or plugin?No, because it’s not a naming conflict. Basically, the plugin is overriding the parameters that the theme passes to WordPress when fetching the posts for the slider.
There may be a way to prevent the plugin from overriding the parameters, but you’ll need a child theme to try it. Create a child theme first and then post back here when you’ve done it.
Admin
Try going to Graphene Options > Display > Column Width Options, delete all the values so that each field is empty, and save the option.
Admin
Hi lakenjr,
Unfortunately there is no support for custom header image in Graphene Mobile yet. This is mostly due to the variety of dimensions of different devices and orientation, that implementing such a feature is not a straightforward process.
For the time being, if you’re handy with coding, you can probably implement a temporary workaround for the feature yourself using pseudo-child theme for Graphene Mobile.
Admin
If you’re still seeing this issue, it might be a carryover of a previous bug related to the column width option. Try going to Graphene Options > Display > Column Width Options, delete all the values so that each field is empty, and save the option.
Admin
Try disabling the Post Types Order plugin to see if it’s a conflict with the plugin.
