Phoca Slideshow noob - instruction

Phoca modules - support for all Phoca modules except Phoca Gallery modules
basilthefox
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 03 Mar 2011, 18:25

Re: Phoca Slideshow noob - instruction

Post by basilthefox »

Hello guys,

I've read the notes on this page and followed all the instructions, but I'm not having much luck in seeing the gallery on my page. :(

I'm using the Castlelab templeate: http://www.linelab.org/?template=castlelab

I have selected for the module to appear in position Topsl as per Linelab's design ( http://www.linelab.org/phocadownload/ph ... ptions.png ) , but aside from my article content, nothing appears on the page.... certainly no gallery.

I've followed all of the instructions above and toyed with the settings as much as I can, but as far as I can see, everything should be okay. I would've thought I'd be able to see something at least.

Here's my Gallery Category admin page:

Image

and here's my Module admin page:

Image

Can you spot anything that may be preventing the Gallery from displaying?

I'm pulling my hair out here, so any help would be much appreciated. :)

--------------------------

I should add that I was originally using my own images, but after that didn't work, I downloaded three of the images mentioned in the directions above to use as a test. They are stored in the GPO-Slideshow folder in the Phoca Gallery module as per the settings you can see in my images.

Thanks. :)
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9119
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow noob - instruction

Post by Benno »

Hi,
see this thread: viewtopic.php?f=32&t=12765
Solved .. I checked both code templates to identify a difference .. And I found that Castlelab template was using just the following library declaration:
<script type="text/javascript" src="/MyDE/media/system/js/core.js"></script>
<script type="text/javascript" src="/MyDE/media/system/js/mootools-core.js"></script>
<script type="text/javascript" src="/MyDE/media/system/js/caption.js"></script>

Phoca template was using one more

<script type="text/javascript" src="/MyDE/media/system/js/mootools-more.js"></script>

Looking in the WEB I found that I need to declare JHTML::_('behavior.framework') to loading mootools-more library, So I put this script after the first line on the Index.php file for the template:

Code: Select all
defined('_JEXEC') or die;
JHTML::_('behavior.framework', true);



This solved my issue ...
Kind regards,
Benno
basilthefox
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 03 Mar 2011, 18:25

Re: Phoca Slideshow noob - instruction

Post by basilthefox »

Thanks for pointing this thread out to me Benno, I'll make my reply in the other thread as Castlelab advised I use the Floom Module. Still having problems, though. :(
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9119
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow noob - instruction

Post by Benno »

Ok.
Kind regards,
Benno
Qbik
Phoca Member
Phoca Member
Posts: 44
Joined: 22 Feb 2008, 13:32
Location: Poland
Contact:

Re: Phoca Slideshow noob - instruction

Post by Qbik »

Hi on demo site there is something like progress bar on sideshow, is it possible to enable it somehow?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9119
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Slideshow noob - instruction

Post by Benno »

Hi,
Hi on demo site there is something like progress bar on sideshow, is it possible to enable it somehow?
this is Module Phoca Gallery Slideshow Floom
http://joomlacode.org/gf/download/frsre ... v1.0.1.zip
Kind regards,
Benno
peter78
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 10 Mar 2011, 10:41

Re: Phoca Slideshow noob - instruction

Post by peter78 »

Hello, those instruction seems to be clear, but my slideshow still doesn't appear.

1, Joomla 1.6.1 installed

2, com_phocagallery_v3.0.0_rc4 installed (category created, 2 images added, thubail generation activated)

3, tmpl_phoca_color_v1.0.1 installed (templated activated, Slideshow = yes)
What to select in Slideshow (Select Image) field? How to select my ''header' gallery?

4, mod_phocagallery_slideshow_noob 1.0.1 installed (position-16 set up)

Did I missed something? Thank you.
Qbik
Phoca Member
Phoca Member
Posts: 44
Joined: 22 Feb 2008, 13:32
Location: Poland
Contact:

Re: Phoca Slideshow noob - instruction

Post by Qbik »

You have to write category id (this which you want to show) from your gallery in slideshow module
Xaneth
Phoca Member
Phoca Member
Posts: 10
Joined: 06 Oct 2011, 08:59

Re: Phoca Slideshow noob - instruction

Post by Xaneth »

Benno wrote:Hi,
Where do I adjust for pictures which are not that size of 970 x 230 pixels? I also want the pictures centered.
backend --> Components --> Phoca Gallery --> Phoca Gallery Control Panel --> Options --> Main --> Images And Detail Window Size Settings -->
Large Image Width=(as you like)
Large Image Height=(as you like
Save your settings!
and:
backend --> Extensions --> Module Manager --> mod_phocagallery_slideshow_noob --> Basic Options -->
Slideshow Width=(as you like)
Slideshow Heigh=(as you like)
Save your settings!
Kind regards,
Benno
This does not address centering.
user_bosnia
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 05 Nov 2012, 22:13

Re: Phoca Slideshow noob - instruction

Post by user_bosnia »

I see, that previous question is one year old, and still need answer. How to make pictures in gallery centered. Thank you in advance.
Post Reply