axew3
w3all User
Posts: 2883 Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:
Post
by axew3 » Wed Nov 16, 2016 9:46 pm
just add the code posted to your overall_footer.html ACP template folder, right before the closing
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
Posts: 19 Joined: Wed Nov 16, 2016 4:27 pm
Post
by chicagot » Wed Nov 16, 2016 9:56 pm
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
Posts: 19 Joined: Wed Nov 16, 2016 4:27 pm
Post
by chicagot » Wed Nov 16, 2016 10:20 pm
Ah...I had to go to server configurations-load settings-recompile stale state settings. That did it. Mille grazie
axew3
w3all User
Posts: 2883 Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:
Post
by axew3 » Thu Nov 17, 2016 8:12 am
this is it!
chicagot
User w
Posts: 19 Joined: Wed Nov 16, 2016 4:27 pm
Post
by chicagot » Thu Nov 17, 2016 6:58 pm
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
Posts: 19 Joined: Wed Nov 16, 2016 4:27 pm
Post
by chicagot » Thu Nov 17, 2016 7:41 pm
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