Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Show only title of post

    #35713

    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

    In reply to: Concerning update of frontpage

    #35879

    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.php file 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

    In reply to: Show only title of post

    #35711

    Try this:

    body.category-games .entry-content,
    body.category-games .entry-footer {
    display: none;
    }
    Admin

    In reply to: Blog width and header image

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

    In reply to: Position of latest message on homepage

    #36024

    Marking thread as resolved. You can do this yourself as well.

    Admin

    In reply to: Change Block Button Text

    #36030

    It doesn’t exist anywhere — you need to create a child theme and place that code in the child theme’s functions.php file. Follow through the links in the first post of that topic.

    Admin

    In reply to: Concerning update of frontpage

    #35877

    Try deleting the advanced-cache.php in the wp-content folder on your server.

    Admin
    Admin

    In reply to: Display certain header for certain pages

    #36025

    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

    In reply to: Position of latest message on homepage

    #36022

    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.

Viewing 10 posts - 2,391 through 2,400 (of 6,030 total)