Re: Plugin: Highslide (Image only) with description?
Posted: 31 Mar 2016, 00:58
Hi! I am using Phoca Gallery v4.2.2 and Phoca Gallery Plugin v4.2.1 on Joomla 3.5.0. And also experience the same problem as described in 2 posts of difecto in this topic.
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:
All is working as should be. All images are enlarged with title above and description below.
If I am using code:
No titles and no description in enlarged images!!! That is problem to be solved!!!
If I am using code:
All is working as should be. All images are enlarged with title above and description below.
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?
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?