Gora Tech
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] Accessibility Issues in Cooked PluginA new release is out that starts to address some of the most serious accessibility issues. There is more updates for accessibility coming in the upcoming releases.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Heading TagsThe new release v1.11.0 is out that includes this change.
Thank you @justeaten.
And yes absolutely, this should be fixed. Not only its a potential SEO issue but also a general performance issue.
Ideally it should be handled better like via Ajax or something as you mentioned. I will put a temporary measure of
data-nosnippetoraria-hiddenuntil the full ajax solution can be completed.I have also created an issue on Github for this to track it: https://github.com/XjSv/Cooked/issues/107
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe list order doesn’t changeHey @wilburg, I’m glad you got it to work. You can definitely remove the Next and Previous post links.
Usually this type of functionality is handled by the theme and it seems like you are using Astra theme.
It seems like people have already asked this same question such as in this post: https://ww.wp.xz.cn/support/topic/how-to-hide-author-date-next-previous-from-my-posts-articles/
According to their documentations, there are a few ways you can do this:
- Removing the links: https://wpastra.com/docs/remove-previous-next-links-from-single-blog/
- Changing the links: https://wpastra.com/docs/replace-navigation-strings-on-single-post/
- Custom solution to disable links for specific post type: https://gist.github.com/Nikschavan/eeb9010ed684a3ca17047bd4a49079c3
It looks like there are a few options depending on what you want to do. If you need help implementing any of these, feel free to reach out directly at support [at] cooked.pro and I can help you with it.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe list order doesn’t changeHey @wilburg, I’m glad you got the [cooked-browse] to work.
For the 2 issues you described:
- The next and previous posts arrows that you are seeing are not part of Cooked, they appear to be a core WordPress feature that you might have added to the page using Elementor. Cooked does not have any feature or functionality that allows users to go back and forth between recipes of a particular category. Cooked does have a [cooked-next-previous] shortcode which is designed to be used in the Recipe Template, but even this does not filter based on a category. It simply just goes back and forth through recipes in order.
- Ad for the recipe images, the image that shows up here is the “Featured image” for the recipe. It looks like all of your featured images for the recipes are blank.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Accessibility Issues in Cooked Plugin@nwm2006 Thank you for bringing this up, I have been heads down lately and have not had the chance to check accessibility.
I already have fixed the last 2 issues with the link and select and they will be included in the v1.11.0 that is almost ready.
I will also fix the
<dl>,<dt>, and<dd>elements issue before closing out v1.11.0.I will do another accessibility pass but if you have any other accessibility related issues let me know and I can try to include them as well.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe list order doesn’t change@wilburg Those shortcodes would be the Recipe Template shortcodes. I was referring to the shortcode that you are using on this page: https://wilburgoltermann.com/recipe-book123/
If you use the [cooked-browse] shortcode there, then you should be able to change the Default Sort Order in the Cooked settings page.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Entering ingredients with decimal places@charmageddon I will take a look at this and if necessary add an option in the settings to prevent the 0 at the end.
Would you mind reaching out to me with your license key via email at support[at]cooked.pro?
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipe list order doesn’t changeHello @wilburg I am looking at your recipe list page and it seems like its not using the [cooked-browse] shortcode. Which shortcode are you using there?
Forum: Plugins
In reply to: [Cooked - Recipe Management] Entering ingredients with decimal placesI am a little bit confused on the measurement amount. I suspect this is something to do with the US vs European way of writing/formatting numbers.
In many European countries, a comma (,) is used as the decimal separator, while a dot (.) or a thin space is used to separate groups of three digits in large numbers
For example if I enter the following values for both English and Deutsch:
- 1.5 g
- 1,5 g
- 1 1/2 g
I see the following for both languages:
English
- 1.50 g
- 15 g
- 1 ½ g
Deutsch
- 15 g
- 1,50 g
- 1 ½ g
So it seems like this is by design depending on the Languages preferred way of formatting numbers.
For the Twitter button, that was changed a while back and you can also see an example on that same page: https://cooked.pro/demo/recipe/andouille-and-beef-burgers-with-spicy-mayo-and-caramelized-onions/
From what I see on your site, it looks like you have not updated Cooked Pro in a while. I think if you update that Twitter icon should change along with other features and improvements.
Note: Since you are a few versions behind I would recommend taking a backup before updating.
P.S.: I am glad that you love the plugin, I am working hard to make sure all the bugs are squashed and adding new features with every release.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Entering ingredients with decimal places@charmageddon That should not happen, can you show me an example of this on your website? I suspect something is going on because it should be possible.
For example on this demo website https://cooked.pro/demo/recipe/andouille-and-beef-burgers-with-spicy-mayo-and-caramelized-onions/
You can see the “1.50 lbs ground beef chuck or ground beef (20 percent fat)”
Forum: Plugins
In reply to: [Cooked - Recipe Management] Entering ingredients with decimal placesHello @charmageddon, In the front end if you have a measurement like 4 1/2, it should display as: 4 ½.
This should work with anything like 1/8, 1/6, 1/4, etc.
The full list of conversions: ‘⅛’, ‘⅙’, ‘⅕’, ‘¼’, ‘⅓’, ‘½’, ‘⅔’, ‘⅝’, ‘¾’ ,’⅞’.
But just so I understand the issue fully. When you enter a measurement like 4.5 tsp sugar, you don’t want a zero to be added at the end right? For example. 4.5 tsp sugar => 4.50 tsp sugar
Forum: Plugins
In reply to: [Cooked - Recipe Management] Heading Tags@justeaten Thank you and very good point you are making. I am working on this as we speak and it will be in the next version.
Just to clarify: if the default tag option is selected in the settings, it will be used unless the individual recipe has an override. If a recipe has a specific tag setting, that will take precedence. If neither is set, the plugin will fall back to the default values.
@ceciliasvensson Thank you so much for this amazing review!