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
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
!importantin it, which is not a good way of doing things. If you added that code, try to use more specific selectors or drop the!importantbit.Admin
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_dateaction hook.Admin
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
You will need to use a child theme and write a custom function to achieve this.
Admin
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
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
That was a custom implementation using a child theme, not a plugin.
Admin
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
Marking thread as resolved. You can do this yourself as well.
Admin
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.
