Ryan Fitzer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble getting AMM images to align with CSSYou have two declarations for .thumbnail in your style sheet. This work with FF on Mac.
.thumbnail img {width: 40px; height: 40px; float: right; border: 3px double #FFFFFF;”}
I just added img and erased the first .thumbnail declaration you had.
Forum: Fixing WordPress
In reply to: Lost <p>Screenshot of my view. Firefox on Mac. http://ryanfitzer.com/paragraph.jpg
Forum: Fixing WordPress
In reply to: Lost <p>Just checked your front page and saw paragraphs. Fixed?
Forum: Fixing WordPress
In reply to: Get a category’s title if you know the IDThe second solution works perfectly. Kafkaesqui, for some reason the first script had no effect, just a blank where the cat name should be (no errors either).
Thanks again both of you.
Forum: Fixing WordPress
In reply to: Get a category’s title if you know the IDThanks so much guys! I’ll try and implement this tonight and post back the results.
Forum: Fixing WordPress
In reply to: Get a category’s title if you know the IDI’ve also realized that if you view a category archive (?cat=5 for example) the code above will print the name of cat 5 as the category. So you end up with cat 5 (or whatever cat archive your on) listed twice in your nav.
Forum: Plugins
In reply to: ajax scrolling on a long page effectForum: Plugins
In reply to: ajax scrolling on a long page effectYes. That’s called an anchor. You can use AJAX for the animation part.
Forum: Fixing WordPress
In reply to: Lost <p>I was asking because that does not work with the RTE. You need to edit the css to pad your images more. This way it will be the same on every image.
Forum: Fixing WordPress
In reply to: Lost <p>Are you trying to hit 2 returns to create a blank paragraph simply as a means to get some space it there?
Forum: Plugins
In reply to: ajax scrolling on a long page effectI do know exactly what your talking about. It’s not “dedicated for wordpress” though. It’s an advanced effect created with AJAX using one of the popular AJAX libraries out there, Scriptaculous being one of those.
Forum: Plugins
In reply to: Skype Button pluginGot a 404 from the download link. http://anti.masendav.com/files/skype-button-2.01.tar.gz
Forum: Fixing WordPress
In reply to: List Commenter’s MailsWhat do you mean by “commenters mails”. Do you mean comments on posts?
Forum: Plugins
In reply to: ajax scrolling on a long page effectThat page has the script to do this. It’s a ajax library that has many effects. It’s just that you will have to implement it manually. I have searched and not found a plugin for WP with this functionality. It might be out there somewhere though. Anyone?
Forum: Fixing WordPress
In reply to: Lost <p>The RTE is quite buggy. Disable it in the Users panel and use the Quicktags editor. Or edit the straight HTML with the HTML button on the RTE. Most likely there is an extra element that is creating this problem somewhere in the post.