Boxy Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] Wrong encodingLooks like you’re using the bought version of Cooked from CodeCanyon? There is no “/templates/cp_recipes/single-part.php” file in this new, free version of Cooked.
Can you verify that you are indeed using the paid version at the moment? If so, I would recommend uninstalling that and installing this new free version to take advantage of the newer features. Cooked Pro will be coming out soon, and all CodeCanyon customers will be getting it for free. 🙂
Forum: Plugins
In reply to: [Cooked - Recipe Management] Cooked plugin old vs new versionYep, remove the other plugin first, your recipes will still be there when you activate the new one. 🙂
Forum: Reviews
In reply to: [Cooked - Recipe Management] *Finally*! The PERFECT recipe plugin!1. The timer could use some UX updates. I wouldn’t want to put that text before all of them, but perhaps on hover it could say “click to start timer”?
2. You can set the “Serving Size” to anything from the Nutrition tab. So if you set it to 12 (for a dozen cookies) the servings switcher will have other options (half, quarter, etc.).
Great feedback, thanks!
- This reply was modified 8 years, 11 months ago by Boxy Studio. Reason: typo
Forum: Plugins
In reply to: [Cooked - Recipe Management] Cooked plugin old vs new versionIf you have the original version of Cooked, you’re in luck:
- This new version is backward compatible. Your recipes will all be there, but there might be some Settings you need to set before the browse page works again. I can help with this if needed!
- Cooked Pro will be free to all current Cooked customers. 🙂
Let me know if you have any questions!
Forum: Reviews
In reply to: [Cooked - Recipe Management] Very Easy for Beginners & Advanced UsersThanks very much for this awesome review! Let me know if you have any questions or additional feedback on how I can make Cooked even better.
🙂
Forum: Reviews
In reply to: [Cooked - Recipe Management] *Finally*! The PERFECT recipe plugin!Wow, thank you so much for this amazing review of my plugin! I’m so glad that the lack of documentation doesn’t prevent you from using it, I suppose that means I did my job when I spent countless hours designing the user experience and interface. I think you’ll really enjoy Cooked Pro when it’s ready. 😉
Thanks again!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe Plugin is messing up template designHappy to help! 🙂
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe Plugin is messing up template designI’m pushing a 1.1.5 update out right now to fix these issues. Thanks for your help @aussieketogal!
Another option would be to create your recipes and then create a post that has the recipe embedded within it. You can do this using the
[cooked-recipe id="1234"]where “1234” is the post id of the recipe you want to embed.Sorry I couldn’t be of more help here!
Forum: Plugins
In reply to: [Cooked - Recipe Management] The plugin works incorrect
Something to take a look at in the meantime would be this: https://wordpress.org/plugins/fb-instant-articles/
I haven’t tested it with Cooked, but I think that’s the route I will take to getting it working. Let me know if you do end up testing it before I do and whether it works or not. 🙂
I don’t have a method to import recipes from WP Ultimate Recipe, but I will definitely look into this for you to see if I can come up with something for a future update. Perhaps an additional free plugin for transferring recipes from various other recipe plugins.
Thanks for the feedback!
- The recipes will not show up on your homepage because they are a custom post type, not regular posts. The theme you’re using is probably only pulling posts, however you might be able to ask the theme developer if they have an option for choosing which types of posts to display there. In that case, you could choose the “cp_recipe” post type to display recipes with your posts.
- It looks like the bulleted list issue is more related to the theme you’re using. The font that is displaying is coming from a minified (cached) stylesheet. You might want to ask the theme developer about that issue as well.
Sorry I couldn’t be of more assistance!
Forum: Plugins
In reply to: [Cooked - Recipe Management] The plugin works incorrectSome custom CSS should fix that for you:
.cooked-recipe-search input[type=text] { display:inline-block; }You can add Custom CSS via the WordPress Customizer: http://dinevthemes.com/custom-css-wordpress-customizer/ — or by using the following plugin: https://wordpress.org/plugins/simple-custom-css/
Forum: Plugins
In reply to: [Cooked - Recipe Management] How to change Permalinks?For now, this is the only way to use the recipe-category permalink. If you didn’t, it would conflict in many ways with any pages or posts you may have named “italian-recipes” and Cooked would not know that this is a recipe category.
I will look more into better ways to handle this, but for now this is the way it has to be structured.
Thanks for the feedback!