- Posts: 8
- Thank you received: 0
wrapper hight issue
14 years 10 months ago #8567
by shamloo
wrapper hight issue was created by shamloo
Hi
I am putting the wrapper in a page on the template and it only shows a little bit of the wrapped site in height, may be 50PX of it and not morew.
i have changed the wrapper setting to auto and 1000PX but nothing chnges.
Can not see the whole wrapped site.
Can you help?
I am putting the wrapper in a page on the template and it only shows a little bit of the wrapped site in height, may be 50PX of it and not morew.
i have changed the wrapper setting to auto and 1000PX but nothing chnges.
Can not see the whole wrapped site.
Can you help?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 10 months ago #8581
by ivan.milic
Replied by ivan.milic on topic Re: wrapper hight issue
You did not provide link, but I remember that there is width and height property defined for .wrapper class in layout.css or maybe template_css.css that's causing problems with iframe. You need to remove them from .wrapper class.
There is something that looks like this:
.wrapper , .wrapper_r ....{
width:...
just delete ".wrapper ,"
You can try to search true forum to find that answer, or send us your site link.
There is something that looks like this:
.wrapper , .wrapper_r ....{
width:...
just delete ".wrapper ,"
You can try to search true forum to find that answer, or send us your site link.
Please Log in to join the conversation.
14 years 10 months ago #8582
by shamloo
Replied by shamloo on topic Re: wrapper hight issue
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 10 months ago - 14 years 10 months ago #8583
by ivan.milic
Replied by ivan.milic on topic Re: wrapper hight issue
Hi,
width and height are not your problem. Here is page source:
<iframe id="blockrandom" name="iframe" src="http://" width="" height="" scrolling="" align="top" frameborder="0" class="wrapper">
</iframe>
So your src link is bad is renders as src="http://"
width and height are not your problem. Here is page source:
<iframe id="blockrandom" name="iframe" src="http://" width="" height="" scrolling="" align="top" frameborder="0" class="wrapper">
</iframe>
So your src link is bad is renders as src="http://"
Last edit: 14 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
14 years 10 months ago #8585
by shamloo
Replied by shamloo on topic Re: wrapper hight issue
is this a hot joomla template css issue?
is there a patch fro this?
is there a patch fro this?
Please Log in to join the conversation.
14 years 10 months ago #8586
by GooRu
Replied by GooRu on topic Re: wrapper hight issue
Hi...
I'm working through this issue, and I'm thinking it is a hot Joomla template css issue.
I have located the code snippet in layout.css and if I remove the wrapper code the the site does a shift to the right and looses some styling but the wrapper does work. If I replace the code the site returns to shape but the wrapper goes not further then 186px.
Perhaps it's the terms used in the source css styling?
I have other templates with the same content setup and working perfectly...
I'm working through this issue, and I'm thinking it is a hot Joomla template css issue.
I have located the code snippet in layout.css and if I remove the wrapper code the the site does a shift to the right and looses some styling but the wrapper does work. If I replace the code the site returns to shape but the wrapper goes not further then 186px.
Perhaps it's the terms used in the source css styling?
I have other templates with the same content setup and working perfectly...
Please Log in to join the conversation.
Time to create page: 0.110 seconds