Some Detail View Settings not working properly in Rocketheme

Phoca Gallery - image gallery extension
aenaos
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 29 Oct 2009, 16:14

Some Detail View Settings not working properly in Rocketheme

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Some Detail View Settings not working properly in Rocket

Post 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
If you find Phoca extensions useful, please support the project
aenaos
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 29 Oct 2009, 16:14

Re: Some Detail View Settings not working properly in Rocket

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Some Detail View Settings not working properly in Rocket

Post 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:
If you find Phoca extensions useful, please support the project
aenaos
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 29 Oct 2009, 16:14

Re: Some Detail View Settings not working properly in Rocket

Post 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:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Some Detail View Settings not working properly in Rocket

Post by Jan »

The code is included, you need not to add it to plugin
If you find Phoca extensions useful, please support the project
GenkaiNashi
Phoca Enthusiast
Phoca Enthusiast
Posts: 84
Joined: 12 Jul 2009, 22:03

Re: Some Detail View Settings not working properly in Rocket

Post by GenkaiNashi »

Is your site live? If so can you provide the link?
Mills
Phoca Member
Phoca Member
Posts: 22
Joined: 26 Apr 2010, 18:05
Location: France
Contact:

Re: Some Detail View Settings not working properly in Rocket

Post 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.
GenkaiNashi
Phoca Enthusiast
Phoca Enthusiast
Posts: 84
Joined: 12 Jul 2009, 22:03

Re: Some Detail View Settings not working properly in Rocket

Post 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.
Mills
Phoca Member
Phoca Member
Posts: 22
Joined: 26 Apr 2010, 18:05
Location: France
Contact:

Re: Some Detail View Settings not working properly in Rocket

Post 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
Post Reply