The problem: Title and description of image are not seen in Highslide JS (Image only) mode except the case of manual overriding by using highslidedescription= option in the code.
Setting in global Options of Phoca Gallery Component are:
Detail View Options:
Detail Window: Highslide JS (image only)
Highslide JS Class: Borderless floating caption
Highslide JS Opacity: 0%
Highslide JS Outline Type: None
Highslide JS Full Image: Yes
Highslide JS Close Button: No
Highslide JS Slideshow: Standard
Description Settings:
Display Description In Detail View: Show (Standard)
Display Title In Description: Yes
What is working and what not:
If I am use simplest code:
Code: Select all
{phocagallery view=categories}
If I am using code:
Code: Select all
{phocagallery view=category|categoryid=1}
If I am using code:
Code: Select all
{phocagallery view=category|categoryid=1|highslidedescription=3}
So there are 2 problems:
1. Images in Highslide JS (image only) mode do not have titles and descriptions despite right settings in global options.
2. The above problem can be solved only by manual overriding using option highslidedescription= in code, but there is no corresponding setting for Highslide JS in global options.
How automatically add highslidedescription= option for the gallery?
Could you provide quick fix for that bug and add appropriate option for global settings of Phoca gallery?