Jan Koester
Forum Replies Created
-
Forum: Plugins
In reply to: [RecipePress Reloaded] RecipePress Reloaded and WooCommerceThanks for the feedback.
Yesterday I’ve released version 0.8.2 fixing the issues mentioned in the other thread. Whcih version did you use?
The update is also fixing a Fatal Error, which is the only way I could imagine how RPR is affecting other plugins.
Please provide log files so I can track down the error. If you don’t like posting the here, please send me an email.
Forum: Plugins
In reply to: [RecipePress Reloaded] A couple of issues after updating?Easiest will be to use the WP export tool and just export the recipe post types. That will be alot easier to import for me as well, instead of fiddling with at least 5 different tables.
Forum: Plugins
In reply to: [RecipePress Reloaded] A couple of issues after updating?I’m sorry the zpdated caused so many troubles for you. Meanwhile I could sort out the display errors. Seem’s I’ve misinterpreted the wordpress documentation at two points (very fundamental as it seems).
To find the source of the cusine problem I need some more information.
How did you perform the rollback? Did you just revert the files or did you also use a database backup?Anyhow it would be great if you could send be a wp export file of your recipes so I can test using them. Best would be an email …
Thanks a lot for your help and your patience!
Forum: Plugins
In reply to: [RecipePress Reloaded] A couple of issues after updating?Looks like there a been a major misunderstanding on how the content filters of wordpress work. Strangely I’ve never noticed anything like this during all the tests using my recipe collection.
I’m working an 1. and 2. currently. Double display of complete recipes should be resolved in the current development snapshot.
I didn’t have time yet to look into 3. and 4., but please double check that really had more than 2 cusines. I’ve heavily tested the migration procedures using my recipe collection containing some cusines (also with special characters). So I’m pretty sure the migration procedures are not affecting your data. In fact the procedure is not touching any taxonomy terms except ingredients.
Maybe have a look at the server logs if something is blocking displaying the terms.- This reply was modified 9 years, 6 months ago by Jan Koester.
Forum: Plugins
In reply to: [RecipePress Reloaded] A couple of issues after updating?Once you’ve verified the fixed are working for you as well, I’ll release them as version 0.8.1
Thanks for reporting and testing!
Forum: Plugins
In reply to: [RecipePress Reloaded] Shortcode processing?Could you please double check if shortcode support is working in release 0.8.x.
Forum: Plugins
In reply to: [RecipePress Reloaded] Ingredients and instructions not showing up in postSorry for the late reply, somehow your post got lost.
Could you please check if the problem persists with the current release 0.8.x?
Forum: Plugins
In reply to: [RecipePress Reloaded] Special Characters breaks ingredients_notes fieldCould you please verify that release 0.8.x resolves this issue.
Thanks.
Forum: Plugins
In reply to: [RecipePress Reloaded] RecipePress reloaded and “Recipe – schema.org”As of release 0.8.0 JSON-LD is now supported by RecipePress reloaded.
Forum: Plugins
In reply to: [RecipePress Reloaded] translate to SwedishHej,
I’ve just released the new version 0.8.0 of RecipePress reloaded. Translations should now easily be created on https://translate.wordpress.org/projects/wp-plugins/recipepress-reloaded.
Forum: Plugins
In reply to: [RecipePress Reloaded] A couple of issues after updating?Hi,
as usual there are quick fixes:
1) The problem while upgrading / activating the plugin needs more investigation.
2) The archive pages are indeed missing. I just forgot to add this functionality. Manual fix: editpublic/class-rpr-recipeposttype.phpand the following in line 94
'has_archive' => true,
3) For a quick workaround to avoid the fatal error editpublic/rpr_template_tags.phpin line 193:
if( $terms && ! is_wp_error( $terms) ) {
Of course the source of this error still need some investigation.Or you just use the current development snapshot from github.
Hope this helps for the moment.
- This reply was modified 9 years, 6 months ago by Jan Koester.
Forum: Plugins
In reply to: [RecipePress Reloaded] AMP and FB Instant Articles supportI’m currently very busy finishing release 0.8, so I can’t check what’s the problem there. I’d suggest to wait a few days until the new release is finished and then address your issues.
Thanks for your understanding
Forum: Plugins
In reply to: [RecipePress Reloaded] AMP and FB Instant Articles supportHi,
sorry for the late reply. I don’t know these plugins so I can only guess. Most probably they’re using
the_excerpt()and notthe_content()hooks to embed the content.the_excerpt()by default only contains the description.
You can change this by creating your own layout file – which is currently not documented.Forum: Plugins
In reply to: [RecipePress Reloaded] RecipePress reloaded will be discontinuedI’m currently doing a complete recoding of the plugin nd I’m making slow but steady progress.
I’d be really happy to get some help translating the plugin and/or bulding a documentation wiki.
But don’t worry, recipepress reloaded will continue.Forum: Plugins
In reply to: [RecipePress Reloaded] RecipePress reloaded and “Recipe – schema.org”You are right, this is all but easy.
If really want to do some coding you can copy the layout files from layouts/rpr_default to your theme. Put them into a folder rpr_layouts/yourlayout. Change the id in recipe.php and you should have your custom layout appear in the rpr settings.
Within the layout files you can do whatever you want and have access to the complete recipe data and meta data.
Once you’ve managed to implement json-ld please drop me a line. I’ll be happy to include this but currently just don’t have the timeRegards
Jan