I was just coming to say what
IvanZhelev said about the toggling of comments. Even on the demo site, the transitions are funky.
Quote:
Originally Posted by Marek
In which line in the image_template.html I have to put the text when I want that it appears below the image?
|
Depending on where under the image you want it, you can put it between these two lines
HTML Code:
</div> <!-- image-border -->
</div> <!-- photobox -->
or between these two
HTML Code:
</div> <!-- thumbnails -->
</div> <!-- image_wrapper -->
or just before the closing </body> tag.