Forum Replies Created
-
Spam post/comments has nothing to do with Your Theme update ๐
And You just might look at this plugin: SI CAPTCHA Anti-Spam
http://wordpress.org/extend/plugins/si-captcha-for-wordpress/
Kim
Please insert Link/URL to the site in Question:
https://forum.graphene-theme.com/topic/help-us-to-help-you-1#post-4535
That aside:
Have You activated Akismet: http://akismet.com/
Kim
Well, You might try this one:
.two-columns .post {
border-top-right-radius: 0px;
width: 590px;
}Kim
As stated in Theme help text & many times here in forum:
Header image/background 960px x 198px.
Then insert Your logo with Photoshop or Your favorite image editor ๐
Kim
In reply to: Just installed graphene, with latest version of WordPress, now server crashing
June 13, 2011 at 3:39 pm #14735Without Link/URL to The Site in Question!
https://forum.graphene-theme.com/topic/help-us-to-help-you-1#post-4535
WordPress Scout Manual No.1 ๐
http://codex.wordpress.org/Child_Themes
Child theme allows you to modify the theme without actually modifying the theme’s core codes, so it makes sure that you can safely update the theme whenever there’s a new update without losing your modifications.
I strongly recommend that you use child theme to modify the theme instead of modifying the theme’s files directly.
It’s quite easy to do. Here’s how:
Create a
graphene-childfolder in wp-content/themes/Create a new
style.cssfile inside the graphene-child folder(Use Your favorite CSS editor or http://www.activestate.com/komodo-edit ๐
Copy and paste the following code into the new style.css
/*
Theme Name: Graphene Child
Theme URI: http://example.com/
Description: Child theme for the Graphene theme
Author: Your name here
Author URI: http://example.com/about/
Template: graphene
Version: 0.1.3.1
*/
@import url("/wp-content/themes/graphene/style.css");
/* Your modification goes under this line */You will only need to modify the values of the properties for the elements that you want to modify.
There’s no need to copy and paste the entire style.
Go to your WordPress Appearance > Themes admin page and activate the child theme.
You can learn more about using child theme at the WordPress codex page.
Kim
Just use Photoshop or Your favorite image editor.
You can remove link text in Header & link Header to Home Page ๐
Insert Picture in test Widget:
https://forum.graphene-theme.com/topic/how-to-insert-picture-in-text-widget#post-3037
Road to Color Change in Graphene Theme:
https://forum.graphene-theme.com/topic/how-do-i-change-blue-colours-in-graphene-theme#post-3397
WordPress Scout Rule no.1: (Please read first post)
https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme#post-54
Kim
Hi Monika
Please supply Link/URL to the site in Question:
https://forum.graphene-theme.com/topic/help-us-to-help-you-1#post-4535
Have You read these links:
http://en.support.wordpress.com/language-settings/
http://codex.wordpress.org/WordPress_in_Your_Language#Hungarian_-_Magyar_.28hu_HU.29
Also You can translate all Language files with this plugin:
http://wordpress.org/extend/plugins/codestyling-localization/
Kim
Hi D
Your pictures in Slider isnt right size ๐
Need to be 660px x Height of Value You set in Slider Height.
Kim
Hey Danielle.
.two-columns .full-sized .slider_post {
width: 660px;According to Your Slider Width 660px Your pictures inserted must also be 660px x px height of Slider in Your Setup ๐
Kim
