Page 1 of 1

Layout probs after J4 update

Posted: 11 Aug 2023, 08:22
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

Re: Layout probs after J4 update

Posted: 11 Aug 2023, 09:15
by andraspal
I have the same layout problem:-(

Re: Layout probs after J4 update

Posted: 11 Aug 2023, 22:37
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