Boxy Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] Display only photoNot without customizations, sorry!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Nutrition Facts Label not showing up properlyIt will spread to fill whatever space you use it in, which is why it’s a good idea to use it in a sidebar, or you can create a custom DIV with a max-width to keep it skinny.
<div style="max-width:300px;"> [cooked-nutrition] </div>Forum: Plugins
In reply to: [Cooked - Recipe Management] Pagination not workingBe sure that your “Recipes” page and your “Single Recipe” posts do not share the same permalink. For example, if your recipe page slug is “recipes” and your single recipe post slug is also “recipes”, this could create a conflict.
You would need to change one of these. The easiest one is to change the single recipe permalink from the Recipes > Settings screen. Go to the Permalinks tab there to change your single recipe slug.
Forum: Plugins
In reply to: [Cooked - Recipe Management] How to align recipes on recipes pageThe next update actually removes the masonry adjustments, so they will line up perfectly once the update is available. 😉
Forum: Plugins
In reply to: [Cooked - Recipe Management] Where do I update servings?You can update the servings and serving size from the Nutrition tab when editing a recipe.
Forum: Plugins
In reply to: [Cooked - Recipe Management] AMPWow, my apologies. I just looked at my demo sites and realized that the AMP support comes with the Cooked Pro upgrade. So sorry about that!
So yes, the standard Cooked plugin doesn’t come with AMP support, but Cooked Pro does, along with a setting to disable it if needed.
Forum: Plugins
In reply to: [Cooked - Recipe Management] AMPSorry, none of those screenshots work. Cooked comes with AMP support out of the box, meaning you don’t need an additional plugin. Perhaps this plugin is conflicting with what I have created. If so, you would want to “disable AMP” from the settings panel. This is a setting that is coming very soon with the next big update.
Forum: Plugins
In reply to: [Cooked - Recipe Management] AMPAMP support is already included, and it’s very simple on purpose. AMP is meant to be a quick loading version of the recipe, so it shows all of the information needed in a nice and concise way.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Conflicts with WP BakeryWithout seeing what you mean, it’s hard to troubleshoot. Can you submit your information as a bug report here so I can take a look?
https://cooked.pro/bug-report/
Thanks so much!
Forum: Plugins
In reply to: [Cooked - Recipe Management] featured image appears before and after titleTry this:
body.single-cp_recipe .post-media { display:none; }It looks like your theme or another plugin is replacing all dropdowns with custom ones, so you’re seeing a duplicate there. I would reach out to the theme developer to see if they can point you in the right direction for disabling this “feature”. 😉
Forum: Plugins
In reply to: [Cooked - Recipe Management] Remove Recipes from WP Toolbar/cooked/includes/class.cooked-admin-menus.php
Comment out Line 26
Forum: Reviews
In reply to: [Cooked - Recipe Management] Excellent Plugin with Excellent SupportThank you so much!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Looping Recipes together with ntonal blog postsYou can run a query with multiple post types:
https://codex.wordpress.org/Class_Reference/WP_Query#Type_Parameters
You would be querying ‘post’ and ‘cp_recipe’.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Cooked doesn’t clean upGreat feedback, thank you!