-
dearaya
When I try to read LIST through “google reading mode” it fails to read it
It reads the entire page except lists
I have a recipe website more then 400 recepi and this is a problem because the ingredient lists and the metode are written in the form of a list.An example of a recipe page
https://cookbook.gaga.co.il/%d7%93%d7%92-%d7%9c%d7%a9%d7%91%d7%aa-%d7%91%d7%a8-%d7%99%d7%9d-%d7%92%d7%93%d7%95%d7%9c-%d7%a2%d7%9d-%d7%a2%d7%92%d7%91%d7%a0%d7%99%d7%95%d7%aa-%d7%97%d7%95%d7%9e%d7%95%d7%a1-%d7%95%d7%9c%d7%99/I thought it was a problem with the recepi plugin I’m using, but it turns out not, and even a simple list on a text page doesn’t read
how to fix it?
-
Hi there,
It’s not something we can control, the list block is from WP core, not from us, unfortunately.
if this is an issue related to list, I don’t think there’s anything we can do.
-
dearaya
I tried to look at all kinds of sites with recipes, most of them have lists and they are in WordPress. Some I can sea list in Google reading mode and some not
It seams weard that WP core not saport list in reding mode, this is accessibility and it is important
Can you pleas test if you can sea list in google reading mode in you wp systems
I want to be sure before I change a site with over 400 recipes. I need my site to be adapted for people with disabilities
-
It looks to me, the list items are shown in the reading mode and I also noticed that the list are from a recipe plugin, not WP.
https://app.screencast.com/1lNvPWvdC2PLM -
dearaya
I already said in the first message that the problem is not with the recipe plug.
I created a mirror site with a different template (Twenty Twenty-Four) as you can see there is no problem and the recipe it displayed with all its lists
Here is the linkAnd here is the link to the same page on the website with GeneratePress
The problem is in GeneratePress. Please investigate in depth and offer a solution, this is a fundamental problem that makes the site inaccessible to people with disabilities
-
Hi there,
I am not sure what I am missing but this is the WP site and the GP Site side by side:
https://app.screencast.com/2dxvia7eqKtx9
And neither showing a list in the chrome reading mode.
I also done a quick test with a vanilla 2024 site with a regular list block:https://app.screencast.com/RIV29uh3XH3wj
I am not overly familiar with chromes reading mode; are there some buried settings for enabling more functionality ?
As a note, I tested Safari reading mode and it shows regular Lists but not those of the recipe.
-
dearaya
Maybe it’s a bit confusing because the title with the picture of the open bun and the text below is only seen in GP because it comes from the template of all the posts, pleas ignore this part
this is how i sea it
In GP you see only the titles(h3), in WP you also see the titles(h3) and the list of ingredients.
Does this problem sound familiar to you? Regardless of the plugin for the recipes because most of the websites that use this plugin have no problem.
-
Check this, it’s a fresh install of GP theme, the list is showing correctly in the reading mode, so it can not be a theme issue:
https://app.screencast.com/k7qDhErZC9V7NIf you want to trouble shoot, disable all your plugins and create a new page with some simple text and list to test.
-
dearaya
I tried exactly what you said. All plugin are turned off but GenerateBlocks and GP Premium
A new post only a list on the page.You can see that you don’t see the list.
the only way it works is if i change the html to:
<ul> <li><p>text</p></li> <li><p>text</p></li> </ul>
I want to stick with GenerateBlocks and GP Premium I put a lot of work into this site and it has thousands of visitors. And I need people with disabilities to see the lists as well, the law in my country does not allow leaving a site without an option for people with disabilities
-
The list you added is
ol
notul
, can you try WP’s default list block?However, I tried adding
ol
to my site and it worked as well:
https://app.screencast.com/Cr0XgifAwrXhM -
dearaya
i update the page
1/ ul list classic editor plus open end close <p> this is visable to google reding mode
2/ ol and ul list classic editor
3/ ol and ul list from the list blocki dont sea a list
-
I changed my site’s language to Arabic which is a left-to-right language, and the list does not show in Chrome reading mode.
No matter it’s using the GP theme or the WP 2024 theme, here are three screenshots:
GP with Arabic language:https://app.screencast.com/ed1XhxuGIWNpj
WP 2024 with Arabic language: https://app.screencast.com/SYaFJsiX3M9AE
GP with English language: https://app.screencast.com/H1qGwYq4joLVNI think it’s a language issue, Chrome reading mode somehow just isn’t compatible with left-to-right language.
-
dearaya
thanks! I changed from Hebrew to English and I see the lists.:)
Do you have a recommendation for a plug of recipes that is stable. What I have WP Recipe Maker fails to display the lists
-
I am unaware of such a plugin, especially since the issue is related to language, you might need to try different plugins to test.
-
dearaya
hi
In an attempt to be able to see the lists in the recipe, I changed the language to English and you do see lists.
I added the code in the main CSShtml { direction: rtl; unicode-bidi: embed; }
It works well, you see everything
BUT
There is a problem with the mobile version. When you go to any page on the site you only see a background color, only if I move my finger to the right the site is revealed. How can this problem be solved?thenks
-
I don’t know, it’s not something the thing can control.
- You must be logged in to reply to this topic.