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
The Meta widget comes with standard WordPress package, and therefore I wouldn’t recommend editing it directly as that would involve editing WordPress core files. This means any changes you made will be lost the next time you update WordPress.
It’s probably easiest to use a plugin instead, like the Customize Meta Widget plugin. Or you can define your own custom widget and use that instead.
Admin
Depends on the complexity/customisability of the slider. If you want the same slider (with the same posts) to be displayed in the category page, then it’s easy. But if you want a whole different set of slider, with its own settings, that will be quite an effort.
Admin
1) Yes, you can.
2) If you want to hide the menu bar only for certain pages, you need to use custom function that will add the necessary CSS code for that particular page. By using a child theme, you can do this by creating a
functions.phpfile in your child theme and then writing the custom function in that file.Admin
This is not a bug. The title is coded so that it displays the title of the current page being viewed first, then the website name.
Admin
Assuming you’re using a child theme, add the following to your child theme’s style.css file:
.entry-content img{
border:none;
}Admin
The easiest way to achieve this is by using a child theme, and then add the following code in your child theme’s
style.cssfile:#top-bar{
display:none;
}
#nav{
background:#ff0000;
}Note that the black bar below the header is the background to the menu. What the code above does is hide the top bar and change the background colour of the menu to red (
#ff0000). Change the HTML colour code to use whatever colour you’d like.Admin
I was afraid that this is gonna happen…
I will add a confirmation page before uninstalling the theme in the next update 🙂
Admin
I’m thinking of implementing it in this way:
There would be a global setting to enable or disable the AddThis button in Posts and/or Pages, but you can also set the setting in individual pages, which will override the global setting.
By extension, this can be implemented for the AdSense ads as well.
Quite a fair amount of work. The next update will probably take some time.
Admin
Admin
For the slider image: https://forum.graphene-theme.com/topic/slider-image
As for changing the font colour of the post and slider title, you can do that by using a child theme: https://forum.graphene-theme.com/topic/slider-image
