Note/remark to go from intermidiate to original image Note/remark to go from intermidiate to original image
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Note/remark to go from intermidiate to original image

Started by claude258, October 10, 2005, 09:59:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

claude258

I would like to put in evidance the fact that we can clic on the intermidiate image to get the original image.

How can I put a note over all the intermidiate images? Something like: "Clic on the image to see the original size"

I know there is a tool tip when the mousse is over the intermidiate image but I thinK it is not visible enough.

   

artistsinhawaii

#1
In your theme's theme.php file, search for :

Quote<table cellspacing="2" cellpadding="0" class="imageborder">

Right below it add:

Quote<div align="center">Click on Image to see full-sized original.</div>

Save your theme.php file.

That's it.

Dennis


Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

artistsinhawaii

#2
OH yeah, while you are at it,

Add this as well ...

In that same section, scroll down a bit till you see

Quote<!-- BEGIN img_desc -->

then add this just above it:

Quote<i> <small><div align="center">Click on left and right thumbnails to scroll filmstrip</div> </small> </i>

Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.