hello,
if it can help, here is the inspector, but as before, i'm not able to add the BBCode in the post
image link : https://i.imgur.com/7TwlIQn.png
and i use the shaper_helix3 template
the link 'Tip : How to add screenshot to post' in the top of Quick Reply is not correct, the link is 'https://www.phoca.cz/documents/50-phoca ... forum-post' whereas you give me the link 'https://www.phoca.cz/documentation/86-j ... forum-post'
No responsive template in joomla 4 migrated from joomla 3
- forlx.62
- Phoca Member
- Posts: 21
- Joined: 29 Oct 2022, 22:35
- forlx.62
- Phoca Member
- Posts: 21
- Joined: 29 Oct 2022, 22:35
Re: No responsive template in joomla 4 migrated from joomla 3
Hello Jan,
The picture is full but the box where the picture is displaying is around 25%-30% of the window
I can extract if you want the html page and/or inspector if it can help
The picture is full but the box where the picture is displaying is around 25%-30% of the window
I can extract if you want the html page and/or inspector if it can help
- Jan
- Phoca Hero
- Posts: 48689
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No responsive template in joomla 4 migrated from joomla 3
Hi, unfortunately, I need to see it live to test the whole code, etc.
BTW, if you switch to standard template (only for test), do you get the same problem?
Jan
BTW, if you switch to standard template (only for test), do you get the same problem?
Jan
If you find Phoca extensions useful, please support the project
- forlx.62
- Phoca Member
- Posts: 21
- Joined: 29 Oct 2022, 22:35
Re: No responsive template in joomla 4 migrated from joomla 3
Hi,
I've tested both, simple and after standard, exactly same result
I've tested both, simple and after standard, exactly same result
- forlx.62
- Phoca Member
- Posts: 21
- Joined: 29 Oct 2022, 22:35
Re: No responsive template in joomla 4 migrated from joomla 3
As i have only this issue, i've updated my site to joomla 4.
I published a picture with public access in order you can see and investigate the issue.
here is the link : https://www.sgdf-lens.fr/index.php/private-gallery
i hope you can find a solution, from my side, i don't know enough CSS to understand where the error comes from
I published a picture with public access in order you can see and investigate the issue.
here is the link : https://www.sgdf-lens.fr/index.php/private-gallery
i hope you can find a solution, from my side, i don't know enough CSS to understand where the error comes from
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: No responsive template in joomla 4 migrated from joomla 3
Hi,
Thank you for sharing of your Page. It belongs to iFrame (modal box).
Jan meant that you should try the standard template Cassiopeia temporarily to see if it is the same result.
I'm in the process of checking etc.
@Jan: btw: could you check via page source code: line 248, could be relevant.
Kind regards
Christine
Thank you for sharing of your Page. It belongs to iFrame (modal box).
Jan meant that you should try the standard template Cassiopeia temporarily to see if it is the same result.
I'm in the process of checking etc.
@Jan: btw: could you check via page source code: line 248, could be relevant.
Kind regards
Christine
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: No responsive template in joomla 4 migrated from joomla 3
Hi,
Maybe following could help: (tried it, and it works temporarily)
to your custom.css of your template Helix.

Kind regards
Christine
Maybe following could help: (tried it, and it works temporarily)
Code: Select all
iFrame#pgCategoryModalIframe {
width: 1000px;
}

Kind regards
Christine
- forlx.62
- Phoca Member
- Posts: 21
- Joined: 29 Oct 2022, 22:35
Re: No responsive template in joomla 4 migrated from joomla 3
Hello Christine,
I will try again, but i've already tested both styles Yesterday and the result was the same.
Regards
I will try again, but i've already tested both styles Yesterday and the result was the same.
Regards
- forlx.62
- Phoca Member
- Posts: 21
- Joined: 29 Oct 2022, 22:35
Re: No responsive template in joomla 4 migrated from joomla 3
So the both styles are working exactly the same.
I tried finally this in order to use the entire width
iFrame#pgCategoryModalIframe {
width: 100%;
}
It seems working fine with smartphone and laptop
I tried finally this in order to use the entire width
iFrame#pgCategoryModalIframe {
width: 100%;
}
It seems working fine with smartphone and laptop
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: No responsive template in joomla 4 migrated from joomla 3
Hi,
FYI: We didn't mean the themes from Phoca, but the standard template Cassiopeia. Doesn't matter now. As I could now see, the code worked.
But: you put this in the theme_standard.css. See previous posts. Please make CSS changes/additions in your custom.css from Helix. Otherwise your code will be overwritten with the next Phoca update.
custom.css in Helix: https://www.joomshaper.com/documentatio ... eader-code
Kind regards
Christine
That's fine.
FYI: We didn't mean the themes from Phoca, but the standard template Cassiopeia. Doesn't matter now. As I could now see, the code worked.
But: you put this in the theme_standard.css. See previous posts. Please make CSS changes/additions in your custom.css from Helix. Otherwise your code will be overwritten with the next Phoca update.
custom.css in Helix: https://www.joomshaper.com/documentatio ... eader-code
Kind regards
Christine