Boxy Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] Export recipesNot yet, but this is a feature I’d like to add soon!
Glad I could help, have a great rest of the week!
Oh I think there was some confusion. You don’t want to put that into the shortcode. You want to put that into the Custom CSS field in the WordPress Customizer. See: http://dinevthemes.com/custom-css-wordpress-customizer/
Once you find that field, you’ll want to enter that CSS into there instead:
body.single-cp_recipe .post-media { display:none; }And leave the shortcode alone:
[cooked-image]Any reason you have CSS inside the shortcode? It shouldn’t be there. It should just be:
[cooked-image]
Forum: Plugins
In reply to: [Cooked - Recipe Management] Import IngredientsNot at this time, but this is something I’m working on for a release soon. The nutrition needs to be entered by hand at the moment.
You can’t have cake and eat it too. 😉
You can either:
1. Disable public recipes by checking the box on the Recipes > Settings screen near the bottom (no need to noindex them with Yoast).
2. Embed the recipes in your posts.
3. Visitors find recipes by browsing/searching through your posts.OR
1. Keep the recipes public.
2. Do not embed the recipes within posts.
3. Allow visitors to browse/search recipes using the [cooked-browse] shortcode.Forum: Plugins
In reply to: [Cooked - Recipe Management] alignment issue on pageThis is most likely a theme CSS conflict and easily resolved with some custom CSS:
html { font-size:16px; } .cooked-recipe-directions .cooked-direction p { margin:0 0 10px; }That’ll be a good start, but your theme is setting a lot of margins, etc. to 0 which is causing these spacing issues.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Getting Recipe ListThey are stored as posts. You can query for the “post_type” of “cp_recipe”
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe Posts not showing up on feedsThat feed URL is only for the normal posts. If you want the feed for recipes, you can use this URL:
http://www.viajanteforadacurva.com/feed/?post_type=cp_recipe
Forum: Plugins
In reply to: [Cooked - Recipe Management] wpbakery row settings are incomplete@gnagflow2017 Is this a WPBakery question or a Cooked question? If you need help with WPBakery I would suggest reaching out to their support channel. Thanks!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Extract recipes in csv@erwant I don’t have anything built that would do this automatically, but with some development work you could write a script that does this. I cannot provide any help with that though, sorry!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Excerpt@cressr Not at this time, but I think this is a good idea to add as an option.
Forum: Plugins
In reply to: [Cooked - Recipe Management] customizing image sizeWhich images were you trying to update? If you mean the ones in the grid, they should all be the same size after Cooked resizes them. However, if your images are too small when uploaded, the resizing might not crop correctly. Be sure to upload recipe images that are at least 1500×1500 in size for the cropping to work correctly.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Will you update to WP 5.X compatibility?Cooked is already 5.x compatible.
Forum: Plugins
In reply to: [Cooked - Recipe Management] can not find featured image section in EDITThe “Featured Image” section should be showing up on the right side of the edit screen. If not, you might need to enable it from the “Screen Options” tab at the top/right of the screen.