Page 1 of 1
Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 28 Jan 2009, 13:06
by Ops
Hi!
I ask to forgive for my English - it very bad...
An error Essence:
At gallery viewing in a material, deduced through plug-in in a mode "Highslide (image only)" there are no management buttons Slideshow. (Arrows on the keyboard it is possible to look through a photo, and the mouse it is impossible)
At gallery viewing on a straight line, buttons management slideshow appear from above a photo at mouse prompting.
------------------------
Display Buttons - YES
------------------------
In parametres it is necessary to choose yes instead of is not present (by default is not present)
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 29 Jan 2009, 16:35
by Jan
Hi, in Highslide "Image only" there are no buttons for slideshow (Phoca Gallery buttons) because there are Highslide buttons...
Jan
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 30 Jan 2009, 10:36
by Ops
Thanks for the answer, also are the
best gallery for Joomla!
Here they that also are
not displayed
In a file : \plugins\content\phocagallery.php
In the block of code "HIGHSLIDE JS IMAGE ONLY" (line 356) it is necessary to add a line:
Code: Select all
$folderbutton = new JObject();
$folderbutton->set('name', 'image');
$folderbutton->set('options', "");
And then buttons Highslide "Image only" will be displayed.
Only the comment to the image in window "HIGHSLIDE" and was not displayed...
How to correct?
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 01 Feb 2009, 23:40
by Jan
Sorry I don't understand:
n the block of code "HIGHSLIDE JS IMAGE ONLY" (line 356) it is necessary to add a line... ???
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 06 Feb 2009, 10:32
by mjpetts
I think I am having the same problem. Using Highslide Image Only I can't get the control buttons to appear.
Code: Select all
{phocagallery view=category|categoryid=2|imageshadow=shadow1|detail=5|displayname=0|displaydetail=0|displaydescription=0|displaybuttons=1|displaydownload=0|bgcolor=#FFFFFF|bgcolorhover=#FFFFFF|bordercolor=#FFFFFF|bordercolorhover=#FFFFFF}
On the example on the demo page there are controls, so what am I doing wrong?
Thanks.
P.S. It would be helpful if the demo page examples also included the code required to reproduce them, I think.
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 06 Feb 2009, 19:36
by caro84g
mjpetts wrote:P.S. It would be helpful if the demo page examples also included the code required to reproduce them, I think.
You should go to the demo of the phoca gallery plugin!
https://www.phoca.cz/demo/phocagallery-plugin?start=6
Regards, Carolien
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 09 Feb 2009, 11:24
by mjpetts
Thanks for that link.
I found what I needed to do. There's a part commented out in phocagalleryrender.php (/administrator/components/com_phocagallery/render). I uncommented the section starting line 276 and I now have my controls
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Posted: 15 Dec 2009, 15:53
by Mackelito
How can I do this in the new release?