Jan Koester
Forum Replies Created
-
Forum: Plugins
In reply to: [RecipePress Reloaded] How do I change the language of the plugin?That folder is inside the plugins folder. So look for wp-content/plugins/recipepress-reloaded/templates/rpr_default/recipe.php
Forum: Plugins
In reply to: [RecipePress Reloaded] instruction image to be after instructionSuch a search function would be really nice. However I guess it will be quite difficult to do and there are some more things on the list.
Anyway I’ll put it on the roadmap and see what I can do. No promises however.Forum: Plugins
In reply to: [RecipePress Reloaded] How do I change the language of the plugin?Hi,
the easiest way will be to start a new translation. Download the program poedit for your operating system. Then take the file language/recipepress-reloaded.pot as a language catalog and start a new translation. Maybe you only start with the two words you need just now.
I’ll be happym to include the completed translation into a later release.
If you want to change the two words the quick and dirty way edit templates/rpr_default/recipe.php and change the headlines there. However these changes will be reset with each update of the plugin.
Regards Jan
Forum: Plugins
In reply to: [RecipePress Reloaded] interferingPlease check wether the problems are solved in release 0.6.1.
Thanks for testing and bug reporting!
Forum: Plugins
In reply to: [RecipePress Reloaded] interferingI will investigate this as soon as possible. I also have the feeling that some interference is also causing the other problems you are experiencing.
Regards Jan
Forum: Plugins
In reply to: [RecipePress Reloaded] image permalinks 404, file url workingNever heard of this before and also haven’t seen this on my pages. Did you try to flush the permalink structure as described here? Please do so with recipepress activated and tell e the result.
Regards Jan
Forum: Plugins
In reply to: [RecipePress Reloaded] instruction image to be after instructionHi,
you can simply add the following to your themes css:
.recipe-instruction{ clear: right; display: block; }This should do the trick. I might turn this into an option later but for the moment this should do.
BTW: great to see my plugin ‘in action’Regards Jan
Forum: Plugins
In reply to: [RecipePress Reloaded] interferingPlease describe how you’ve created the other custom taxonomy so I can reproduce and investigate this problem on mmy testing system.
Regards Jan
Forum: Plugins
In reply to: [RecipePress Reloaded] taxonomy pagesThis is a known problem. You need to flush the permalink structure as described here: http://rp-reloaded.net/documentation/404-error-page-found/
The featured image is a function of wordpress itself not of this plugin. It’s the same for “normal” posts and recipes. Please check wether you can do what you want to do with a standard blog post.
Forum: Plugins
In reply to: [RecipePress Reloaded] No deactivation of plugin?As I’ve deactivated and later reactivated the plugin quite often on my development system I’m pretty sure deactivating the plugin does not delete recipes and/or taxonomies. However I will watch this further.
To check wether your recipe is still there have a look at the mysql database in the table wp_post and look for posts of type rpr_recipe. Please keep me informed if there is a recipe in the database that is not showing up in the plugin.
Regards
JanTo manually fix thgis bug please replace line 297 in php/rpr_taxonomies.php
//update_option('rpr_taxonomies', $taxonomies);withupdate_option('rpr_taxonomies', $taxonomies);.
That’s all.This fix will also be in the next release.
That’s actually a bug. I will look into this as soon as possible but can’t promise I will be able to fix it before my holidays.
Forum: Plugins
In reply to: [RecipePress Reloaded] Is there an "excerpt" for a recipe?Work is in progress to include proper excerpts: https://github.com/dasmaeh/recipepress-reloaded/tree/excerpts
Forum: Plugins
In reply to: [RecipePress Reloaded] White siteThat’s strange. Actually notices should not cause a blank page.
From which version did you try to upgrade?
RecipePress reloaded 0.6.0 does not require a database upgrade if you upgrade from 0.5.x. Database upgrades are only required from 0.3.After looking on your site you also seem to have another problem. Please also post the error message you get when looking an a recipe on the front page.