Forum Replies Created
-
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
To be honest, a lot depends on how he wrote his code in the first place, but it should be fairly standard.
Mod
It’s not quite that simple, but depending on your skill level with PHP and your willingness to try things out, yes, it can be that simple.
See this (now ancient) thread for starters:
https://forum.graphene-theme.com/feature-requests/customizable-message-blocks
Mod
If all you want to do is add some shortcodes to your site, you don’t need to edit theme files. You can create a child theme functions.php file and add them there.
Mod
Quote:Can we transfer all edits to the childFor an easy way to do this, see the post I wrote here:
Quote:reset the parent without losing all settings, and header etc. made in the options panel?From any page in Graphene options, export the theme settings while still running Graphene. Then switch to your child theme and import those settings.
Mod
You might want to check the documentation on the WordPress HTTPS plugin to see if there is a way it can manage custom css. If not, you can try contacting the plugin author(s).
Mod
In reply to: Comments Disabled Completely – but i'm still getting robots posting 40 comments weekly
October 23, 2014 at 3:58 pm #43630Quote:I think by changing the Discussions settings, only thing it does is make it invisible to general readers. The bots still can access the comments sections code.No, it’s still visible to everybody. This seems to be a bug in WP 4.0, as it happens in a test environment regardless of theme and with all plugins disabled. I’ll check in my spare time, but I haven’t found anything about it in the usual WP discussion channels thus far.
Mod
You have this line in your custom CSS:
#content, .menu-bottom-shadow, #sidebar_bottom{background-color: #f5f5f5}Take out
.menu-bottom-shaddowso that it looks like this:#content, #sidebar_bottom{background-color: #f5f5f5}Now add to custom CSS:
.menu-bottom-shadow {
background: none;
height: 0;
}Mod
Firefox in Windows 7
Mod
And there’s another one of those websites where I have to view the source code to verify that it is built on Graphene. Nicely done!
