Boxy Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] Parse ErrorSounds like maybe you have an old version of PHP running. Can you check that and let me know what version is running on your server?
Forum: Plugins
In reply to: [Cooked - Recipe Management] Featured image not displayingThe gallery is different than the featured image. Be sure to add a “Featured Image” using the section on the right side of the edit screen:
Very strange, definitely not a known issue. Can you submit your information as a bug report here so I can take a look?
https://cooked.pro/bug-report/
Thanks so much!
You certainly can add more units, but in this particular case you don’t need to. The hook for the units is a filter called “cooked_measurements”. It is an array of units that include a spec of information. For example, the “grams” unit looks like this:
'g' => array( 'singular_abbr' => _x('g','Grams Abbreviation (Singular)','cooked'), 'plural_abbr' => _x('g','Grams Abbreviation (Plural)','cooked'), 'singular' => esc_html__('gram','cooked'), 'plural' => esc_html__('grams','cooked'), 'variations' => array( 'g', 'g.', 'gram', 'grams' ), ),You can filter this array and add your own units to it in the same format as above.
For something like cloves, you don’t need to choose a unit at all. Just leave it blank and include cloves in the description:
Forum: Reviews
In reply to: [Cooked - Recipe Management] Best Recipe Plugin Ever!Thank you so much Joshua!
Forum: Plugins
In reply to: [Cooked - Recipe Management] AMPIt is an undocumented feature yes. I plan on adding an option to disable it for those that don’t want it. Can you let me know what the errors were?
Forum: Reviews
In reply to: [Cooked - Recipe Management] Does exactly what I need, beautifullyYou are too kind, thank you so much for this fantastic review! 🙂
Forum: Plugins
In reply to: [Cooked - Recipe Management] Keep translate after updateYep, you need to make sure you put your translation files outside the plugin folder. They should go into the woods-content/languages folder.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Duplicating A RecipeFor those that also need to know, you can use this plugin: https://wordpress.org/plugins/duplicate-post/
🙂
Forum: Plugins
In reply to: [Cooked - Recipe Management] RECIPE LIST VIEW STYLELooks like it’s showing a default archive template. 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 can i delete NUTRITIONThis question is related to the Pro version of Cooked (recipe submission is only available in Cooked Pro), please submit a ticket from your account page here: https://cooked.pro/account/
Thanks!
- This reply was modified 7 years, 4 months ago by Boxy Studio.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Warnings – Structured Data TestingSo glad you’re enjoying the plugin!
It looks like the theme you’re using is including it’s own structured data which is overriding Cooked. It even happens on the direct recipe link here: https://www.curatedlifestudio.com/recipes/dairy-free-banana-bread-recipe/
I would get in touch with the theme developer to see if there’s a way to disable this feature when viewing recipe posts.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Category page listing by thumbsIf you use subcategories it will actually automatically create a page of categories. For example:
Categories:
- Dinners (no recipes)
- Burgers (10 recipes)
- Casseroles (12 recipes)
So the key is to create that parent category called “Dinners” with no recipes attached to it. Then create the sub categories with your recipes in there. When you click on Dinners it will show the subcategories instead of recipes. 😉
- This reply was modified 7 years, 5 months ago by Boxy Studio.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Fonts sizeNo, but you can submit a bug report here and I’ll take a look at your site and provide you with the full CSS you’ll need:
https://cooked.pro/bug-report/
Thanks so much!