davehelmig
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced iFrame] More than one URL not workingAwesome, thanks again! I’ll try adding a different URL for now for test purposes and that should clear it up. Thanks again for your great support.
RESOLVED 🙂
Forum: Plugins
In reply to: [Advanced iFrame] More than one URL not workingOk, thanks. I’ll look into it and see if I can find which file thats in. Any idea why it would affect the second page but not the first one? Both are using the same full width page template. Or do you mean the padding is in the iframed page?
Thanks again for all your help. LOVE the plugin!
Forum: Plugins
In reply to: [Advanced iFrame] More than one URL not workingOoops, thought I changed that. Just now changed it, still the same result. Check the link again, you’ll see that both are using http://angryninjas.com/appmaker/ with the same result. I deleted my cache, still not auto-sizing 🙁
Forum: Plugins
In reply to: [Advanced iFrame] More than one URL not workingNo errors that I can see in my browser. Here are the two pages where I post the iframes:
WORKING GREAT:
http://angryninjas.com/new/universal-studios-orlando-app/
(clicking the “features” tab on that page will show you the size adjustment of the frame)NOT WORKING:
http://angryninjas.com/new/online-app-maker/Forum: Plugins
In reply to: [Advanced iFrame] More than one URL not workingNot that I can find using WP_DEBUG. Here is my debug log for that page… nothing javascript related:
`
22-Apr-2014 15:38:37 UTC] PHP Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /home1/angrynin/public_html/new/wp-includes/functions.php on line 3245[22-Apr-2014 15:38:37 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home1/angrynin/public_html/new/wp-content/plugins/envato-wordpress-toolkit-master/index.php on line 204
[22-Apr-2014 15:38:38 UTC] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home1/angrynin/public_html/new/wp-includes/functions.php on line 3078
[22-Apr-2014 15:38:38 UTC] PHP Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home1/angrynin/public_html/new/wp-includes/functions.php on line 3078
Forum: Plugins
In reply to: [Advanced iFrame] More than one URL not workingThanks, I actually had just switched the redirect last night, after i had posted this message. To see the issues now, check these URLS:
WORKING:
http://angryninjas.com/new/universal-studios-orlando-app/
(clicking the “features” tab on that page will show you the size adjustment of the frame)NOT WORKING:
http://angryninjas.com/new/online-app-maker/Both pages are using the same code, only the URL’s are different. Strange that the first one works and the second doesn’t. I tried deleting the second page and recreating it, same result.
Working Page Code:
[advanced_iframe securitykey="2ed863b63c9b8d07a93ee41eb7bc7443361ed7c9" src="http://angryninjas.com/apps/universal" id="iframe1" name="iframe1" width="105%" height="500" onload_resize="true" resize_on_click="100"]Non Working Page Code:
[advanced_iframe securitykey="2ed863b63c9b8d07a93ee41eb7bc7443361ed7c9" src="http://www.angryninjas.com/appmaker/" id="iframe2" name="iframe2" width="105%" height="500" onload_resize="true" resize_on_click="100"]