Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#619 How to suppress the caption text being shown below images

Posted in ‘Event Gallery - General’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Wednesday, 23 April 2014 19:12 UTC

robbie8
 Hi,
When I uploaded my picture to Picasa it added a Caption, which I am not that interested in an want to suppress. Problem is there doesn't appear to be a menu option to do this (that I can find).

The only way I could remove it is to change the /components/com_eventgallery/views/snippets/tmpl/event/inc/thumbs_content.php

and Remove the following

--

<div class="content">
<div class="data">
<?php IF (strlen($this->entry->getFileTitle())>0) echo '<h2>'.$this->entry->getFileTitle()."</h2>"; ?>
<div class="eventgallery-caption"><?php echo $this->entry->getFileCaption(); ?></div>
</div>
</div>

--

This is a sledgehammer to crack a nut.

Could you please explain if there is a better way to do this please?

Thanks

Rob

sbluege
Just use CSS to hide the elements you don't like. For that reason all the items have css classes to it is easy to address them.