PDA

View Full Version : I can't see my photography... until I refresh the page (and other problems)


parappa
01-03-2007, 03:40 PM
Hello,

I'm currently trying to realize my own template. You can see it here : http://www.charleslp.com/photoblog/

As you can see (on Firefox), the main photography isn't shown... until you refresh the page with F5. Do somebody know why ? I can't find any solution...

I have 2 other (minor) problems : there's a blank space under the photography, and I don't know why ; the text <IMAGE_NOTES> should be near the title "INFORMATIONS" (as <IMAGE_DATETIME> and <EXIF_CAMERA_MODEL> for example), not under. Do you have any idea to solve theses problems ?

Thank you. :)

parappa
01-03-2007, 03:43 PM
I found this thread : http://forum.pixelpost.org/showthread.php?t=3136&page=2&highlight=refresh
...but Ican't find any solution in there. :/

austriaka
01-03-2007, 04:28 PM
count the number of your id="photo".
Id is something unique...

no idea if this is the solution of your missing photo (it is an interesting effect indeed ;-)) but it is wrong anyway.

Second problem: if you have a look into your source code you will find a <p> in front of the image description. This is done by markup...
If you don't want that, use <IMAGE_NOTES_CLEAN> instead of <IMAGE_NOTES>. But know that you won't have any HTML in description then.
For changing the <p>-behaviour in <IMAGE_NOTES> have a look at this thread: http://forum.pixelpost.org/showthread.php?t=5872

HTH
KArin

parappa
01-03-2007, 05:26 PM
count the number of your id="photo".
Id is something unique...

no idea if this is the solution of your missing photo (it is an interesting effect indeed ;-)) but it is wrong anyway.


I changed "photo" for "photographie"... and now it works perfectly ! Thank you. :)


Second problem: if you have a look into your source code you will find a <p> in front of the image description. This is done by markup...
If you don't want that, use <IMAGE_NOTES_CLEAN> instead of <IMAGE_NOTES>. But know that you won't have any HTML in description then.
For changing the <p>-behaviour in <IMAGE_NOTES> have a look at this thread: http://forum.pixelpost.org/showthread.php?t=5872

HTH
KArin

I downloaded your addon and made a little change (I didn't want to display the date and the "comment" link) : that's perfect. Thanks a lot !

I have another question(s), but I prefer to make an other thread.