Forum Replies Created
-
Mod
I am unable to reproduce this error on either of my test servers. Try disabling plugins and seeing if the issue continues to occur.
Quote:I use my blog posts page as the front pageI take it that you are not using a static front page?
Mod
Quote:the text length in the excerpt box but not the box itself. i want to reduce it to the 2 inches in height it is now to about 1 inch.Are you talking about the excerpt that appears in the slider, or the slider itself? Or are you talking about the homepage panes?
Quote:Also, the thumbnail would need to be reduced to 100 as well.Generally, this should be under Settings >> Media
Moved to Support.
Mod
You can paste the codes I gave you in Graphene options >> Display Options >> Custom CSS
Mod
You’ll need to have FTP access to your site, along with an FTP client like FileZilla.
Mod
Quote:Probably as easy as changing or adding a line in the “Graphene: Stylesheet (style.css)”First, you do not want to edit theme files. Use a child theme or custom css option.
For the first one, add this to custom css:
.previous, .previous a, .previous a:visited, .next-post, .next-post a, .next-post a:visited, .parent-return {
color: #FF7500;
}For the second and third:
#comments > h4, #respond > h3, h3.author-post-list {
color: #FF7500;
}Since you don’t like captchas, be sure to use a solid plugin like Akismet to prevent comment spam.
Mod
I’ve gotta admit, there are some sites that I have to look at the style sheet to realize they are Graphene or even WordPress, and this is one of them. Very impressive. I especially like the progress bar at the bottom that show your hours and what the current time is. An excellent way to get information across visually. Pity it’s not available on this side of the Atlantic.
Don’t forget about this.
Mod
In reply to: How to remove post navigation links that appear above content area?
April 25, 2014 at 4:11 pm #42600That is good. Which other items aren’t working?
Mod
In reply to: How to remove post navigation links that appear above content area?
April 25, 2014 at 1:37 am #42598Try
.post-nav {
display:none;
}Quote:Not sure if this could all be due to WP Updates, etc?Yes. That post was from two years ago, and both Graphene and WordPress have moved on in the meantime. Which version are you on? You can read the changelog [url=https://forum.graphene-theme.com/graphene-theme/changelog/]here[/url]. It doesn’t give you the details, but you can figure out quite a few things from it.
Mod
In reply to: OCD Alert – Main Content and Widgets have a 3px from navbar
April 23, 2014 at 5:43 pm #42588Yup.
Try
#sidebar-1, #sidebar-2 {
margin-top: 0;
}Mod
In reply to: OCD Alert – Main Content and Widgets have a 3px from navbar
April 23, 2014 at 3:35 pm #42586#sidebar-1 {margin-top: 0;}
