• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Instant Gallery ( Latest Uploads )

some how I cant open the image link by click the name of an image in gallery page? How can I fix this?
 
print('<div class="gallery-item">
<a href="'.$image['image_shorturl'].'">
<h2>'.$image['image_name'].'</h2>

<img src="'.$image['image_thumb_url'].'" />

<span class="dimension">1080x1023</span>
<span class="size">'.$image['image_size'].'</span>
</a>
</div>');

Whats the correct function for display dimension?
Tried:

print('<div class="gallery-item">
<a href="'.__CHV_RELATIVE_ROOT__.'gallery">
<h2>'.$image['image_name'].'</h2>

<img src="'.$image['image_thumb_url'].'" />

<span class="dimension">'.$image['show_img_dimentions'].'</span>
<span class="size">'.$image['image_size'].'</span>
</a>
</div>');

Not working.

Please help!
 
Back
Top