Boxy Studio
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] Settings Menu Option DisappearedYeah, I think I fixed this in the latest version, but you would need to deactivate Cooked and reactivate it to get it back again. Strange issue!
The best way to handle that right now would be to create some custom shortcodes to handle these items and then use your custom shortcode in the recipe editor.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Any plans to add a meal planning feature?Very cool. If this is developed, it would more than likely be exclusive to Cooked Pro. Thanks for the feedback!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Cooked shortcodes not working in Elementor Pro?Okay, I understand what you’re saying, but Cooked doesn’t support using Elementor to build the template, you need to use the Template editor on the recipe edit screen to change the template.
Either way though, I will certainly look into getting it to play nice with Elementor in a future update!
Please do consider changing your 1-star rating. Those ratings can really hurt, especially when unwarranted (in my opinion). Thanks!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Any plans to add a meal planning feature?I do have plans, but I would love to see what this looks like (I couldn’t find a meal plan feature on that URL). Maybe some screenshots?
Thanks!
Forum: Plugins
In reply to: [Cooked - Recipe Management] updating from 1.4.0.3 and proSorry about the delays in getting an answer back to you. If you own a Pro license, you should submit a support ticket via the Pro support form (it will yield a much faster response!): https://cooked.pro/account/
You can simply deactivate and delete the Cooked plugin, then reinstall the new one. No data will be lost.
Then from the same account page above, you can download the latest version of Cooked Pro.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Cooked and Ultimate MemberYou’re in luck!
Cooked provides a filter for this:
'cooked_author_permalink'Here’s what you can do:
add_filter( 'cooked_author_permalink', 'custom_cooked_author_permalink', 10, 2 ); function custom_cooked_author_permalink( $permalink, $author_id ){ if( function_exists('um_fetch_user') && function_exists('um_user_profile_url') ){ um_fetch_user( $author_id ); $um_profile_url = um_user_profile_url(); if( $um_profile_url ){ return $um_profile_url; } } return $permalink; }Let me know if that works!
- This reply was modified 7 years, 9 months ago by Boxy Studio. Reason: Code update
Please see my response here:
https://wordpress.org/support/topic/cooked-shortcodes-not-working-in-elementor-pro/#post-10597790
Thanks!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Cooked shortcodes not working in Elementor Pro?Shortcodes like [cooked-ingredients] will not work outside the recipe template itself. They are meant to be used within the recipe. Once you create your recipe and include the shortcodes you want to use within it. You can display this recipe (using Elementor or not) by using the single recipe shortcode:
[cooked-recipe id=”123″]
Where “123” is the id of the recipe. I have a test page set up here (using Elementor) showing that it works:
https://cooked.pro/elementor-test-page/
PS – Please, if you could update your 1-star review, I would really appreciate it!
PSS – Even if the shortcodes didn’t work with Elementor, I don’t personally feel that a 1-star review is really fair, as the issue is a conflict with a third-party plugin.
Thanks!
Forum: Plugins
In reply to: [Cooked - Recipe Management] Timer issueSorry I’m not exactly sure what you mean. Can you send over some screenshots? If you want to send them privately that’s fine, just shoot me a bug report here:
https://cooked.pro/bug-report/
Thanks so much!
Forum: Plugins
In reply to: [Cooked - Recipe Management] search function and categories not working@hassenkam: Make sure you have that specific page selected as the “Browse” page from the Recipes > Settings screen.
Forum: Plugins
In reply to: [Cooked - Recipe Management] MySQL Stops@itstotallymygame: Very strange. This is definitely not something I’ve come across yet. 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] Change sidebar on single recipe pageHey @allansjackson,
I’m not sure how Divi handles the sidebars, but you would need to tell Divi that you want the sidebar to also show up on the single recipe post templates. If you need the post type name it is “cp_recipes”.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Disable SidebarThe sidebar is there from whatever theme you’re using. You’ll want to take a look at the theme documentation to see how you can hide the sidebar on certain post types.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Browse Page Not WorkingThere is a javascript error showing up on the page that probably relates to a theme conflict. If you shoot me a bug report here I’ll take a look for you:
https://cooked.pro/bug-report/
Thanks so much!