Jan Koester
Forum Replies Created
-
Forum: Plugins
In reply to: [RecipePress Reloaded] Please upgrade TGMPA to latest versionThanks for the hint. I just upgraded TGMPA for the next release of RPR.
Forum: Plugins
In reply to: [RecipePress Reloaded] Problem with wp_categoriesYou will have to include the post type ‘rpr_recipe’ into your query. Have a look at the WordPressCodex: https://codex.wordpress.org/Function_Reference/query_posts
I’d suggest using the array notation ofquery_postsand use a query like
query_posts( array( 'category'=>10, 'posts_per_page'=>-1, 'post_type'=>array('post', 'rpr_recipe') ) );Great idea, but I guess rather difficult to implement. I definitely won’t have time to do that. But I’ll be happy to include such a feature if anybody else is developing….
Forum: Plugins
In reply to: [RecipePress Reloaded] URL rewrites noteThanks for the hint. I will fix this as soon as possible.
Regards
JanForum: Plugins
In reply to: [RecipePress Reloaded] Count of recipes zero in ingredientsPlease provide more information. I can’t reproduce your error. For me ingredient count is working well.
Forum: Plugins
In reply to: [RecipePress Reloaded] Diese Seite konnte leider nicht gefunden werden.Did you already try this: http://tech.cbjck.de/wp-plugins/rpr/documentation/troubleshooting/404-page-not-found/ ?
Forum: Plugins
In reply to: [RecipePress Reloaded] Quite relieved regarding the status of mode-php.jsThanks for reporting this issue.
Important news first: it is indeed a false positive.Actually that file used to be part of the ReduxFramework. In the current version it is not needed any more.
I only keep a copy of ReduxFramework in the plugin as a fallback in case you don’t want to install the ReduxPlugin. Therefore I only rarely update it. Checking a recent version I noticed the file was gone. So next release will also come without that file.
Most probably the file also was never executed on your server as the ReduxPlugin prevents all files below /home2/aaa/public_html/xxx/wp-content/plugins/recipepress-reloaded/lib/ReduxFramework from being loaded.Forum: Plugins
In reply to: [RecipePress Reloaded] Fixing 2 minor-ish bugsThanks for reporting these bugs. I’ll include the fixes in the next release.
Forum: Plugins
In reply to: [RecipePress Reloaded] Something wrong with category paths?Well yes, there was a stupid little bug concerning slugs and taxonomy names. Good new: there is an easy fix:
- Go to the settings page, there to ‘Recipe meta data’
- Go to ‘Manage custom taxonomies’ which will open the taxonomy management page
- Edit RPR Category and change the slug from
rpr categoryto something you like. Problem is the space that shouldn’t be there. Replace ie by a dash - Save the new slug and repeat fro RPR Tags as well if necessary
- Reload your permalink structure by going to the worpdress permalink settings and just press the save button without changing anything.
- Done
Forum: Plugins
In reply to: [RecipePress Reloaded] A few settings not workingI’ve open an issue for ReduxFramework on that: https://github.com/reduxframework/redux-framework/issues/2584
Forum: Plugins
In reply to: [RecipePress Reloaded] A few settings not workingObviously the ReduxFramework I use to create the settings page loads some data from external sources.
On my test system however this was just a CSS stylesheet loaded from cdn.jsdelivr.net so nothing that should affect function.However I will try to sort it out as I personally don’t like the usage of content delivery networks much – for privacy reasons. Can’t promise anything though as its not my part of code.
Forum: Plugins
In reply to: [RecipePress Reloaded] Can't edit optionsHi,
just a few remarks from the beach:
* To me it is clear that there is no general problem with the plugin as you are the only one reporting this issue. Also my testing And my production systems are not showing the behaviour you described.
* To find out which theme or plugin is interfering with RecipePress reloaded the way you’ve chosen will leed to no result. While it’s generally a good idea to disable all plugins and reenable them one after an other enabling RPR at the end will only show you there are interferences. So please enable RPR first. If the settings page does not work then the theme is to blame. If not start enabeling all the other plugins and check the settings page after each plugin enabled.
If you tell me the result I might be able to reproduce the problem and track it down.Forum: Plugins
In reply to: [RecipePress Reloaded] shortcode widget not workingOn my wife’s Mac (latest OS X, latest safari) everything is working like expected. So I’m pretty sure one of your plugins is causing the problems. If you find out which one it is pl,ease tell me. I’ll then try to remove interferences.
Forum: Plugins
In reply to: [RecipePress Reloaded] shortcode widget not workingThe screenshot is showing quite a lot of other plugins influencing your editor.
It might be some of the plugins is interfering with RecipePress reloaded. You can find out by deactivating them. However this actually should not be the case. But who knows.I will check on the weekend using my wifes Mac if this problem is related to the OS.
Forum: Plugins
In reply to: [RecipePress Reloaded] shortcode widget not workingI guess you meant the insert shortcode button to embed recipes in normal posts and pages. For me this is working as intended.
Please provide some more information on your OS / browser and explain the steps you’ve taken.