Page 1 of 1

Image not show | masonry effect

Posted: 12 Dec 2019, 08:51
by massikk
Christine I've created new post because I've found my problem and this post is more clean.

I've solve the error of not whow images disabling different thumbnail height | Yes, masonry effect.

Now all images work, but when I look category the effect is this: https://allevamentochihuahua.com/foto-a ... uahua.html

Now I'm trying to look in code if I solve problem.. I want a masonry effect, but this add a l1 and s1 to images and some not show.

Re: Image not show | masonry effect

Posted: 12 Dec 2019, 08:58
by massikk
Solve!!!
In administrator I've disabled different thumbnail, Yes with masonry.
In /components/com_phocagallery/views/category/view.html.php
I've found this line

Code: Select all

	// Masonry effect
		if ($this->tmpl['diff_thumb_height'] == 2) {
and replace with

Code: Select all

// Masonry effect
		if ($this->tmpl['diff_thumb_height'] == 2) { 
In this case phocagallery not create a false url, but masonry is also actived!

I know that this is temporary solve and in next update I lose this mod, but now is only solution for me.. I hope that new release correct my problem.

Re: Image not show | masonry effect

Posted: 12 Dec 2019, 14:34
by Jan