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
What happens if you add an image to the post? In any case, try switching to the default twentyeleven theme for a moment and see if the same thing occurs.
Admin
Screenshot? What does the dashed circle look like? Does it mean that the image can’t be loaded? Check your hosting and make sure hotlink protection is disabled (or whitelist facebook.com).
Admin
Link to your site? If you’re using static front page, you can do this easily by setting the front page template to three columns, and setting the default column option to two columns in Graphene Options.
Admin
Do those categories have posts assigned to them? Only the categories that have posts assigned to them will be displayed there.
Admin
Why do you have this line in your Custom CSS option:
add_post_type_support('page', 'excerpt');That’s PHP code, not CSS code, and it’s causing whatever CSS codes you enter after that line to not be parsed.
Whatever is entered into the Custom CSS option is printed out into the
<head>element of the site.Admin
That is because there are other overriding CSS codes that control the width of the page. Use the Firebug to view which CSS code is having the final effect on the element.
In this case, the overriding CSS declaration for that particular page is this:
.one-column .post.nodate {
width: 930px;
}Admin
Quote:I use Easy Contact Forms plugin for a contact form, but the fields stick out to the right of the background. The field labels are to the left of the fields.It’s probably easiest just to add some CSS to the Graphene Mobile Custom CSS feature so that the form displays properly in the mobile theme.
Admin
In reply to: Home page picks a random page image for top of screen
October 19, 2012 at 10:42 am #33264Go to WP Admin > Appearance > Graphene Mobile > Display > Posts Display Options, and tick the “Hide automatic image at the top of posts” option.
Admin
Assign the contributor as the author for that page?
If not, there are plugins you can use to achieve this, like Role Scoper.
Admin
Do you want to display all those images at once, or rotate through them one by one?
