Styling question

Phoca Gallery - image gallery extension
christoph.mue
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 26 Sep 2022, 14:15

Styling question

Post by christoph.mue »

hi there, I'm using:

J4.2.2/PHP8.0.19
Phoca Gallery Component 4.5.1
Phoca Gallery Plugin 4.5.1

Basically it's working and I get the images of a category displayed (in a custom module (in SP Page Builder) with this code:
{phocagallery view=category|categoryid=1}

If I change something in global configuration "Category View" or "Detail View", i.e. Detail window: Photoswipe/magnific,... nothing changes at frontend. Its always the same view: image quite small, black background, only arrow left/right, nothing else.
It doesn't look great, what am I missing?

thanks.

christoph
christoph.mue
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 26 Sep 2022, 14:15

Re: Styling question

Post by christoph.mue »

Edit: When the Gallery is displayed as a Menu Item it looks good, the categorys are shown as a thumbnail with their name. this is how I would like to implement in a custom module in SP Page Builder. So I think SP Page Builder breaks the style!?
any idea what I can do?
christoph.mue
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 26 Sep 2022, 14:15

Re: Styling question

Post by christoph.mue »

Its not the SP Page Builder, its the same when I insert the code in an Article. So how should the code looks like for this view:
https://i.imgur.com/F9V4wxC.jpg

this is not working:

Code: Select all

 {phocagallery view=categories}
could someone light me up please.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Styling question

Post by Jan »

Hi, Phoca Gallery plugin for Joomla 4 version still does not include parameter for view=categories (I am working on it now)

You can now use only view=category

Jan
If you find Phoca extensions useful, please support the project
christoph.mue
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 26 Sep 2022, 14:15

Re: Styling question

Post by christoph.mue »

ok, thanks!
Post Reply