dawg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem with footer in IEIf you change your outer wrapper to 520, nav bar the same, drop everything in footer other than font size and bg color it will align right for you.
Forum: Plugins
In reply to: FancyTooltips PluginActually my comment has nothing to do with his plugin not working but the fact that wp outputs extra code that causes this. Plugin works fine, but in the description area it output an extra br/> tag that causes it to add a physical description below the link.
This is what gets output extra when just a title attribute would do the trick
{br This right here{ li/>
}Forum: Fixing WordPress
In reply to: how to remove the dashboard? (or go directly to other page)Yeah You just set the link in your login area correctly, for example, I bypass the dashboard for the exact area to manage my templates
by adding this to my login link {/wp-admin/theme-editor.php} for what you want it would be something like this{/wp-admin/post.php}
Forum: Plugins
In reply to: FancyTooltips PluginOne thing I noticed on 1.5 is that it works correctly in the default theme but in the classic I get the desrciption below the link, in default it is not visable.
Forum: Everything else WordPress
In reply to: Possible WordPress BookAfter spending an hour reading thru this post for the first time, let me add my two cents. First things first, I would not buy an online book for a blog. Second of all I think Larry has done much harm to himself as to why he would be a good author for this book, through his own admission of only three weeks use age of WP.
The point of writing a book was compared to the hundreds of books written about Windows sticks out to me as a valid comparison.
Who am I to say that Larry might not make the best author, well I have taken the time to read his posts here and a minute on his own blog, writing skills are shown better by other posters within this thread.
As fas as the knock on bipolor, I found this to be a cheap shot, I did go to Podz site and found his own reference to it but in the light he made it I felt it was facetious. This reminds me of a page I saw on thirty some reasons for not posting your picture on the internet.
While some points by Larry are made, I just do not feel that this book would go over well so it will join Amber Frey’s book on the list, along with Hillary’s of things I will not read
Forum: Themes and Templates
In reply to: Putting flash swf in Header#header { background: url(“http://www.yourdomain.com/blog/images/header.swf”) no-repeat bottom center; }
Forum: Everything else WordPress
In reply to: Browser can not see folder,I am not sure what the answer is on this as it is a strange encounter.
It had nothing to do with chmod but actually something with the classic theme. It is a nightly 1.5, I am not saying there is a bug but I was changing the layout which should have nothing to do with it and a couple other minor things but it went haywire, I did not think from the start that it was to do with my server but my fix was to delete the classic folder within themes and re upload it. Bingo Journal is accessable now, What is surprising is that there was no error. Back to the drawing board.
Forum: Everything else WordPress
In reply to: Browser can not see folder,I have an idea worth a try, if someone cold point me to the file where I would switch themes from the classic to the default because i can not use dashboard at the current time?
Forum: Everything else WordPress
In reply to: Browser can not see folder,Everything is set to 777 but the only effected folder is the journal one; maybe easier to just delete, I tried renaming it but still no go
Forum: Everything else WordPress
In reply to: Browser can not see folder,Yeah this is so weird, I am spending more time trying to chmod everything than it would take to delete the folder and start all over. Thanks
Forum: Everything else WordPress
In reply to: Browser can not see folder,it definatly has to do with chmod as that is what I was doing at the time. In the dashboard, is there a way to make files writable as I was using ws_ftp for this. Both links are set to the same but the journal does not work still, I went to to cpanel and set it to 755 but still no go
Forum: Everything else WordPress
In reply to: Browser can not see folder,http://cafe789.com/journal my server is not the problem
The second link works and shows my server is up, I have no problem accessing the files via ftp
Thanks
A developer with problems, now I give up!
Forum: Fixing WordPress
In reply to: Comments page mystery!Thanks mdawaffe, it did have to do with the single.php file, I do not have it completely worked out as I did a quick paste and edit of the file but at least it is now reading my css/header.php.
Forum: Fixing WordPress
In reply to: Can I pop my nav bar into index.php blogIf you put it in your index.php file it will not show up on your other pages.
If you put the nav bar code in your header.php file it will be common to all pages that use your header. Quote RVBLOG
I have included it in my header.php and it is in all my pages except the comments page which does call for the header, I have even deleted the comment page but it still shows read more here