Problem on display with 4.3.9

Phoca Gallery - image gallery extension
sercio
Phoca Member
Phoca Member
Posts: 22
Joined: 17 Dec 2011, 17:40

Re: Problem on display with 4.3.9

Post by sercio »

Hi Christine,
You don't see the difference because i have downgraded phocagallery to 4.3.5 version... and now all work fine again. When I upgrade to 4.3.8 all visualizzation is wrong. You can see the difference on another site whit the same problem. Here the links:
https://www.prometeo-onlus.org is OK
https://www.prometeo-onlus.org/j3/index ... Itemid=173 is KO

I think is not a configuration problem but a code problem....

Thank you again for your attention.
Regards
Last edited by sercio on 11 Jan 2018, 20:36, edited 1 time in total.

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Problem on display with 4.3.9

Post by christine »

Hi sercio,

aha. That's why I didn't see the difference. Will check later. But for now, I'am off.

Regards
Christine
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Problem on display with 4.3.9

Post by christine »

Hi sercio,

Now I can see the difference with above OTHER Url!

You can do following: either:
phocagallery.css / start line: 1061

Code: Select all

.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
to change to this:

Code: Select all

/*.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}*/
that means: to "comment out". It belongs to your template resulting of having: .wrapper class twice.

Or you download and try following .zip, it is Version: 4.3.9b
> https://github.com/PhocaCz/PhocaGallery ... 4.3.9b.zip

If successfull, then it will implemented in a future PG version. It's not official. Pls try and advice. Thank you.

But for now, i'm really off.
Christine
sercio
Phoca Member
Phoca Member
Posts: 22
Joined: 17 Dec 2011, 17:40

Re: Problem on display with 4.3.9

Post by sercio »

:cry: :cry: HI Christine,
i have modified the phocagallery.css as you tell me, but with no results. The version 4.3.9b was installed on the previous site.... also with no results.
Regards
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Problem on display with 4.3.9

Post by christine »

Hi sercio,
sercio wrote: 11 Jan 2018, 20:48 i have modified the phocagallery.css as you tell me, but with no results.
a) Clear your browser cache please. Because I can see the CSS changes. The layout is OK now > the ... prometeo URL
The version 4.3.9b was installed on the previous site.... also with no results.
b) here I see again PG 4.3.5. > ... santaprisca URL
Try a) to download / installing above 4.3.9b.zip > nothing more. Clear all caches.
Or the normal 4.3.9 with the amendments as you did of the URL a)

bona note :-)
Christine
sercio
Phoca Member
Phoca Member
Posts: 22
Joined: 17 Dec 2011, 17:40

Re: Problem on display with 4.3.9

Post by sercio »

Good Morning Christine,
I have installed again the 4.3.9b version, i have cleared the browser cache, and now all works fine. Thank you very much and please, apologize for my mistake (i have not remembered to clear the browser cache). Please insert this beta implementation in the future release.
Thanks again.
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Problem on display with 4.3.9

Post by christine »

Hi sercio,

thank you for downloading & testing of version 4.3.9b. We will implement the changes in next version.
As the classes: .wrapper .... are in your template and phocagallery, the CSS Code for PG has been changed to:
.ph-pswp-wrapper ... I will inform Jan about.

Kind regards
Christine
Post Reply