unclefecker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!Bump for me…
Anybody happens to have a solution to this to help me avoid reinstalling???
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!I didn’t get any funny messages when I was installing and I downloaded the zip form wordpress.org 🙁
Any ideas what a guy can do to?
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!Hmmm, if I choose thumbnail + linke to page + Send to editor… I get this:
<a href='http://www.beersteak.com/sports/nba/greg-oden-out-nba-season/greg-odenjpg/' rel='attachment wp-att-9' title='greg-oden.jpg'><img src='http://www.beersteak.com/wp-content/uploads/2007/09/greg-oden.thumbnail.jpg' alt='greg-oden.jpg' /></a>…and that’s a non existent page.
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!The reason why thumbs link to .jpg files is that if WP makes it otherwise link to the page that returns 404 error, in this particular case it is this one:
‘http://www.beersteak.com/sports/nba/greg-oden-out-nba-season/greg-odenjpg
My goal IS to have it linked to a page with the image, rather than to the image file, cause I want to leave credit and copyright notices with images, which I can’t ATM because wordpress is rendering non existent pages. Darn…
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!This part is causing troubles?
p img { padding: 0; max-width: 100%; }I deleted it form the stylesheet. Can you try again see if it works?
PS – I’m on IE7 and thumbs have been displayed properly for me.
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!Hey themesbycal,
I made 2 posts with pictures, neighter of them worked. I had to force it to link to the image file, cause that’s a solid link – a file that physically exists on the server (thumb linking to the large version .jpg file)
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!moshu, I’m not sure I quite understood your post. Can you elaborate?
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!Hey themesbycal,
that sounds like something I need. WP is “fixing” everything I enter causing completely mulfunctioning pages and I spend whole day making a single post look decent. WTF???
moshu – I have turned visual tab off. I never use it anyway… Hope it will help some.
Can anyone still help me with linking pictures to a page with larger file? WP points it to a non existent page – http://www.beersteak.com/sports/nba/greg-oden-out-nba-season/greg-odenjpg so all I can do is to try to manually modify it so it points into the file itself (cause that is physically present on my server so I can find the URL to it, even though WP makes it a b1tch to modify that with its constant replacments of what I make it).
Forum: Fixing WordPress
In reply to: First Time WP User – Nothing But Problems!I give up. I see myself going back to blogger. This is the blog in question – http://www.beersteak.com/
Take a look at the latest post. I have this html code that handles the image I inserted using Code tab:
<a rel="attachment wp-att-9" href='http://www.beersteak.com/sports/nba/greg-oden-out-nba-season/greg-oden.jpg' /><img src="http://www.beersteak.com/wp-content/uploads/2007/09/greg-oden.thumbnail.jpg" alt="Greg Oden" /></a>I insert it before the text, hit save and what happens is pure bull… My code gets changed into this:
<a rel="attachment wp-att-9" href="http://www.beersteak.com/sports/nba/greg-oden-out-nba-season/greg-odenjpg/"></a><img src="http://www.beersteak.com/wp-content/uploads/2007/09/greg-oden.thumbnail.jpg" alt="Greg Oden" />Which is a disfunctional code that’s good for nothing, pointing to a non existent page. I can edit and modify as much as I like, it will always be changed for me to this crap… What’s wrong with this software?