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
Each post and page has specific classes that you can use to target the elements on that post and page only, like what the codes above achieved. You can figure this out very easily using the Firebug add-on for Firefox, or the developer tools that come standard with Firefox, Chrome, and newer versions of IE.
if you’re not familiar with CSS coding, I suggest invest some time to learn it. It’ll save you a lot of time and frustration in the future. This page might be of interest to you: https://forum.graphene-theme.com/graphene-support/beginners-resources-possible-sticky
Admin
Yes, I did get your email with the login info. I’ve looked at your install and I suspect it’s the WP Super Cache plugin that’s not playing nicely with your site. I have deactivated the plugin, but you’ll need to delete the
advance-cache.phpfile from your server.You can’t delete the file from WP Admin, otherwise I would have deleted it. You’ll need to use FTP to delete the file, or via the file manager on your hosting control panel.
Admin
Try this:
body.category-games .entry-content,
body.category-games .entry-footer {
display: none;
}Admin
Quote:I would like to increase the width of the blog and also make a new header to fit the new width of the blog, could someone please explain how I would do this please.WP Admin > Appearance > Graphene Options > Display > Column Width Options.
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
It doesn’t exist anywhere — you need to create a child theme and place that code in the child theme’s
functions.phpfile. Follow through the links in the first post of that topic.Admin
Try deleting the
advanced-cache.phpin thewp-contentfolder on your server.Admin
Admin
The slider image settings is unrelated to the image being used for the header. You can’t use the slider image’s custom URL setting to affect the header.
The header image will be replaced with the featured image only if the featured image is equal to or greater than the dimension of the header image, regardless of the slider image settings. At this point, there is no option to define a custom URL for the header image.
But you may achieve this if you’re using a child theme. Or you can probably find a plugin that’ll allow you to set a different header image without resorting to the featured image.
Admin
Either define a featured image for all of the latest posts, or don’t define a featured image for any of them at all. Or you can also hide the image using CSS.
