newsguy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Some can only see 2 columns not 3UPDATE: I heard back from the person who can’t see the 3rd column.
His screen resolution is 1024×768. He added that when he clicked on the green arrow on the right, the other column did not show up.
I set my screen resolution to 1024×768 and the same problem happens with me. The right column does not show up, and when I click on the green arrow, nothing happens. The 3rd column does not show up.
How do I fix this?
Forum: Themes and Templates
In reply to: [Hueman] Some can only see 2 columns not 3ok thanks
Forum: Themes and Templates
In reply to: [Hueman] 2 Problems with ThemeYes the thumbnail regenerator seems to have fixed this. Thanks! And thanks for helping resolve the other problems, too!
Forum: Themes and Templates
In reply to: [Hueman] 2 Problems with ThemeThanks resizing now.
Forum: Themes and Templates
In reply to: [Hueman] 2 Problems with ThemeI don’t think I have any plugins that conflict with the blog theme.
I had a recent posts widget on one of the sliders. I took that off, and the problem still remained.
Then I went into Theme Options > Blog > Featured Posts. I checked the box and now I get my latest articles up in the index page.
Then I went to Theme Options > Blog > Featured Post Count and set that to “1”. Now the pic comes up! But, it’s just way too big. Any way to make that smaller?
Forum: Fixing WordPress
In reply to: Can’t login – pluggable.php on line 694I’m suddenly having the same problem, except that I get the error when viewers put “www.” in the url.
Check it out:
https://www.therightperspective.com
https://therightperspective.com
Now I’ve done exactly what is recomended in this thread, I even downloaded a new version of 2.5.1, edited the function.php from that, and uploaded it…. still nothing.
Anyone got an idea?
Forum: Themes and Templates
In reply to: Need to widen middle column, can’t find the CSS codeOk, found something:
look for this line of code:
.yui-u{float:left;margin-left:2%;width:32%;}
Altering that “32%” affects the width of your right sidebar. BUT the main column does not stretch out to compensate. AND by increasing that 100% data from earlier only increases the width into the left column.
Forum: Themes and Templates
In reply to: Changing sidebar widget titles to imagesWhat jerhoyet said, you only make the changes in CSS which can manipulate what is viewed on monitor by moving text enclosed in class and h2 in your sidebar with background images on same area.
You will do this in style.css for each of the widget titles you want to replace with an image. Good luck.
Ok, maybe I’m missing something here… when I look at the .css file on my theme I do not see anything about these widgets like you’re talking about.
Forum: Themes and Templates
In reply to: Changing sidebar widget titles to imagesHow do I edit the code on a widget? I can’t find that.
Forum: Themes and Templates
In reply to: Need to widen middle column, can’t find the CSS codeIdeally, the main column should be 380px wide, and both side columns 180px each.
Forum: Themes and Templates
In reply to: Need to widen middle column, can’t find the CSS codeHi, I was just checking this forum for the same problem and you’ve pointed me in the right direction.
The part where you have found the 750px is actually for the overall width of your blog – all three columns. Increasing that number to 960px should be enough to have your blog perfectly fit the width of the screen.
However, this makes the right column increase in size while the other two (left and main) remain the same width.
NOW, how to change the width of the individual rows?
Just a few lines down from where you found the px width for the blog is an entry:
#yui-main{width:100%;}
This controls the width of the main column. However, increasing this percentage only makes it run into the left column, and decreasing it makes it smaller.
I hope this helps in some way.