Page 1 of 5

Some Detail View Settings not working properly in Rocketheme

Posted: 22 Apr 2010, 16:33
by aenaos
Hello

In some detail view settings like Modal popup box & Highslide JS in Rocket Theme with Gantry system (Kinetic e.t.c) the gallery does not working properly. The image inside the popup window is aligned right and the right arrow button is disappeared. (The same settings in other templates works fine!!!)
It looks like that the template css is messing up with the pop up window and creates the problem in slide shows.
When in Modal popup box (image only) or Highslide JS(image only) everything works ok.
So I have to use the Modal popup box (image only) or Highslide JS(image only) in order to have the gallery to work properly and to have the ability to display the name and the description of the images.

The problem is that when I use the plugin with the above settings (Modal popup box (image only) or Highslide JS(image only)) the image name and image description does NOT show up.
Here is the code:

Code: Select all

{phocagallery view=category|categoryid=1|limitstart=0|limitcount=0|displayname=1|displaydetail=0|displaydownload=0|displaydescription=1}
Is there any way or setting to make them show up?

Thank You.
P.S. Just show this post
viewtopic.php?f=1&t=8970&start=0&hilit=gantry
and I have the same problem. But when I checked the Gallery under the standard rhuk_milkyway template I had no problems at all.
After a firebug css check I believe that is as Jan says "some css code which overrides the Phoca Gallery CSS code"
Hope "saint" - Jan do something about.

Phoca gallery 2.6.2
Phoca Gallery Plugin 2.6.2
Joomla 1.5.15
Template Rocket theme Kinetic 1.5.3 with gantry system

Re: Some Detail View Settings not working properly in Rocket

Posted: 22 Apr 2010, 22:15
by Jan
Hi, in "no frame" methods the description cannot be displayed.

In shadowbox and modal box (image only) cannot be displayed as there is no place for it in these methods.

In Highslide JS (image only), there should not be problem, see:
https://www.phoca.cz/demo/highslide-description

Yes, it seems like there is some CSS conflict in the template but nobody still didn't find where :-( :(

Jan

Re: Some Detail View Settings not working properly in Rocket

Posted: 23 Apr 2010, 14:40
by aenaos
In Highslide JS (image only), there should not be problem, see:
https://www.phoca.cz/demo/highslide-description
Yes there is no problem when the gallery is in category or categories view.
But when you use the gallery plug in to show the images inside an article, the description and the name of the images does not show up regardless if you use the "displaydescription=1" tag.

That is my question, how to make them to show up in plugin mode and Highslide JS (image only).

Thank you.

Re: Some Detail View Settings not working properly in Rocket

Posted: 26 Apr 2010, 19:02
by Jan
Hi, Plugin code calls the detail of the component, so it must be set in component (setting: displaying description), so:

- the plugin set the size of detail window (by javascript - if there is description parameter, it will resize it)
- and the component adds if the description will be displayed in the window or not (because in detail there is loaded the component content - in case it is iframe method)

The code for description in plugin (for image only method - highslide) is included:

Code: Select all

if ( $tmpl['detailwindow'] == 5) {
                                if ($tmpl['highslidedescription'] == 1 || $tmpl['highslidedescription'] == 3) {
                                    $output    .='<div class="highslide-heading">';
                                    $output    .=$image->title;
                                    $output    .='</div>';
                                }
                                if  ($tmpl['highslidedescription'] == 2 || $tmpl['highslidedescription'] == 3) {
                                    $output    .='<div class="highslide-caption">';
                                    $output    .= $image->description;
                                    $output    .= '</div>';
                                }
                            } 
so there should not be any problem :idea:

Re: Some Detail View Settings not working properly in Rocket

Posted: 28 Apr 2010, 17:48
by aenaos
Thanks Jan
but
I made the change with the above mentioned code in "..plugins/content/phocagallery.php" in two places without success.
:idea:

Re: Some Detail View Settings not working properly in Rocket

Posted: 29 Apr 2010, 22:18
by Jan
The code is included, you need not to add it to plugin

Re: Some Detail View Settings not working properly in Rocket

Posted: 30 Apr 2010, 08:14
by GenkaiNashi
Is your site live? If so can you provide the link?

Re: Some Detail View Settings not working properly in Rocket

Posted: 30 Apr 2010, 17:16
by Mills
Hello,
I have the same problem. I don''t have image detail when I use the plugin into an article.
Overlib work, so image description is ok. Why it don't work ? :idea:
I tried with diffrents templates and it is the same problem.

Re: Some Detail View Settings not working properly in Rocket

Posted: 02 May 2010, 10:52
by GenkaiNashi
When you post a gallery into an article the webpages CSS styles might be conflicting with PhocaGallery's CSS styles. If your site is live, please post the link.

Re: Some Detail View Settings not working properly in Rocket

Posted: 02 May 2010, 13:04
by Mills
Hello,
my web site for the moment is http://slots.joiret.com/

you can see article with pictures here : http://slots.joiret.com/mills/front-castle/demontage

I'm looking for this kind of web page : http://www.joiret.com/slot/Mills/Castle ... /index.php