Ryan Fitzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slideshow ProMake sure you turn off the rich text editor before you cut and paste this code in there or else it will strip out the
<embed>element. I’m still not sure this is the fix but definitely let us know if that was the only problem.Forum: Fixing WordPress
In reply to: Slideshow ProI tried everthing I could find on the forums but none of it really worked for slideshow. I’m not sure the file structure of slideshow pro, but I’m assuming it was built upon the original free version. If so, I put in the absolute paths in images.xml as well as the original flash file (.fla). Then I did the same for the path to it from a post. It would definitely take some time to search (and you would need Flash), but it sure would be nice.
Forum: Fixing WordPress
In reply to: Slideshow ProI worked very hard to get the earlier free version of slideshow (before it went pro) into a post and after hours and hours I figured out that all files that have paths in them that point to separate files have to be absolute. This means you have to get into the actionscript and alter that as well as any xml files. Here’s where I got the original to work. This one is in a post.
http://www.ryanfitzer.com/dev/wp/
It’s a bare bones theme in development by the way. No frills so far.
Forum: Themes and Templates
In reply to: My page gets distortedAlso noticed alot of these in your page. This is where the problem is.
<div align="left" />Are cut and pasting from another text editor because that can screw things up.
Forum: Installing WordPress
In reply to: invisible catagoryThat works great in the sidebar but not for the cats an individual post is posted in. Something that could alter
the_categoryis what is needed.Forum: Fixing WordPress
In reply to: Advanced Post EditingThis might help.
http://wordpress.org/support/topic/80706?replies=6Forum: Fixing WordPress
In reply to: Advanced Post EditingI’m sure they could if you wanted but that would show an excerpt on the page and then a link to the full content. One too many clicks to get what you need in my opinion but you may have other motives. I think you would just simply replace
the_contentwiththe_excerpton page.php. Never tried it though.Forum: Fixing WordPress
In reply to: Multiple Blog Pages?News is cat2
Events are cat3Forum: Fixing WordPress
In reply to: Multiple Blog Pages?Yeah yeah, what she said. I did it here
http://gallerysite.phpnet.us/wpStill in progress though. This way I was able to do exactly what you want to do.
Forum: Fixing WordPress
In reply to: Advanced Post EditingIt seems if that was a WP 1.5 thing (never used it). In 2.0 all of those option are already included in the write > post window (in the sidebar and below text editor).
Forum: Themes and Templates
In reply to: My page gets distortedTry to fix all the validation errors first to see if those fix the problem.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Frehman.dk%2Fcv%2F
Forum: Installing WordPress
In reply to: invisible catagoryGood question. I would also be interested in this.
Forum: Plugins
In reply to: Trying to create CMS home pageThis might help a little.
Forum: Fixing WordPress
In reply to: Multiple Blog Pages?Sounds link you want certain pages devoted to certain categories? If so you can use category templates to show only the posts in a specific category.
Forum: Fixing WordPress
In reply to: How do I know if I’m displaying a page?You’ll also need single.php for the blog stuff.