vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 157 forks source link

Tile Nested view data-description not show up #51

Open Treedent opened 8 years ago

Treedent commented 8 years ago

With the tile nested view, when activating the description display on the lightbox text panel with :

lightbox_textpanel_enable_description: true

The source of the text is always the alt atribute of the img tag, but not the data-description parameter

<img data-image="NYC_SKYLINE_10.jpg" data-description="Description NYC Skyline 16" style="display:none" alt="NYC Skyline 16" src="/fileadmin/_processed_/csm_NYC_SKYLINE_10_514abffc12.jpg" width="375" height="251" title="NYC Skyline 16" />
vvvmax commented 8 years ago

HI. the same text is displayed on columns type (not nested)? It should be the same. anyway, please show me it on your website, I'll check it out.

On Wed, Jan 13, 2016 at 10:41 PM, TEDONE Regis notifications@github.com wrote:

With the tile nested view, when activating the description display on the lightbox text panel with :

lightbox_textpanel_enable_description: true

The source of the text is always the alt atribute of the img tag, but not the data-description parameter

NYC Skyline 16

— Reply to this email directly or view it on GitHub https://github.com/vvvmax/unitegallery/issues/51.

Treedent commented 8 years ago

Hi,

I'm using the nested view but title and description are the same in the text-panel of the lightbox.

You can see it on this website (under construction, .htaccessed, so please do not share or reply following credentials )

http://dev.avignon.fr/la-mairie/galerie-photo/ login : avignon.fr pw : DevUser2015

Here is the code used.

Thanks in advance for your answers. CMS-PACA Régis TEDONE Web Program Manager rt@cmspaca.com mailto:rt@cmspaca.com +33 (0)6 58 49 54 57 +33 (0)4 42 90 72 49 CMS-PACA Le 13/01/2016 22:42, Max Valiano a écrit : > HI. the same text is displayed on columns type (not nested)? It should be > the same. > anyway, please show me it on your website, I'll check it out. > > On Wed, Jan 13, 2016 at 10:41 PM, TEDONE Regis notifications@github.com > wrote: > > > With the tile nested view, when activating the description display > > on the > > lightbox text panel with : > > > > lightbox_textpanel_enable_description: true > > > > The source of the text is always the alt atribute of the img tag, > > but not > > the data-description parameter > > > > NYC Skyline 16 > src="/fileadmin/_processed_/csm_NYC_SKYLINE_10_514abffc12jpg" > > width="375" height="251" title="NYC Skyline 16" /> > > > > — > > Reply to this email directly or view it on GitHub > > https://github.com/vvvmax/unitegallery/issues/51. > > — > Reply to this email directly or view it on GitHub > https://github.com/vvvmax/unitegallery/issues/51#issuecomment-171444141.
vvvmax commented 8 years ago

Hi. if you have "title" attrubute in the image then please remove data-description. It will take the "title" as a description.

On Thu, Jan 14, 2016 at 1:19 AM, TEDONE Regis notifications@github.com wrote:

Hi,

I'm using the nested view but title and description are the same in the text-panel of the lightbox.

You can see it on this website (under construction, .htaccessed, so please do not share or reply following credentials )

http://dev.avignon.fr/la-mairie/galerie-photo/ login : avignon.fr pw : DevUser2015

Here is the code used.

Thanks in advance for your answers. CMS-PACA Régis TEDONE Web Program Manager rt@cmspaca.com mailto:rt@cmspaca.com +33 (0)6 58 49 54 57 +33 (0)4 42 90 72 49 CMS-PACA Le 13/01/2016 22:42, Max Valiano a écrit : > HI. the same text is displayed on columns type (not nested)? It should be > the same. > anyway, please show me it on your website, I'll check it out. > > On Wed, Jan 13, 2016 at 10:41 PM, TEDONE Regis > wrote: > > > With the tile nested view, when activating the description display > > on the > > lightbox text panel with : > > > > lightbox_textpanel_enable_description: true > > > > The source of the text is always the alt atribute of the img tag, > > but not > > the data-description parameter > > > > NYC Skyline 16 > src="/fileadmin/_processed_/csm_NYC_SKYLINE_10_514abffc12jpg" > > width="375" height="251" title="NYC Skyline 16" /> > > > > — > > Reply to this email directly or view it on GitHub > > https://github.com/vvvmax/unitegallery/issues/51. > > — > Reply to this email directly or view it on GitHub > . — Reply to this email directly or view it on GitHub https://github.com/vvvmax/unitegallery/issues/51#issuecomment-171469231.