Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: New navigation menu in version 1.4 – a heads up

    #15240

    Those having an issue with this error message:

    Warning: Missing argument 2 for wp_kses(), called in ...

    please see my reply here: https://forum.graphene-theme.com/graphene-support/headlines-in-header#post-5635

    Admin

    In reply to: Headlines in header

    #15310

    Hurm..is the Custom CSS still updated? This bug slipped past me through the development and beta testing period. It’s a simple fix, though.

    Just open up the graphene/admin/validator.php and change line 294 from this:

    $input['custom_css'] = wp_kses( $input['custom_css'] );

    to this:

    $input['custom_css'] = wp_kses_post( $input['custom_css'] );
    Admin

    In reply to: Headlines in header

    #15308

    That must be because you are applying custom styles to the h1 and h2 elements in the header. Change the custom style to apply to their respective classes instead, i.e. .header_title and .header_desc.

    Admin

    In reply to: How to change the comment reply text colour?

    #15227

    Add to your child theme’s style.css file or the Custom CSS option:

    .comment-entry {
    color: #929292;
    }
    Admin

    In reply to: Widget Height

    #15059

    The easiest way is to target those bottom row widgets individually and apply a separate CSS, like this:

    #sidebar_bottom #my_calendar_mini_widget-4,
    #sidebar_bottom #text-4,
    #sidebar_bottom #fmewwidget-3 {
    height: 300px;
    }

    The downside to that is that the element ID may change if you remove the widget from the widget areas, so you’ll need to adjust the CSS accordingly after you modify your sidebar in the future.

    Admin

    In reply to: Internal Server Error

    #15276

    Would you mind giving me FTP access to your server? That would greatly help me to troubleshoot the problem. You can send the details to me via my website’s contact form: http://www.khairul-syahir.com/contact-me

    Admin

    Hi there,

    You need to upload the graphene-mobile folder into the wp-content/themes/ folder, and not the plugin folder. Try that and let me know if you’re still having problems.

    Admin

    In reply to: How to add footer links?

    #15297

    Go to WP Admin > Appearance > Menus and you’ll see there’s a new menu location called “Footer Menu”. Just create your custom menu and then assign it to that menu location.

    If you’re not familiar with the Custom Menu function in WordPress, here’s a rather comprehensive guide: http://codex.wordpress.org/Appearance_Menus_Screen

    Admin

    In reply to: slider view button

    #15218

    The problem is with your permalink settings. There is no %pagetitle% tag. I believe you’re looking for %postname% instead.

    Admin

    In reply to: How to change the comment reply text colour?

    #15225

    URL?

Viewing 10 posts - 4,651 through 4,660 (of 6,030 total)