Forum Replies Created
-
Mod
I second the vote for AddThis. They cover all your social sharing sites with one bit of code, they offer a number of options, and it’s just copy and paste. If you are interested, they also offer some sort of anayltics.
Mod
Unfortunately, no. I only know enough about MYSQL to really mess things up. (This is the voice of experience you hear.) But you can try this search on the WordPress Codex. Good luck!
Ken
Mod
That’s your Adsense area. Apparently you’ve selected the option but haven’t entered any code. You can turn this off through the Graphene options.
Ken
Mod
You need to add this to your custom CSS:
#header {
height: 454px;
}changing the height to the height of whatever your new image is.
Found it here.
Have fun!
Ken
Mod
This is showing up in the CSS:
position: absolute; top: -10000px; height: 0pt; width: 0pt;An absolute position with a top position of -10000px would put your widget in orbit. Also, a height of 0pt isn’t doing it any good. (Should be
pxfor onscreen, btw, notpt.)Ken
Mod
I still have access to my old publichtml folder. Can I restore from there?
I believe the settings are actually stored in the MYSQL database. Do you still have access to that?
Can someone provide a link where a full desctiption can be found about how to create and how to use a child theme.
I am working on that. In the meantime, try out this page from the Graphene wiki:
http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme
and this page from the WordPress Codex:
http://codex.wordpress.org/Child_Themes
You will need to use FTP.
Cheers,
Ken
Mod
In reply to: How to move nav-menu dropdown image from left to right side?
September 14, 2011 at 4:08 pm #17093Dalin,
This is very difficult to do, because the image is part of the
<li>tag which generates the menu item. Thepadding-leftthat you see above keeps the text from overlapping the image. Take a look at this page for more info. You might want to play around with this advice and see if anything there works for you.I strongly advise against modifying the theme’s files because any changes you make will be lost in the next update. See this page in the theme’s wiki: http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme
Don’t forget to put code between backticks.
Welcome aboard,
Ken
Mod
Dave,
Take a look at what Jon did to his site using this action hook in this post: https://forum.graphene-theme.com/graphene-showcase/showing-off-wasdale-mountain-rescue
Hope this helps,
Ken
Mod
Brent,
Check on this page in the Showcase: https://forum.graphene-theme.com/graphene-showcase/showing-off-wasdale-mountain-rescue
Completely agree with you: Jon does some great stuff.
Cheers,
Ken
Mod
I see now. Would this solution work for you — instead of creating a “Downloads” page, create a “Downloads” category, and then link the category in the navigation bar (using a custom menu). I’ve done something similar on my blog. Take a link at my navigation bar and see if that would work for you.
Cheers!
Ken
