Boxy Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipes brokenHmmm, very strange! 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] Translation with wpmlThe archive pages should be redirecting to the Cooked Browse page, but you need to choose this page from the Recipes > Settings screen first (it’s the very first dropdown on that page).
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe Schema: Video Attribute missingNo it should definitely be supported. To be clear, you’re entering the video URL into the recipe’s Gallery tab? 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] how to modify the size of photosYou can wrap the recipe template shortcodes in a div that keeps the size down. Something like:
<div style="max-width:650px;"> [shortcodes-here] </div>Forum: Plugins
In reply to: [Cooked - Recipe Management] Shows the recipe in the footerThis is most likely a conflict with the theme you’re using. It would require some digging into how that theme is displaying posts and perhaps asking the theme author why they would be repeating. Sorry I can’t be of much more help!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Duplicate recipeYou could probably do this with a good duplicator plugin:
Forum: Plugins
In reply to: [Cooked - Recipe Management] double question# Nope, you don’t need a special theme to get that layout. It’s the default layout for the [cooked-browse] shortcode.
# Yep, you can use the shortcodes to display a specific category and number like so:[cooked-browse search="false" category="baking" show="5" pagination="false"]Just make sure “baking” is the exact name of the slug of your baking category or it won’t work.
Unless I’m missing something, I created settings to avoid these issues. If you go to Settings > Recipes and scroll down near the bottom you will see some Advanced Settings.
If you only want to embed the recipes into blog posts:
Enable “Disable Public Recipes” — This will remove the permalinks to the custom post type recipes.If you want to only use the custom post type permalinks:
Simply don’t embed recipes in your blog posts.If you’re running into issues with meta tags:
Enable the “Disable Cooked<meta>Tags” to prevent Cooked from placing meta tags.If you run into issues with AMP:
Enable the “Disable AMP Support”.Forum: Plugins
In reply to: [Cooked - Recipe Management] About the Demo pageYou would need to create some custom DIVs that handles the layout, and then place the shortcodes within those DIVs. For example:
<div style="display:flex;"> <div style="max-width:50%; min-width:50%; box-sizing:border-box; padding-right:20px;"> [cooked-image] </div> <div style="max-width:50%; min-width:50%; box-sizing:border-box; padding-left:20px;"> [cooked-ingredients] </div> </div>This would need to be done in Text mode.
Hope that helps!
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP > 7.0 ProblemOkay, thanks for the feedback!
Forum: Plugins
In reply to: [Cooked - Recipe Management] About the Demo pageThat layout comes with the plugin! 🙂
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP > 7.0 ProblemOkay, so just too be clear it’s the Query Monitor plugin that has the issue and not the Cooked plugin, right?
Thanks for the info!
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP > 7.0 ProblemCan you enable WP_DEBUG to see what errors are showing up?
Forum: Plugins
In reply to: [Cooked - Recipe Management] Post BrokenLooking into this now, sorry about the delays!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Timer don’t work on IEHey there!
Were you ever able to work this out? If you still need some help, please feel free to shoot me a bug report from this page:
https://cooked.pro/bug-report/
Thanks so much!