Page 3 of 6

Re: I may be a bit confused about template iframe embed

Posted: Wed Nov 16, 2016 9:46 pm
by axew3
just add the code posted to your overall_footer.html ACP template folder, right before the closing

Code: Select all

</body>
tag or just before

Code: Select all

<!-- EVENT acp_overall_footer_after -->
add this

Code: Select all

<script type="text/javascript">

$(document).on('mouseup', '.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="http://catchwrestle.com/forum/iframeResizer.contentWindow.min.js" defer></script>

Re: I may be a bit confused about template iframe embed

Posted: Wed Nov 16, 2016 9:56 pm
by chicagot
OK thanks. I did that and there still isn't any change. I cleared the cache on my web browser as well.

Re: I may be a bit confused about template iframe embed

Posted: Wed Nov 16, 2016 10:20 pm
by chicagot
Ah...I had to go to server configurations-load settings-recompile stale state settings. That did it. Mille grazie

Re: I may be a bit confused about template iframe embed

Posted: Thu Nov 17, 2016 8:12 am
by axew3
this is it!

Re: I may be a bit confused about template iframe embed

Posted: Thu Nov 17, 2016 6:58 pm
by chicagot
Well I went to log in today and it's back to the same issue. I cannot scroll in the administrator section. I logged into it directly and did the recomplie, but this time it didn't change the site.

Re: I may be a bit confused about template iframe embed

Posted: Thu Nov 17, 2016 7:41 pm
by chicagot
I also have another question. Yesterday I created the page "forum." You told me ti use "forums" which I did and is fine. So I deleted the page "forum". It is no longer anywhere in my amdin area. However, the url to that page still works and it takes to that old page. How can I delete it? Thanks