Hi
I just installed a new WP 3.1 to test RecipeSEO plugin.
I am able to add a recipe to a post and it shows up properly in front end.
But I am not able to edit the existing recipe, it shows me a empty pop-up box.
Thanks for the help
- Radhe
Hi
I just installed a new WP 3.1 to test RecipeSEO plugin.
I am able to add a recipe to a post and it shows up properly in front end.
But I am not able to edit the existing recipe, it shows me a empty pop-up box.
Thanks for the help
- Radhe
I'm having a similar issue, except that the popup simply says; The requested URL /wp-content/media-upload.php was not found on this server.'
My guess is this plugin hasn't yet been adequately tested with Multi-site mode...which is really too bad, since that's what I'm running.
I opened the iframe in a new tab and manually changed the path from 'wp-content' to 'wp-admin' and now it shows me the proper 'Update Recipe' page, so it looks like there's a typo in the plugin's source somewhere.
I figured it out; line 18 of the recipeseo_editor_plugin.js should be:
tb_show('', baseurl + '/wp-admin/media-upload.php?post_id=1-' + id + '&type=amd_recipeseo&tab=amd_recipeseo&TB_iframe=true&width=640&height=523');
not:
tb_show('', baseurl + '/wp-content/media-upload.php?post_id=1-' + id + '&type=amd_recipeseo&tab=amd_recipeseo&TB_iframe=true&width=640&height=523');
This topic has been closed to new replies.