Hi,
Recently upgraded to Joomla 4 succesfully and updated Phoca Gallery. All works great but with one strange artifact.
When selecting a category to show the pictures there is a large "space" between the first badge of pictures and the Ordering/Disply num options. Called: pgCatergoryModal. I am not sure what part of Phoca Gallery this and how to show it or disable this.
https://imgur.com/a/78BW23J
Does someone have any clue?
Cheers, Richard
large blank space below picture view.
-
- Phoca Member
- Posts: 10
- Joined: 16 Sep 2021, 19:31
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: large blank space below picture view.
Hi, does the template use Bootstrap? If not and you change detail view in Phoca Gallery options to another type, do you still get the same problem?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 16 Sep 2021, 19:31
Re: large blank space below picture view.
Ha Jan,
Yes, the template uses bootstrap.
Cheers,
Richard
Yes, the template uses bootstrap.
Cheers,
Richard
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: large blank space below picture view.
Can I see the page, to check the console?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: large blank space below picture view.
Hi Richard,
acc. the screenshot, I checked the URL and see in the template.css, line 3796: position: inherit;
https://4.stemband.com/index.php/fotobo ... eater-2022
Try following:
either you have a custom.css (don't know) or at the end of your template.css.
Temporary it works.
Kind regards
Christine
acc. the screenshot, I checked the URL and see in the template.css, line 3796: position: inherit;
https://4.stemband.com/index.php/fotobo ... eater-2022
Try following:
Code: Select all
#ttr_content .modal {
position: absolute;
}
Temporary it works.
Kind regards
Christine
-
- Phoca Member
- Posts: 10
- Joined: 16 Sep 2021, 19:31
Re: large blank space below picture view.
Hi,
Thanks for the reponce. I will give it a go.
Cheers,
Richard
Thanks for the reponce. I will give it a go.
Cheers,
Richard
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: large blank space below picture view.
Hi Richard,
het lijkt erop dat het gelukt is?
hartelijke groeten,
Christine
het lijkt erop dat het gelukt is?
hartelijke groeten,
Christine