just starting something else, just before a fast look here to help you finally resolve ...
ok, i see ...
so ... original page forum contain this style for iframe element:
Code: Select all
style="width:1px;min-width:100%;*width:100%;border:0;"
in effect, this is it also into page source code, your html output is this:
Code: Select all
<iframe id="w3all_phpbb_iframe" style="width:1px;min-width:100%;*width:100%;border:0;" scrolling="no" src="http://dev.my80isfantastic.eu/phpBB3/index.php"></iframe>
BUT, like you said, if i look into console, the output is as you say this:
Code: Select all
<iframe id="w3all_phpbb_iframe" style="width: 1px; min-width: 100%; border: 0px none; overflow: hidden; height: 0px;" scrolling="no" src="http://dev.my80isfantastic.eu/phpBB3/index.php"></iframe>
it result added of
height: 0px; ...
so asking to myself, that at moment unique plausible explain, what javascript you have, of which activated plugin in wp, or js template function, that cause to modify the attribute style of the iframe element on page, despite it is with an id?
The (in case) wrong concept of the js function that cause this, should aim to precise iframe, and not any existent iframe on page, so causing this ... what you think?
Provide here in reply, if you want:
the page forum you're using, and the page template of your wp theme
may element's you wrap the iframe into, are causing this. Removing should resolve
just starting something else, just before a fast look here to help you finally resolve ...
ok, i see ...
so ... original page forum contain this style for iframe element:
[code]style="width:1px;min-width:100%;*width:100%;border:0;"[/code]
in effect, this is it also into page source code, your html output is this:
[code]<iframe id="w3all_phpbb_iframe" style="width:1px;min-width:100%;*width:100%;border:0;" scrolling="no" src="http://dev.my80isfantastic.eu/phpBB3/index.php"></iframe>[/code]
[b]BUT[/b], like you said, if i look into console, the output is as you say this:
[code]<iframe id="w3all_phpbb_iframe" style="width: 1px; min-width: 100%; border: 0px none; overflow: hidden; height: 0px;" scrolling="no" src="http://dev.my80isfantastic.eu/phpBB3/index.php"></iframe>[/code]
it result added of [c]height: 0px;[/c] ...
so asking to myself, that at moment unique plausible explain, what javascript you have, of which activated plugin in wp, or js template function, that cause to modify the attribute style of the iframe element on page, despite it is with an id?
The (in case) wrong concept of the js function that cause this, should aim to precise iframe, and not any existent iframe on page, so causing this ... what you think?
Provide here in reply, if you want:
the page forum you're using, and the page template of your wp theme
may element's you wrap the iframe into, are causing this. Removing should resolve