faustina
Forum Replies Created
-
Forum: Your WordPress
In reply to: Pls. review my film blogI also like your site a lot, very good layout for your purpose. I will be back to read through some of the movies ??
Forum: Fixing WordPress
In reply to: RSS Not updatingI didn’t try the comments rss before, just posts. But the comments feed is a bit strange. The feed is correct, works perfect in live bookmarks, but bloglines showed the most recent comments as of Wednesday. I think it is a problem with bloglines to tell you the truth. My feeds have been a bit strange with them lately, I am just waiting to see if it sorts itself out, because the feed itself is good.
Forum: Fixing WordPress
In reply to: RSS Not updatingyour feed seemed fine to me, worked with firefox live bookmarks, and with bloglines.
Forum: Fixing WordPress
In reply to: Embedded CodeYou need to turn off the rich text editor, then it works great, although it does cause validation errors. I am also looking for a way around that.
Forum: Your WordPress
In reply to: My blog, personal journalI like it. Quite simple though, not much too it yet. I think once you have a bit more content/features people might have more to say.
Forum: Fixing WordPress
In reply to: Highslide in WP TutorialJesse –
I actually tried your plugin. I couldn’t get it to work at all. I changed a bunch of stuff around and decided to just take a stab at the code on my own, that’s where the tutorial came about. I would have gone to you about the problems, but I always like to eliminate the use of plugins when I can (I already have so many). Anyway, each has it’s advantages, and a plugin would be an easy way to set it up without much fuss.
Forum: Your WordPress
In reply to: How to protect your own design theme from being copy?I would just put a bold copyright notice on your site, and after a week or so make sure the other people stealing know it’s there and ask them to change to something else.
Forum: Everything else WordPress
In reply to: Help to find the plugin for slide showI don’t think that’s any sort of plugin, it looks like a custom built function to me.
Forum: Your WordPress
In reply to: New WordPress Portfoliowow, I love it. Well done.
Forum: Fixing WordPress
In reply to: Strange Loop ProblemI don’t really NEED the conditional, so I just ended it with the while. It worked perfectly. Thank you so much, I appreciate the help. I am pretty good with code but querys are completely strange to me. Thank you.
Forum: Fixing WordPress
In reply to: Strange Loop ProblemHow would I close that? This is what I have tried putting after the code you suggested:
<?php endforeach; else: ?>
<div class="center">
<h2>Not Found</h2>
</div>
<?php endif; ?></div>
<?php get_sidebar(); ?></div>
<?php get_footer(); ?>I get page errors for the ‘foreach’ statement, but I can’t seem to find anything that works.
Forum: Fixing WordPress
In reply to: how to call a specific categoryI just noticed that I posted this in “requests and feedback” – sorry.
[moved to How-To – mod]
Forum: Fixing WordPress
In reply to: Showing videos/photos on a postYou can download from that site, I would download the movie and then upload it to your server if you have a way to play it, or just to youtube so you can insert it easily.
Forum: Fixing WordPress
In reply to: Highslide in WP Tutorialhmmm, some of those use the same script I think, make sure you aren’t loading the same scripts more than once. It may not be why they don’t work but it does tend to mess things up. I have run highslide and lightbox together fine, I haven’t done more than that though.
Forum: Fixing WordPress
In reply to: Highslide in WP TutorialYeah, I’m not a big fan of those plugins. They just don’t let you customize much, which in my opinion if I have to go dig through the code I would rather just put it in myself, and that way it is easy to find and keep track of.