Unfortunately, the window is not completely filled and the details are only displayed on the left.
Joomla 5.2.0
PHP 8.3
Astroid Framework 3.1.6
https://imgur.com/3RKq3OR
Modal-Box Details show
- WM-Loose
- Phoca Enthusiast
- Posts: 68
- Joined: 22 Nov 2020, 11:43
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Modal-Box Details show
Hi, do you have a link to live site, hard to say if this is due to short content or there is some width rule.
Jan
Jan
If you find Phoca extensions useful, please support the project
- WM-Loose
- Phoca Enthusiast
- Posts: 68
- Joined: 22 Nov 2020, 11:43
Re: Modal-Box Details show
Sorry, it is a template problem with Astroid two and JP-Templates.
With Cassiopeia ist everthing ok.
With Cassiopeia ist everthing ok.
- WM-Loose
- Phoca Enthusiast
- Posts: 68
- Joined: 22 Nov 2020, 11:43
Re: Modal-Box Details show
Hi Jan,
not open but i send you a link an open it for a moment?
not open but i send you a link an open it for a moment?
- WM-Loose
- Phoca Enthusiast
- Posts: 68
- Joined: 22 Nov 2020, 11:43
Re: Modal-Box Details show
Jan, I talk to Joomlaplates for help.
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
- WM-Loose
- Phoca Enthusiast
- Posts: 68
- Joined: 22 Nov 2020, 11:43
Re: Modal-Box Details show
Hello Jan,
I need your help.
It's the same problem with all Astroid templates.
I just can't solve it with CSS either.
Can you maybe help?
I need your help.
It's the same problem with all Astroid templates.
I just can't solve it with CSS either.
Can you maybe help?
- WM-Loose
- Phoca Enthusiast
- Posts: 68
- Joined: 22 Nov 2020, 11:43
Re: Modal-Box Details show
Peter from Joomlaplates found out what the problem is.
There is no 100% width specified in the iframe.
It works with this CSS code:
#pdCategoryModalIframe {
width: 100%;
}
Can you add a width of 100% in the future so that it works?
I hope you don't use a variable ID, otherwise it might have to be adjusted again during an update.
There is no 100% width specified in the iframe.
It works with this CSS code:
#pdCategoryModalIframe {
width: 100%;
}
Can you add a width of 100% in the future so that it works?
I hope you don't use a variable ID, otherwise it might have to be adjusted again during an update.
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Modal-Box Details show
If you find Phoca extensions useful, please support the project