Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Header Image Dimensions 60 x 198?

    #34400

    @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

    In reply to: Header Image Dimensions 60 x 198?

    #34398

    @seenuk, have you tried the suggested actions in this topic?

    Admin

    In reply to: header image not aligned, except on home page

    #34546

    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

    In reply to: Randomize posts in Slider

    #34494

    Create a functions.php in 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

    In reply to: unable to login or edit anything

    #34472

    Are you using WordPress Multisite for the site? If not, try deleting everything above the # BEGIN WordPress line.

    Also, did you try disabling all the plugins?

    Admin

    In reply to: Randomize posts in Slider

    #34492
    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

    In reply to: Header Image Dimensions 60 x 198?

    #34396

    Try going to Graphene Options > Display > Column Width Options, delete all the values so that each field is empty, and save the option.

    Admin

    In reply to: Header image

    #34562

    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

    In reply to: header image not aligned, except on home page

    #34543

    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

    In reply to: Randomize posts in Slider

    #34490

    Try disabling the Post Types Order plugin to see if it’s a conflict with the plugin.

Viewing 10 posts - 2,601 through 2,610 (of 6,030 total)