Hi all, thanks for your job first
just setup all and it's working exept I can't see whole phpbb forum
can help
thanks
height integration problem
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
-
- Posts: 3
- Joined: Tue Apr 26, 2016 8:07 pm
Re: height integration problem
hi, modified overall_footer.html (style prosilver)
like this
After, I loaded it in original style folder
after, I copy iframeResizer.contentWindow.min.js in /phpBB3 folder
After, I did the recompile
And I still have the same cutted window, did I miss something?
like this
Code: Select all
<!-- EVENT overall_footer_after -->
<script type="text/javascript">
$(document).on('mouseout', '.postimage', function(){
var w3allappend = "getw3all_lightbox";
if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
});
$(document).on("click", "a", function() {
var href = $(this).attr("href");
var w3allappend = href;
if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
});
</script>
<script type="text/javascript" src="./iframeResizer.contentWindow.min.js" defer></script>
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}
after, I copy iframeResizer.contentWindow.min.js in /phpBB3 folder
After, I did the recompile
And I still have the same cutted window, did I miss something?
-
- Posts: 3
- Joined: Tue Apr 26, 2016 8:07 pm
Re: height integration problem
working after clearing cache
many thanks
many thanks
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: height integration problem
Ok! 1.2.7 is coming out in very short time.
-
- Posts: 1
- Joined: Sat Apr 30, 2016 12:59 am
Re: height integration problem
Good morning,
I have the same problem as the Op, but I can't solve it.
First of all, I'm on a local server doing test.
I do what this tutorial says:
https://www.axew3.com/w3/2016/02/embed-p ... esponsive/
I have modified the html before changing the ecompile stale style components.
I have modified the html after modifyng the ecompile stale style components.
I have added the script after <!-- EVENT overall_footer_after -->
I have added the scripto before <!-- EVENT overall_footer_body_after -->
I have added the script before </body>
I have added the script two,or even 3 times on html to see if there was any change.
And,of course, the changin of Recompile stale style components did I too.
I have iframeResizer.contentWindow.min.js on all this folder:
root folder of all.
special folder named "scripts" on root,and changed the html to there (nothing too).
On phpbb3 root folder ( in my case, I have changed the name to "forum",so this folder is on www_public/forum/)
I have it on the folder of template from platesilver.
And allways the same for me.
I know I'm doing something incorrect, but don't know what...I even deleted all the .js and reupload the original template .html file and restarted again....
Thank you very much.
PS:I cleared the coockies and cache from my browsers too (chrome and firefox).
I have the same problem as the Op, but I can't solve it.
First of all, I'm on a local server doing test.
I do what this tutorial says:
https://www.axew3.com/w3/2016/02/embed-p ... esponsive/
I have modified the html before changing the ecompile stale style components.
I have modified the html after modifyng the ecompile stale style components.
I have added the script after <!-- EVENT overall_footer_after -->
I have added the scripto before <!-- EVENT overall_footer_body_after -->
I have added the script before </body>
I have added the script two,or even 3 times on html to see if there was any change.
And,of course, the changin of Recompile stale style components did I too.
I have iframeResizer.contentWindow.min.js on all this folder:
root folder of all.
special folder named "scripts" on root,and changed the html to there (nothing too).
On phpbb3 root folder ( in my case, I have changed the name to "forum",so this folder is on www_public/forum/)
I have it on the folder of template from platesilver.
And allways the same for me.
I know I'm doing something incorrect, but don't know what...I even deleted all the .js and reupload the original template .html file and restarted again....
Thank you very much.
PS:I cleared the coockies and cache from my browsers too (chrome and firefox).