dawg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My last post doesn’t appear in my rss feedYou are going to hate this answer, but make another post and it should then show up because the previous is not last, I really do not know what may cause this though, could be a cookie issue with your browser if it does not get the most current page.
Forum: Plugins
In reply to: Anyone try Photon with 1.5 yet?Is Photon only available in Tar or can you dowload a zip version?
Forum: Themes and Templates
In reply to: Nav bar on comments page question1.2.2 Thanks
Forum: Fixing WordPress
In reply to: Making archives appear & removing sidebarOne of the most interesting and informative posts I have read in a while
Forum: Themes and Templates
In reply to: navbar/sidebar in comments page??Still do not have an answer?
Forum: Fixing WordPress
In reply to: Login problemsThanks podz that worked like a charm. I am using Kubrick so it was on line 115
Forum: Themes and Templates
In reply to: Kubrick – including sidebar in pagescould you explain the method for 1.2.2 as i have read thru these posts on side bar s but this error is what i get Thanks in advance
my error
http://cafe789.com/kyles_eyes/index.php?p=31#commentsForum: Themes and Templates
In reply to: Lining up the columns??deleted
Forum: Fixing WordPress
In reply to: Making width of fixed template widerThat should work for your index, what templates are you talking about?
Forum: Requests and Feedback
In reply to: Personal feedback and frustrationsI realize this has been a heated at sometimes topic and after reading though it there are many valid points. I can say for one that I would like to try out 1.5. I will keep 1.2 in place and just play around with 1.5. One thing that I find is that when I view even my own profile let alone if I try to view someone elses, I can not, nor is there a way to update my profile. If there is it is way too hidden because I have not seen it. It would be nice to see Jinsan site to make an evaluation of his problems and frustrations firsthand. I understand Anon if he/she wants to remain Anon that is ok.
Forum: Your WordPress
In reply to: a site I did for a friendI like the header photo but the nav is lacking IMO I would have it below the header abd an actual navbar. Just my 2 cents
Forum: Themes and Templates
In reply to: Lining up the columns??Ok but my math does add up here is your index file and your css with my site.
Forum: Themes and Templates
In reply to: Lining up the columns??#content {
float: right;
width: 400px;
padding: 0px 200px 0px 0px;}#rmenu {
position:absolute;
left:680px;
width: 195px;
color: #fff;
}
those are the changes from the screenshotForum: Themes and Templates
In reply to: Lining up the columns??Sorry it was late last night and I may not have made this clear, the two divs for right and left menu have to correspond exactly how youyour divs are in your layout.css file so if they are rmenu you would have to make the appropiate changes to the text for the correct divs. In the original all I did was position the right column absolute. What you have to keep in mind is the 60 pixels on the left {screenshot}wher I am editing will throw my nubers off slightly.
Forum: Themes and Templates
In reply to: Lining up the columns??Seeing this late and am going to bed but you could position everything from left such as
left menu{
position:absolute;
left:20px;
width:200px;}content{
position:absolute;
left: 220px;
width:500px;}
rightmenu{
position:absolute;
left:720px;
width:200;} This should work, I do not have the other changes off the top of my head as I thought you said you got them from my screenshot.