Page 1 of 1

overide the item page

Posted: 13 Jan 2022, 13:21
by greenlizzard
Hi,
I am testing the ver 4.0 Beta with Joomla 4.0.5 and Yootheme Pro, so far it is looking good, but the spacing on the "item-image-ad-box" is too big as well as it is set for 3 columns

How and where do I find the layout for this so I can override it with Uikit3 layouts?

Also, can I replace this with another type of gallery, because if I have 7 images, the add box is to big, maybe a scroller would be better

You can see the site here to see what I am talking about: https://server7.greenlizzardhosting.co. ... ic-leather

Thanks
Gerald

Re: overide the item page

Posted: 13 Jan 2022, 16:37
by Jan
Hi, in Options you can switch between PrettyPhoto and Magnific:

Image

Additionaly Zoom Image plugin can be installed to replace both:

https://www.phoca.cz/phocacart-extensio ... age-plugin

I think the best way of changing the spacing is to customize it in CSS. :idea:


BTW Did you switch to UIKit in Options?

Image

Jan

Re: overide the item page

Posted: 13 Jan 2022, 18:28
by greenlizzard
Hi Jan,
Thanks for the reply, I have set it up for Magnific as well as switched to uikit in the options, but as my images are all portrait it was adding spaces.

Is the zoom plugin working as yet on joomla 4?

Re: overide the item page

Posted: 16 Jan 2022, 12:38
by greenlizzard
Hi Jan, another question, how do I change the classes for the row item in categories item view, in Yootheme pro, when you view it on an _ _, it is one column only when it can be two.

It seems to have a div class that is set to
<div class="row-item uk-width-1-1@s uk-width-1-4@m uk-width-1-4@l">

I can not find out where this is coming from to change at uk-width-1-2@m

Re: overide the item page

Posted: 24 Jan 2022, 00:36
by Jan
Hi,

- you can make your own output and set the classes for your own
- or you can see the library which produces the class output (such can be changed too, but the change will be overwritten by update):
administrator/components/com_phocacart/libraries/phocacart/render/style.php

Jan