I may be a bit confused about template iframe embed

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

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

Post 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>
chicagot
User w
User w
Posts: 19
Joined: Wed Nov 16, 2016 4:27 pm

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

Post by chicagot »

OK thanks. I did that and there still isn't any change. I cleared the cache on my web browser as well.
chicagot
User w
User w
Posts: 19
Joined: Wed Nov 16, 2016 4:27 pm

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

Post by chicagot »

Ah...I had to go to server configurations-load settings-recompile stale state settings. That did it. Mille grazie
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

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

Post by axew3 »

this is it!
chicagot
User w
User w
Posts: 19
Joined: Wed Nov 16, 2016 4:27 pm

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

Post 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.
chicagot
User w
User w
Posts: 19
Joined: Wed Nov 16, 2016 4:27 pm

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

Post 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
Post Reply