Hi,
I have a problem with the upload of the image for the steps of recipe.
If I try to upload with the site Administrator the plugin work but if I try with another user the upload not work and the browser console returns the following error:
“Uncaught TypeError: Cannot read property ‘replace’ of undefined back.js:23”
Help me!!!
Best Regards
]]>Hi there
for some reason the image upload limit on the plugin is only 23mb? so I cannot upload any other pictures
]]>Hi, guys!
I need to know how to check if a post has recipe (is recipe).
It is urgent, so I believe that I may answer myself.
If anyone has had any luck migrating recipress to another recipe plugin please let me know. I really like recipress but it appears unless someone else picks up the project it’s over.
]]>Is it possible to translate to spanish this plugin?
]]>Hi,
Short-code not work in pages.I put the [recipe] short code in page but it does’t work.
So please help me how to list all recipe in one page.
Its Urgent please help me.
Thanks
Vikas Sharma
Hi, i tried through their forum to get an answer, but its dead.
i have used the following code to output some data in archive page:
Result: <?php echo get_the_term_list( $post->ID, ‘ingredient’, $attr); ?>
but values show like this: oniongarlicpepper and i want to be shown as onion, garlic, pepper
Any ideas how to manage that?
I would also like to know how to output hte 1st box of insturctions. I tried
Inst: <?php echo get_the_term_list( $post->ID, ‘instructions’, $attr); ?>
but it does not work ??
]]>hello! I am from Belarus. I would like to know if I can create a unique taxonomy for recipes?
]]>is this being updated at all?
the website still says stuff is coming but nothing has come….
is there a way to use this plug in with an IP.board forum?
]]>I think the sanitizer for the field ingredient => amount should be “sanitize_text_field” rather than “intval”.
With the current setting, if I edit a recipe with an amount like “1?” it gets truncated to “1” in the editing form. Similarly, an amount like “1/3” is shown in the form as “0”. As far as I can tell there’s no good way to enter a fraction with the intval sanitizer.
Adding to the confusion, the sanitizer only applies when the form is displayed and not when it’s submitted. If I type “1?” and save/publish, the value saved to the databse is “1?” but when the page reloads the form just shows “1”.
I think it works better like this:
'sanitizer' => array(
'amount' => 'sanitize_text_field',
'measurement' => 'sanitize_text_field',
'ingredient' => 'sanitize_text_field',
'notes' => 'sanitize_text_field'
)
]]>
Hi Tammy,
Not sure if this is the right place to post this, but I believe I’ve found a minor bug in the Recent Recipes Widget.
In my site, I’m using custom post types with Recipress so that I can have all my recipes on a separate page. I’ve then added the Recent Recipes widget to that page, but it is not showing up any recipes.
I’ve done a bit of digging and come to the conclusion that the reason for this is that the widget does not specify a post type in it’s WP_Query args, and hence the post_type defaults to post. The simple addition of a ‘post_type’ => recipress_post_type() into $args solves the problem.
The output from diff is shown below:
118a119
> 'post_type' => recipress_post_type(),
212c213
< ?>
\ No newline at end of file
---
> ?>
Hope you can add this into your next version.
Cheers,
James
]]>Hi Tammy, I’m trying out ReciPress and in the demo I see there is a Print Recipe button. It looks like this feature is only in the pro version, is that correct? Is the pro version still in development?
]]>I added the recipress extended plugin but am not seeing anything to print on my site. I had tried using print friendly but it only lets you print the entire page. Not sure what to do.
I love the look of the plugin but would really love it if the pro could come out soon.
]]>Hey there…I had to remove ReciPress because my client just wasn’t using it. Now that it’s gone, is it possible to recover the few recipes she published? They have apparently vanished??
Cheers,
JC
Hi,
I just updated the plugin and got the same error as others (all ingredients gone – due to the dropdowns) also the ingredients now are showing as slugs which means no ? ? ? for instance (my blog is written in Swedish). Please fix this.
Hello,
just upgraded and my site has gone has gone pear shaped.
Can you please roll back to a working version until these bugs are resolved?
I am in the middle of developing a site for some, and cannot go further without a working plugin.
Cheers
Greg
Careful upgrading plugin as you need to go through each recipe individually and select all past ingredients again. Also Instructions are wiped. Frustrating for so many clients and we simply cannot do any upgrades
So again be very very careful upgrading.
before Upgrading
https://figj.am/wp-content/uploads/2013/02/before.jpg
After Upgrading
https://figj.am/wp-content/uploads/2013/02/after.jpg
A ridiculous update, it basically wipes every ingredient ever included, meaning everyone has to go through each recipe they have added a redo them. There are also a bunch of errors in logs. After 9 months of nothing we get a whole bunch of headaches. I wish they just put a little thought into the thousands of current users than perhaps the premium version coming up.
]]>Warning: Invalid argument supplied for foreach() in /home/XXXXXXXXXX/wp-content/plugins/recipress/php/functions.php on line 309
Warning: Invalid argument supplied for foreach() in /home/XXXXXXXXXX/wp-content/plugins/recipress/php/functions.php on line 316
Warning: Invalid argument supplied for foreach() in /home/XXXXXXXXXX/wp-content/plugins/recipress/php/functions.php on line 309
Warning: Invalid argument supplied for foreach() in /home/XXXXXXXXXX/wp-content/plugins/recipress/php/functions.php on line 316
]]>Appears on some of the posts with recipes:
Warning: Invalid argument supplied for foreach() in …/public_html/wp-content/plugins/recipress/php/functions.php on line 288
which is the foreach:
// recipress_instructions_list
function recipress_instructions_list() {
$instructions = recipress_recipe(‘instructions’);
$output = ‘<ol class=”instructions”>’;
foreach($instructions as $instruction) {
Any ideas?
Thanks!!
]]>Hello
here is a recipe online : https://www.vegactu.com/recettes/mousse-au-chocolat-vegetalienne-1684/
You can clic on the ingredients and see the recipes,
but when you clic on Cuisine (Végétalienne) or meal : Dessert, or skill level, you have a 404 error, why ?
Thanks for your help !
]]>Hi! This is a great plugin, thank you som much!
Only problem I’m having is that the background bar of the “ingredients” headline is overlapping the featured image in the recipe post. Do you have a fix for this? My CSS knowledge is not that great..
an example: https://elinswenson.se/sockerkaka/
Thanks
/Henrik
Hi Tammy,
I have just installed recipress and have placed in a recipe. after a few tweaks I’ve managed to get it to display my recipe, however…
i would like to show a list of recipes, one after the other
I would like for these recipes to display on a page and not a post
Is this possible? I cannot seem to find this info anywhere…
I appreciate the response! Thanks ??
]]>Hi, absolutely love the plugin but I noticed that it won’t output any line breaks I add in my summary..
For example:
This sentence.
And this sentence.
Will end up like this: This sentence. And this sentence.
Any ideas on how I can fix it?
Thanks!
I’ve update recipress.php in order to get it to load resource via https:// when ssl is enabled. So I my site visitors won’t get the “connection is partially encrypted” warning from browsers.
However there the plugin seems to be load other resources other than code listed below which is causing it not to load all resources via https://
// Styles and Scripts
add_action('admin_enqueue_scripts', 'recipress_admin_enqueue');
function recipress_admin_enqueue() {
wp_enqueue_script('recipress_back', plugins_url( 'js/back.js' , __FILE__ ));
wp_enqueue_style('recipress_back', plugins_url( 'css/back.css' , __FILE__ ));
}
add_action('wp_enqueue_scripts', 'recipress_wp_enqueue');
function recipress_wp_enqueue() {
wp_enqueue_script('jquery');
wp_enqueue_style('recipress_front', plugins_url( 'css/front.css' , __FILE__ ));
}
Anyone knows where the plugin may be loading additional resources
]]>Hi Tammy,
Amazing plugin, we love it. One item that I’d like to point out is that when using the plugin on a secure site, the explicit reference to the insecure protocol for the webfont in the stylesheet front.css throws a mixed content error for the Font.
Using an implicit protocol reference there fixes it.
Thanks for your hard work!
-Blake
Recipress puts JavaScript all through the site, not just on the individual admin page – on all admin pages (bad practice). It causes conflicts with any other backend admin plugin that uses javascript (WP RSS Multi-Importer, for example).
Please correct your JavaScript implementation to follow the standard practice of only calling the scripts on your administration pages.
]]>I would like to use my own CSS instead of the built in design. Is there a way to do it?
]]>Is there any way to use the built-in wp search functionality to search for items within recipress (ie: ingrdients, steps) ?
]]>