WordPress help - Ask your questions

Status
Not open for further replies.
Hey OP, great thread!

I'm having the same issue, I would like to get rid of the "posted by admin", but I also have a high keyword density of "posted in april" and "posted in". Can you take a look at Genesis Balance theme for me?

Much appreciated!
 
Hey OP, great thread!

I'm having the same issue, I would like to get rid of the "posted by admin", but I also have a high keyword density of "posted in april" and "posted in". Can you take a look at Genesis Balance theme for me?

Much appreciated!
This theme?
Code:
http://demo.studiopress.com/balance/

If yes, I don't see Posted by/posted in etc.
 
Yea, that's the one. I didn't find anything either. Oh well, I'm ready for a better theme anyway....
 
Yea, that's the one. I didn't find anything either. Oh well, I'm ready for a better theme anyway....
You got me wrong. What I meant is, where in the theme do you see Posted by, in etc.
 
Whoops

So, really "posted by" is actually just the author's name. The posted date on the top right is just the date. However, when checking my keyword density I find "posted by (name)" and "posted in (month)" over 3% density, so it's showing one thing to users and another to computers. I think
 
Whoops

So, really "posted by" is actually just the author's name. The posted date on the top right is just the date. However, when checking my keyword density I find "posted by (name)" and "posted in (month)" over 3% density, so it's showing one thing to users and another to computers. I think
Really weird. I went through a code a little and there is no mentioning of those words.
 
Hey this is great thread.

Will jump in when i stumble across something i cant fathom
 
Great Thread :) I am a bit stuck, I am using the Free Heatmap Theme, I want to add different style of Font for my main body amd Headings I also want to change the size of my main body text and put a slighty bigger gap between text on the main body.I have opened up the Style.css.

/* Typography Set Up
-------------------------------------------------------------- */


/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px)
-------------------------------------------------------------- */

body {
font-size: 75%;
line-height: 1.5;
width: 100%;
}



/* Headings
-------------------------------------------------------------- */


h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #000; }


h1 { font-size: 1.8em; line-height: 1; margin-bottom: 0.6em;}
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 0.6em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 0.6em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom:0.6em; }
h5 { font-size: 1em; line-height: 1.25; margin-bottom:0.6em; }
h6 { font-size: 1em; line-height: 1.25; margin-bottom:0.6em; }


h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin: 0;
}

I have tried to enlarge the font size in bolded text, but it just enlarges everything, I can take the formula that is used "The font-size percentage is of 16px. (0.75 * 16px = 12px)" and adjust some of the side bars etc to make them a bit smaller after they have been enlarged, but it is far to messy. is there a way to just enlarge the main body text without it enlarging everything?

Thanks
 
great thread...:D i have also problem...my problem is when i started to use U-Design wordpress theme(which is in the DL section here) and make some changes to the panel when i hit the "save changes" it came back to my homepage and then when i go back to the dashboard the changes was not save...and i try again to make some changes on the theme and hit the "save changes" again it came back again to the homepage of my site...i tried to deactivate all my plugins and still nothing change...and when i tried to reinstall the theme,still nothing changes...but when i tried to use other theme it was fine....:( any ideas why is it happening???


i really want U-design theme for my site :(
 
Hello OriginalEXE, I have been trying to work out all day how to remove the dates from posts and pages in WP, tried a couple of plugins but they don't do a thing. Any ideas mate?

Thanks, James
 
Hello OriginalEXE, I have been trying to work out all day how to remove the dates from posts and pages in WP, tried a couple of plugins but they don't do a thing. Any ideas mate?

Thanks, James
What theme are you using?
 
great thread...:D i have also problem...my problem is when i started to use U-Design wordpress theme(which is in the DL section here) and make some changes to the panel when i hit the "save changes" it came back to my homepage and then when i go back to the dashboard the changes was not save...and i try again to make some changes on the theme and hit the "save changes" again it came back again to the homepage of my site...i tried to deactivate all my plugins and still nothing change...and when i tried to reinstall the theme,still nothing changes...but when i tried to use other theme it was fine....:( any ideas why is it happening???


i really want U-design theme for my site :(
Well obviously problem is theme specific. Nothing much can be done, except buying the theme so you get support from it's author, sorry.
 
Great Thread :) I am a bit stuck, I am using the Free Heatmap Theme, I want to add different style of Font for my main body amd Headings I also want to change the size of my main body text and put a slighty bigger gap between text on the main body.I have opened up the Style.css.
...

Ad this code at the end of your style.css:

For body style:

Code:
.post-content p {
YOUR STYLING
}

For heading style:

Code:
.post-content h2.h2-simulate-h1-size {
YOUR STYLING
}
 
One question more:
On one of my sites, on which I use Twenty Ten theme my text in post begun to double line spacing. As I recall I didn't change anything, but it is very annoying.
How can I change my line spacing to normal (without space between the lines)?


line spacing
 
One question more:
On one of my sites, on which I use Twenty Ten theme my text in post begun to double line spacing. As I recall I didn't change anything, but it is very annoying.
How can I change my line spacing to normal (without space between the lines)?


line spacing
Try adding this to your style.css file (at the bottom):

Code:
.entry-content p {
line-height: 22px !important;
}

If it won't work, pm me your url so I can check the site out.
 
Hello, This is a great thread!

I have a question, but I would prefer to talk in private about it. Would you mind talking with me on Skype of something of the likes?
 
Status
Not open for further replies.
Back
Top