Re: I may be a bit confused about template iframe embed
Posted: Wed Nov 16, 2016 7:10 pm
OK I found an error. In my php admin area, I cannot scroll to make any changes on the admin page. Can I circumvent this somehow? Thanks
integration and scripts forums
https://www.axew3.com/w3/forums/
Code: Select all
<script type="text/javascript" src="iframeResizer.contentWindow.min.js" defer></script>
Code: Select all
<script type="text/javascript" src="../iframeResizer.contentWindow.min.js" defer></script>
Code: Select all
<script type="text/javascript" src="http://catchwrestle.com/forum/iframeResizer.contentWindow.min.js" defer></script>
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>