Jayce53
Forum Replies Created
-
Forum: Plugins
In reply to: [EasyRecipe] Print button generates Undefined Property errorTry re-saving the EasyRecipe settings. If that doesn’t help, leave us a support ticket at
Forum: Fixing WordPress
In reply to: Recipe card template without using a plugin!?Hi,
The EasyRecipe plugin stores your recipes in the post data itself. So even if you deactivate (or even delete) the plugin, your recipes will still be there and viewable, albeit without the fancy formatting that EasyRecipe supplies.
As is the case with any plugin, you might still have a problem if it crashes, although it’s currently running on around 10,000 sites so we know it’s pretty stable! But at least you know you can disable it temporarily until it’s fixed and not lose all your recipes.
This is caused by a bug in the SEO plugin which will not only cause problems for EasyRecipe but potentially any other plugin (or theme) that uses output buffer manipulation.
It was reported over 4 months ago but the SEO plugin maintainers have done nothing about it. This is somewhat disappointing since the fix (as I wrote 4 months ago) is trivially simple (see below)
The symptoms for the current versions of EasyRecipe and WordPress SEO are slightly different from the previous versions, but the underlying bug is exactly the same.
Four months ago, the bug caused a problem with the EasyRecipe output. The symptoms with the current versions is that if SEO title rewrites are enabled and the “Fix broken microformatting” EasyRecipe setting is enabled, then you may end up with two title tags, only one of which will have been rewritten.
The fix is simple:
For the current WordPress SEO version (1.4.12) change the following in \wp-content\plugins\wordpress-seo\frontend\class-frontend.php
comment out line 102: // add_action( 'wp_footer', array( $this, 'flush_cache' ) ); change line 1175 to: function flush_cache($content) { comment out line 1181: // $content = ob_get_contents(); comment out line 1202: // ob_end_clean(); change line 1206 to: return $content; change line 1215 to: ob_start(array($this,'flush_cache'));Technically, the SEO plugin rides roughshod over any other use of output buffer manipulation by using “ob_end_clean()” which trashes any existing output buffers. The fix hooks into the output buffer chain instead and titles can be rewritten without messing with any other plugin’s use of output buffers.
Forum: Plugins
In reply to: [EasyRecipe] No answer yet on my support request on your siteSorry about that!
We were unexpectedly called away for a few weeks and we’re still catching up.
I think both your queries should be resolved now.
Forum: Plugins
In reply to: [EasyRecipe] Link recipes to calendarNot as yet. It is something we’re looking into.
Forum: Plugins
In reply to: [EasyRecipe] users posts in EasyRecipeEasyRecipe Plus allows you to have guest posts. Your readers can enter a post (using EasyRecipe) and it will be saved as a draft so you can review it before it’s published.
You can see an example at http://www.orgasmicchef.com/guest-posts/
That’s our site – feel free to have a play with it – you won’t mess anything up 🙂
Forum: Plugins
In reply to: [EasyRecipe] Custom Post TypesHi,
If you submit a support ticket at http://www.easyrecipeplugin.com/support/submit-support-ticket/ and explain exactly how you need it to work we can look at it and see what we can do.
Forum: Plugins
In reply to: [EasyRecipe] Ratings & reviewEasyRecipe ratings work by attaching a ratings widget to the WordPress comment form. When a reader leaves a comment with a rating, you’ll see the ratings appear in the recipe itself.
Forum: Plugins
In reply to: [EasyRecipe] Numerous problems with Easy Recipe PlusEasyRecipe Plus is hosted at http://www.easyrecipeplugin.com and is indeed from the same people who wrote the free EasyRecipe (me!) 🙂
Forum: Plugins
In reply to: [EasyRecipe] [Plugin: Easy Recipe] Multiple recipes in a single post?Yes – you can get it at http://www.easyrecipeplugin.com/order.php
Forum: Reviews
In reply to: [EasyRecipe] No longer working properlyHi,
Can you send us the EasyRecipe diagnostics? You can do that from the Support tab on the EasyRecipe settings page.
If you can’t get the settings page, can you submit a support ticket at http://www.easyrecipeplugin.com/support/submit-support-ticket/
We should be able to sort it out for you once we can get some details of your WordPress environment.
Forum: Plugins
In reply to: [EasyRecipe] Multiple Recipes / PostHi,
The Plus version (http://www.easyrecipeplugin.com/) has the ability to have multiple recipes on a page/post.
Forum: Reviews
In reply to: [EasyRecipe] Pro version does not import recipes from Cook'n v10I believe this has been resolved but let us know if there’s still a problem
Forum: Plugins
In reply to: [EasyRecipe] Import from RecipressThe next update (due out in a few days) will have the ability to import Recipress recipes
Forum: Fixing WordPress
In reply to: Trying to find easy recipe plug in that appears on edit screenI see you’re using EasyRecipe. Are you having problems with that under Delicacy? If so, you can open a support ticket at http://www.easyrecipeplugin.com/support/submit-support-ticket/ and we’ll do our best to make it work.