Layout probs after J4 update

Phoca Download - download manager
sulu17
Phoca Member
Phoca Member
Posts: 17
Joined: 20 Jun 2012, 09:29

Layout probs after J4 update

Post by sulu17 »

Hi,

after updating to J4, I`ve some hard layout problems on https://upd6.webtelligent.de/tennis.sh. ... /downloads.
I`ve no glue, why the layout doesn`t look like in your demo with card layout.

The second thing I can`t solve is: after clicking on one of the categories, there is a pop-up shown, which I don`t want to show and which I can`t close.

Hope you can support me ;-) - thank you!

Best regards
Susanne
andraspal
Phoca Member
Phoca Member
Posts: 32
Joined: 16 May 2018, 19:46

Re: Layout probs after J4 update

Post by andraspal »

I have the same layout problem:-(
christine
Phoca Hero
Phoca Hero
Posts: 2738
Joined: 28 Nov 2010, 17:20

Re: Layout probs after J4 update

Post by christine »

Hi Susanne,
sulu17 wrote: 11 Aug 2023, 08:22
The second thing I can`t solve is: after clicking on one of the categories, there is a pop-up shown, which I don`t want to show and which I can`t close.
I think it's the template.
It comes from css/template.css, line 4102
Try following code to your custom.css:

Code: Select all

div.modal.fade {
opacity: 0;    
}
Of course we cannot know if this modal box is used elsewhere (in your template).

@andraspal
Check also your template please.
If you temporarily switch to Cassiopeia, it should be OK. Just try it out.

Kind regards
Christine
Post Reply