flush
Forum Replies Created
-
Forum: Plugins
In reply to: Flashfader vs. LightboxYou mean the code I use in my post to call the function? Or the code of the plugin itself?
This is how I call the flash mp3 player:
<object type="application/x-shockwave-flash" data="http://raphaella.co.kr/blog/musique/dewplayer.swf?son=http://raphaella.co
.kr/blog/musique/outtonight.mp3" height="20" width="200"><param name="movie" value="http://raphaella.co.kr/blog/musique/
dewplayer.swf?son=http://raphaella.co.kr/blog/musique/outtonight.mp3" /></object>And this is how I call the dailymotion videos:
<div style="margin-bottom: 25px; margin-top: 25px; text-align: left; width: 320px"><iframe src="http://www.dailymotion.com/blog/
video/69213?key=5lri5uvvf2jc9lp8d4o6jie9ebbplijf8r1e1pu7" style="width:320px;height:256px;border:none;margin:0px;" width="320"
height="256" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" id="i5lri5uvvf2jc9lp8d4o6jie9ebbplijf8r1e1pu7"
>Dailymotion blogged video</iframe>
<span style="margin-top:0px;"><a href="http://www.dailymotion.com/video/x1hel_emilie-simon-fleur-de-saison">Emilie Simon -
Fleur de Saison</a></span></div>Forum: Plugins
In reply to: Flashfader vs. LightboxHi,
I think my problem is realated to the one discussed here.
I use use many videos from dailymotion.com in my blog and also the wp-lightbox-2 extensively. The problem is that the videos are flash, so if I start playing one then pause, and then view a lightbox image, the video will appear on top of the lightbox.
I also use an mp3 player called the Dewplayer with the same problem with Lightbox.
Is there a way to solve this? If I need to modify anything, is it the dailymotion player or the lightbox?
ThanksForum: Themes and Templates
In reply to: create a page with a 2 or 3 column content layout?I don’t want just 9 posts on the page though, it was just show the layout, which is 3 posts per row.
So trying to do that would be a “nightmare”?Forum: Plugins
In reply to: fgallery problemMy gallery displays fine in FF but not in IE. In IE, the gallery is deported to the left of the screen, and a bit downward. Here’s the link to the page:
http://raphaella.co.kr/blog/wp-content/plugins/fgallery/fim_photos.php?album=perla
The validator finds just one problem, and I don’t understand it. Could someone tell me what the error is about and if it could solve the display problem in IE?
Here’s the validator result for that page:
http://validator.w3.org/check?uri=http%3A%2F%2Fraphaella.co.kr%2Fblog%2Fwp-content%2Fplugins%2Ffgallery%2Ffim_photos.php%3Falbum%3Dperla&charset=%28detect+automatically%29&doctype=Inline&ss=1
The validator says:
Error Line 3, column 0: character “” not allowed in prolog .
���<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3Thank you very much
Forum: Themes and Templates
In reply to: create a page with a 2 or 3 column content layout?One detail, it’s to post pictures and a rating script that would all have the same format. All the posts would have the exact same size if you see what I mean, not long ones and then short ones… Just a picture and underneath that a rating plugin.
Forum: Themes and Templates
In reply to: create a page with a 2 or 3 column content layout?… ok… would a developer with reasonable php skills be able to do that in 2 or 3 days?
Forum: Fixing WordPress
In reply to: Can I Add a Button to Visual Rich Editor?wow, you’re a good friend!
Forum: Plugins
In reply to: best plugins for generating meta tags?Ok, but I’ve been reading about meta tags and it seems many people think they aren’t worth the hassle.
Forum: Fixing WordPress
In reply to: calendar not displaying properly in widgetized sidebarNobody knows what could cause that?
Forum: Fixing WordPress
In reply to: How should I properly close this code?Yes I just found out.
</a></p>is the correct way to end it.
ThanksForum: Fixing WordPress
In reply to: page is valid XHTML 1.0 Transitional, yet IE sees errorah, I have 3 lines of script in my header for Lightbox JS. I wasn’t sure where exactly to put them so I just put at the bottom of the page and since the script works, I thought it was ok. Should I have placed it at a specific place in the header? The manual didn’t mention anything special.
These are the lines:
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>Forum: Fixing WordPress
In reply to: page is valid XHTML 1.0 Transitional, yet IE sees errorSo even if I correct these errors in those 11 lines, I might still have IE’s “Done but with errors on page”?
Forum: Fixing WordPress
In reply to: page is valid XHTML 1.0 Transitional, yet IE sees erroruh… I was looking at this http://validator.w3.org/check?uri=http%3A%2F%2Fraphaella.co.kr%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline
but IE is clearly referring to the root.
I’m going to need a chat with the developer who made my shop…
Wow! And he managed to have 14 code mistakes in 11 lines of code?Forum: Fixing WordPress
In reply to: set more space between post content and post header/footerThanks, yes I was looking at entry body
Forum: Fixing WordPress
In reply to: display 2 images horizontally in a postThank you very much.
I thought maybe I should try and make a class, so that I may call it whenever I have an image I wish to display inline.
Does that make sense?