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
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
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.phpand 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
That must be because you are applying custom styles to the
h1andh2elements in the header. Change the custom style to apply to their respective classes instead, i.e..header_titleand.header_desc.Admin
Add to your child theme’s
style.cssfile or the Custom CSS option:.comment-entry {
color: #929292;
}Admin
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
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
In reply to: Graphene Mobile doesn't not appear in the WordPress Plugin Menu
July 15, 2011 at 10:54 am #15282Hi there,
You need to upload the
graphene-mobilefolder into thewp-content/themes/folder, and not the plugin folder. Try that and let me know if you’re still having problems.Admin
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
The problem is with your permalink settings. There is no
%pagetitle%tag. I believe you’re looking for%postname%instead.Admin
URL?
