Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Header image not displayed on 3 sites

    #39977

    You have this piece of CSS code in your page that’s causing the issue:

    img {
    border-width: 0 !important;
    margin: 0 !important;
    }

    That is an extremely generic CSS declaration with !important in it, which is not a good way of doing things. If you added that code, try to use more specific selectors or drop the !important bit.

    Admin

    In reply to: Time Under Post

    #39975

    You would need to use a child theme for this. It’s not straightforward, but basically you’ll need to create a function that prints out the time for the post, and then attach that function to the graphene_post_date action hook.

    Admin

    In reply to: Questions about colours and width of the slider!

    #39954

    The width of the slider is the width of the content area. You can modify this in Graphene Options > Display > Column Width Options. The colour of the widget box shadow can be changed in Graphene Options > Colours > Widgets.

    Admin

    In reply to: Different height of header

    #39973

    You will need to use a child theme and write a custom function to achieve this.

    Admin

    In reply to: Plugin repeatedly fails to upload

    #39972

    Hi beeann,

    Please make sure that you’ve followed the installation instructions as outlined here:

    https://forum.graphene-theme.com/graphene-mobile/installation-instructions/

    Admin

    In reply to: error on updating

    #39962

    From the [url=https://forum.graphene-theme.com/graphene-mobile-neo/frequently-asked-questions/]theme’s FAQ[/url]:

    Quote:
    When trying to update the theme, I received an error message containing “PCLZIP_ERR_BAD_FORMAT (-10)”. What broke?

    Nothing. 99% of the time this is due to the API Key being missing from the theme’s options page. Make sure that you have inserted the API Key for the product that you have received after your purchase in the theme’s options page, and then try performing the update again. You may need to try performing the update twice more since WordPress caches update check and response.

    If you have lost your API Key, you can retrieve it from your [url=https://forum.graphene-theme.com/your-account/]Account Page[/url].

    Admin

    In reply to: WordPress PlugIns – Pane Buttons

    #39942

    That was a custom implementation using a child theme, not a plugin.

    Admin

    In reply to: Installer un logo dans mon blog

    #39932

    There is no separate option for header image and logo. You would need to incorporate your logo into your header image if you want your logo to appear in the header.

    Or you can also use the Header Widget Area and place your logo manually that way.

    Admin

    In reply to: issue with replacing social images in child theme

    #39938

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

    Admin

    In reply to: the slider doesn't work

    #39345
    Quote:
    I have been inserting custom CSS into the CSS box within Graphene Display Options, but I just discovered that this can slow down my site. Should I move it to the Stylesheet CSS Editor temporarily until I do create a Child Theme?

    Don’t worry about it. You’ll have to have thousands of lines in there before it starts slowing down your site.

Viewing 10 posts - 1,621 through 1,630 (of 6,030 total)