I have been using ZIP recipes now for a long time and didn′t have any problems. But today I cannot add a recipe to a new blogpost.
I did as I always do: create the recipe. Then write a blogpost. Click on the block for adding a ZIP Recipe. selecting the already created recipe from the dropdown list. But then: nothing happens!
Ususlly the recipe shows up in the Block editor, but this time, there is nothing. I tried to see the preview but there is none either. Of course I restarted wordpress, restartet my laptop and all that. But it doesn′t work. Does anyone have an idea?
Thanks a lot in advance!
]]>I have customised the template and that’s all good.
But can I have two templates available? For example one for food recipes and one for non-food recipes so that they are clearly different to a visitor. If so, how do I set up and save the second template (without losing the first one!)?
I’m happy for them to have mostly the same settings. Maybe something like a red background for food and green for not food but otherwise the same layout, fonts, etc.
]]>i have made a new website and my old website is having the zip recipes plugin and now i want that how can i migrate all the plugin data to my new website?
]]>Hi Rogier,
Best wishes for 2023!
I have an error.log with this error:
[13-Jan-2023 00:16:23 UTC] PHP Warning: A non-numeric value encountered in /mysite/wp-content/plugins/zip-recipes/models/Recipe.php on line 1185
Have a nice day.
]]>Hi there,
After switching to PHP8 you might encounter the following warning:
PHP Warning: Attempt to read property "ID" on null in .../zip-recipes/class.ziprecipes.php on line 1569
Here is a quick fix to check whether $post has set prior to access its properties.
--- class.ziprecipes.org.php 2022-10-11 09:50:30.928611488 +0200
+++ class.ziprecipes.php 2022-10-11 09:55:14.265627257 +0200
@@ -1566,7 +1566,7 @@
$recipe_json_ld = array();
// get recipe id - limitation: only 1 recipe is supported
- if (Util::has_shortcode($post->ID, $post)){
+ if (isset($post) && Util::has_shortcode($post->ID, $post)){
// Find recipe
$recipe = new Recipe(false, $post->ID);
$recipe_json_ld = $recipe->jsonld();
Cheers!
]]>Hi all the RZ team,
Just need to understand what’s the server’s cron main jobs are covering in my scheduled queue :
1 – zrdn_every_day_hook | Action : daily_sync() The parameter class is expected to be either a string or an object | Once every day |
2 – zrdn_every_month_hook | Action : none | Once every month
3 – zrdn_every_week_hook | Action : none | Once every week
And why could be this ‘parameter class’ error for the first one and that there is no action for the 2 others…?
May I del these lines if never fired?
Thanks for your help ??
Cheers
Since a recent WordPress and zip recipe update, all of my recipes have disappeared. They are all in the database just fine. I go to a page with a recipe, and there is a ziprecipe block that is linked to a recipe, but nothing appears. I see nothing in the editor and I see nothing on the page when I go to view it.
]]>I dont know if the plugin is up to date with the latest version of wordpress?
I did well to test the free version before the paid version. Because it’s slow and there are bugs all over the place.
I consulted your documentation, a youtube video and this is not what I have on my screen.
]]>Hello!
Is it possible to manage the output of the print? Like, no image added?
Thanks!
Jak.
]]>Hello there,
We have been using your plugin in our website with success for many years now (more than 170 recipes published) ??
Suddenly, the last few weeks when we try to add a new recipe and we click save nothing happens and the written recipe does not appear in any menu.
Any idea what could the problem?
Here are some technical details:
Wordpress Version 5.8.1
Zip Recipes Version 7.1.6
Server Apache/Linux 3.10.0
PHP version 7.3.31
cURL version 7.29.0 NSS/3.53.1
Thanks in advance for your help!
LJP
Hello,
I’m a French user of your WordPress plugin.
Yesterday a post page was automatically added and posted as “private” on my blog. The title says: Zip Recipe Preview Post (Do Not Remove) – Private
So first, I would like to know why ??
And then, is there really no way to delete it or at least hide it? Because the post is visible on my website’s homepage when I am connected to my WordPress account.
Thanks for your help.
]]>On the zip recipes > recipes page, this error is showing up
There has been a critical error on your website. Please check your site admin email inbox for instructions.
This happened after I upgraded to the newest version 7.0.6
WP version 5.5.3
debug error
Fatal error: Uncaught Error: Call to undefined function ZRDN\curl_init() in /var/www/html/blog/wp-content/plugins/zip-recipes/_inc/class.ziprecipes.util.php:1463 Stack trace: #0 /var/www/html/blog/wp-content/plugins/zip-recipes/_inc/class.ziprecipes.util.php(1376): ZRDN\Util::remote_file_exists(‘https://img.you…’) #1 /var/www/html/blog/wp-content/plugins/zip-recipes/models/Recipe.php(1212): ZRDN\Util::youtube_thumbnail(‘https://www.you…’) #2 /var/www/html/blog/wp-content/plugins/zip-recipes/models/Recipe.php(621): ZRDN\Recipe->jsonld() #3 /var/www/html/blog/wp-content/plugins/zip-recipes/models/Recipe.php(124): ZRDN\Recipe->load() #4 /var/www/html/blog/wp-content/plugins/zip-recipes/RecipeTable/class-recipe-table.php(412): ZRDN\Recipe->__construct(’26’) #5 /var/www/html/blog/wp-content/plugins/zip-recipes/RecipeTable/class-recipe-table.php(428): ZRDN\Recipe_Table->reports_data() #6 /var/www/html/blog/wp-content/plugins/zip-recipes/RecipeTable/RecipeMenu.php(417): ZRDN\Recipe_Table->prepare_items() #7 /var/www/html/blo in /var/www/html/blog/wp-content/plugins/zip-recipes/_inc/class.ziprecipes.util.php on line 1463
]]>I’ve been using your plugin for some time, and even before the update, everything was fine. However, after I updated the plugin, I am facing two problems:
– In the recipe preparation mode, when I put “numbered list” and add an image to the preparation mode, the numbering of the recipe steps is wrong. For example, a recipe with 10 steps, if I put an image to illustrate step 3, the step count resumes, that is, what would be step 4 is presented as step 1.
– The other problem is that before the update, the featured image of the post appeared in the recipe template, now, even when I configure the plugin to add an image to the recipe (which would be the highlight of the post), it just doesn’t pops up.
Those are the two problems I am facing.
Thank you!
Zip Recipes 7.0 was released last week!
Zip Recipes 7.0 is now fully PHP 7 compatible, is more lightweight, faster, better customisable, and much, much more!
Because we have rewritten the plugin to optimise the structure of your recipes, it may affect your layout if you have a lot of custom CSS.
We understand this may be frustrating, but we’re here to help! Just contact us on the forum or on https://ziprecipes.net/support, and we will help you get your layout back, and better!
You might also want to read up on our new template editor.
https://ziprecipes.net/release-7-0-0-is-here-this-is-what-you-need-to-know/
]]>Hello – I am having issues with a recipe that has a secondary recipe. Normally I would start the next line with an exclamation point (!) to create a label, like !Apple Filing and than continue with my secondary recipe ingredients.
Now when I add an exclamation point (!) in front of the secondary recipe (Apple Filing in this example) the plugin completely deletes the entire secondary section but the primary recipe is still there. Is there a new mark instead of the exclamation point ? Or perhaps a glitch or different way to achieve this? Thank you
]]>Hello,
I cannot see any recipes on my blog now! Please help!
I added a new plugin Zip Recipe Friend to my already existing one Zip Recipes.
Now I see that Zip Recipes is Deactivated and I am unable to activate and I can see the recipes in the Edit Section, but it is not displaying on my blog.
PLEASE HELP! PANICKING!
THanks.
]]>Hi Zip users! Zip Recipes 7.0 is about to be released. We’re in the final testing stage now.
We’re inviting all our users to join our betatesting program: please install the 7.0 version to test out the completely redesigned user interface, with template builder, restructured html for improved SEO performance, easily overridable template structure, and much more!
https://github.com/Really-Simple-Plugins/zip-recipes-free
We welcome all feedback on this new release. Please submit your feedback here:
]]>Hi there!
For some reasons when I create new recipes within the plugin images stopped showing up. It looks like that on the page and within creation process:
Thank you in advance for any pointers ??
]]>Bonjour à tous,
étant familier du CMS Joomla depuis 15 ans j’ai décidé de passer sur WordPress pour plusieurs raisons notamment parque je me suis rendu compte que je ne m’amuser plus avec Joomla ??
Bien évidemment j’ai quelque difficulté notamment avec les menus et la liaison entre un module et son menu !
J’ai installé le
– WordPress version 5.5.1
– Le thème JetBlackVersion : 1.0.4
– Minimal Coming Soon & Maintenance Mode Version 2.18
– wpForo Version 1.8.4
– Zip Recipes Version 6.4.7
Mon soucie étant que je n’arrive pas à faire ou à afficher le menu du module Zip Recipes (Module de gestion et création de recettes de cuisine).
Pour le forum pas de soucie cela s’est fait automatiquement, mais je n’arrive même pas à afficher une recette sur la page Frontend du site !
Quelqu’un aurait-il la gentillesse de me donner une explication ou une procédure pour que je puisse comprendre le fonctionnement.
J’avoue avec plaisir qu’après avoir dénigré WordPress pendant plusieurs années je commence à bien m’amuser avec et du coup j’ai la forte impression qu’il est aussi voire plus puissant en termes de fonctionnalité et d’ajout ou d’intégration de fonctionnalité que Joomla.
Voilà en vous remerciant d’avance.
By Charon
]]>I have selected to not show the image on the post but it still displays: https://prntscr.com/u5bpeb
Any idea why?
]]>Hello, I’m evaluating this plugin and I see in Settings>Advanced that we can disable the plugin’s styles completely.
However, what I’d like is to use ZIP styles, but the main theme’s fonts. Is that possible?
Alternatively, if it came down to it, how could we specify a different, 100% custom, stylesheet for this plugin? Thank you!
]]>I was wondering if there was a widget for Zip Recipes so I can show a recipe in the sidebar like another plugin allows?
]]>Hi; I have just upgraded to this plugin, however, it has not upgraded and replaced the free version on my WordPress. I also downloaded the plugin and tried to upload it, but it is not uploading successfully. Can I get some help? T
]]>Hello,
Thank you, I just installed this plugin yesterday and I really like it!
However there’s one thing I’m wondering about Nutrition Facts label.
There are certain food that we need to show additional nutrients such as Vitamin B, Potassium, Magnesium, etc.
I think the current format is the standard FDA format but is there a possibility to add some custom nutrients under the Nutrition Tab below the standard nutrition?
For example
Click to view an example
Thank you!
]]>I updated the ZipRecipes plugin to 6.4.2, which possibly skipped a couple versions.
Now I cannot save new recipes, and the error logs are showing issues with missing columns.
database error Unknown column ‘json_image_1x1’ in ‘field list’ for query UPDATE wp_amd_zlrecipe_recipes
Is there a way I can tell the plugin to refresh the database table schema?
]]>Hi there, just installed your plugin to test (never been in a recipe niche, so it’s my trial attempt).
I ‘ve searched the support forum and found something on nutritional label styling but it wasn’t helpful for my specific problem.
I’d like to adjust #zrdn-nutrition-label
.nutrition-facts__header in a way that it will be H4 instead of H2. (The phrase – “Nutrition Facts”)
Otherwise, it keeps randomly popping out in my table of contents and it doesn’t look very good.
Also is there a way to customize the fields? (as other vitamins and nutrients for instance – if using freemium?)
Is there a way to do so?
Also was looking into the premium version of your plugin – it looks quite promising with all the warnings fixing and automatic nutritional value generation however I’d def prefer lover version and not friend one. Since it’s my trial website that might fail and I am on a shoestring budget I’d love to join someone who’s willing to buy 5 license package to share. Is there any way to connect with such people? Maybe you have a Facebook group for that or you can sent a newsletter of some sort to call for all who would like to join?
Many thanks in advance,
Sincerely,
Ana
Do you guys recommend a method or a plugin to have the ability for users to rate the recipes? I ultimately want the star ratings to show in search results (google, etc.)
]]>I have the latest premium version. I can add the gallery in when I’m using classic editor but can’t change any settings. When I change to Gutenberg, I can’t insert the gallery, see here: https://prntscr.com/rdae46
Any ideas?
]]>Is there at easy way to create a front end recipe submission form?
]]>Hello,
I have installed the ziprecipe plugin with some recipes already existing and linkd to a post. When editing the recipes, I cannot save the changes. I hit the save-button, it is in process but the changes do not apply.
Is that a known issue?
Thanks
]]>