Forum Replies Created
-
Mod
Quote:now i want to have a new static home/front page plus have my blog on the siteWith WordPress you can have either
A blog on the front page
OR
A static front page with a blog on some other page (which you must create).
Graphene gives you the option of Homepage Panes, which will display blog posts beneath the static front page contents.
Mod
In reply to: I am not able to remove the text " Powered by WordPress and the Graphene Theme . "
December 7, 2014 at 3:21 am #44042Add to custom CSS:
#developer {display: none;}Moved to Support. Please post in the correct section next time.
Mod
Quote:my page that is the posts for my blog does not exist on my list of pages ANYWHERE. which is why i can’t do what the instructions say. when i go to set up the posts page it is not in the drop downYou have to create this page. It is a page, not a post.
Quick tutorial with pictures:
http://techblog.kjodle.net/2014/04/12/wordpress-child-themes-the-whys-and-hows/
Mod
In reply to: How do I remove the catergory archive header above my posts
December 4, 2014 at 1:34 am #43974Sorry, my bad. I read that as the top and bottom border question.
.archive-title {
display: none;
}It’s kind of been a long day.
Mod
In reply to: How do I remove the catergory archive header above my posts
December 4, 2014 at 1:34 am #43973Sorry, my bad. I read that as the top and bottom border question.
Mod
In reply to: Strange Characters with Spider Event Calendar – WordPress 4.01 – Graphene 1.9.4
December 4, 2014 at 1:20 am #43993I don’t see anything strange, except for some empty
<code>elements. Can you post a screenshot of what you are seeing?Mod
See this post:
Moved to Support. Please post in the correct section next time.
Mod
In reply to: How do I remove the catergory archive header above my posts
December 4, 2014 at 1:12 am #43971Use the Firebug extension for Firefox to nail down those selectors:
.post,
.entry-footer {
border: none;
}Moved to Support. Please post in the correct section next time.
Mod
And be sure to empty your browser and server caches every time you disable a plugin to ensure you are viewing newly-generated HTML.
Mod
You can also use the Graphene header widget and position it using CSS.
The easiest way, however, would be to create a separate header image which incorporates your regular image, your site title and tagline, and your logo all in a single file.
