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)
Plug-in & Slideshow "Highslide (image only)" = Bug
-
- Phoca Newbie
- Posts: 3
- Joined: 28 Jan 2009, 12:07
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Hi, in Highslide "Image only" there are no buttons for slideshow (Phoca Gallery buttons) because there are Highslide buttons...
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 28 Jan 2009, 12:07
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
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:
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?
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', "");
Only the comment to the image in window "HIGHSLIDE" and was not displayed... How to correct?
Last edited by Ops on 30 Jan 2009, 10:52, edited 1 time in total.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
Sorry I don't understand:
n the block of code "HIGHSLIDE JS IMAGE ONLY" (line 356) it is necessary to add a line... ???
n the block of code "HIGHSLIDE JS IMAGE ONLY" (line 356) it is necessary to add a line... ???
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 06 Feb 2009, 10:28
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
I think I am having the same problem. Using Highslide Image Only I can't get the control buttons to appear.
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.
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}
Thanks.
P.S. It would be helpful if the demo page examples also included the code required to reproduce them, I think.
- caro84g
- Phoca Hero
- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
You should go to the demo of the phoca gallery plugin!mjpetts wrote:P.S. It would be helpful if the demo page examples also included the code required to reproduce them, I think.
https://www.phoca.cz/demo/phocagallery-plugin?start=6
Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Backup before you do any major change to your website (and test first)
-
- Phoca Newbie
- Posts: 2
- Joined: 06 Feb 2009, 10:28
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
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
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
-
- Phoca Member
- Posts: 16
- Joined: 14 Sep 2009, 02:06
Re: Plug-in & Slideshow "Highslide (image only)" = Bug
How can I do this in the new release?