is0ph
Forum Replies Created
-
Hi @jarnovos
I’ve tried the plugin and it solves the double ID issue.
I still get the 2 other issues (no labels and nested interactive content).
Best regards,
is0phHi @aahulsebos,
I don’t get any of these 3 types of warnings on other pages in my site.
The missing labels:
They are present but inside the label is a
<span>
withdisplay:none
. This makes them empty as far as accessibility goes. A<span class="screen-reader-text">
would solve this.Nested checkbox in summary:
The problem is not that the controls are not visible but one interactive control (the checkbox) is nested inside another (the summary), which means it is not announced by screen readers.
Interactive controls must not have focusable descendants : Focusable elements with an interactive control ancestor (any element that accepts user input such as button or anchor elements) are not announced by screen readers and create an empty tab stop. That is, you could tab to the element but the screen reader will not announce its name, role, or state.
Double ID’s:
If I inspect for example #cmplz-functional-optin
One is situated inside the<div id="cmplz-cookiebanner-container">
and the other inside<div id="cmplz-manage-consent-container">
.
I’ve saved the page HTML source and there are indeed two elements with the same id. One on line 148 and the other on line 1065.
As the labels have afor
property pointing to these IDs it’s not clear what the labels are labelling.Best regards,
is0phForum: Plugins
In reply to: [AddToAny Share Buttons] Firefox 105.0.2 Blocking Share Buttons/WidgetI’ve checked your site with Firefox 105.0.2 and a rather privacy-focused setting, and I see the sharing buttons.
Hi @aahulsebos,
Thanks for your quick reply!
I use AxeDevTools to perform automated accessibility tests.
The 4 issues are: 1 issue with each of the 4 ids.
For example 1 issue means there are 2 elements with the #cmplz-functional-optin id. One seems to be located offscreen, the other inside the Manage your consent settings section.
Forum: Plugins
In reply to: [Polylang] Twenty Seventeen home page sectionsI’ve tested some more and it appears like one page I was selected wasn’t properly linked to its translation. Although when I displayed the page as a standalone the language switcher was displayed, and it was linked to its translation in the pages list, something was off.
The problem seems solved once I have re-saved the pages in both languages.
@leogc I’ve updated without any error being reported.
I have the fatal error issue on the 3 websites I maintain. Once the extensions page is reloaded, everything seems fine.
Here’s the info I got about this error (on one site) via email:
`Uncaught Error: Class ‘WP_Statistics_Updates’ not found in /home/…/wp-content/plugins/wp-statistics/includes/classes/class-wp-statistics-welcome.php:78
Stack trace:
#0 /home/…/wp-includes/class-wp-hook.php(287): WP_Statistics_Welcome::do_welcome(Object(Plugin_Upgrader), Array)
#1 /home/…/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /home/…/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/…/wp-admin/includes/class-plugin-upgrader.php(371): do_action(‘upgrader_proces…’, Object(Plugin_Upgrader), Array)
#4 /home/…/wp-admin/includes/ajax-actions.php(4452): Plugin_Upgrader->bulk_upgrade(Array)
#5 /home/…/wp-includes/class-wp-hook.php(287): wp_ajax_update_plugin(”)
#6 /home/…/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
#7 /home/…/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#8 /home/Yes! The site was indeed using #REQ_SPACES (it was set up by someone else).
Thanks so much for spotting that! Is there anything else I need to change after changing the name of this field? Probably using #_RESPSEATS instead of #_RESPSPACES in e-mails sent to the site’s contact, booking confirmation, etc…?
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] "No Photo" Icon on ProductsI don’t think the CSS is the cause for the lack of photos in the category view, the .tcp-no-image class is not present and there are no image files linked in each product block.
In your admin, check “Look&Feel”, “Catalogue” submenu, in the “Visibility” block, is “Display Image” checked?
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] "No Photo" Icon on ProductsIt shouldn’t hide the product photos… can you provide a link to a page where this happened (even if you’ve not activated the custom CSS on your site), I’d like to check why the tcp-no-image class would be added to non-empty photos.
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] "No Photo" Icon on Productsjwoertz:
Check out your admin menu, you have a “Look&Feel” item related to TheCartPress (same icon). Among the submenus there is one called “Custom styles”.
Check activate, then paste the code I provided, save changes and test.Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] "No Photo" Icon on ProductsThe “no photo“ icon is always wrapped in a div with a tcp-no-image class, so I would add the following code to my site’s CSS to hide it if I didn’t want to edit the theme files:
.tcp-no-image { display:none; }
Hi Juan,
If you check out the files in your wp-content/plugins/thecartpress folder, you’ll find a folder named themes-templates.
These are all files you can copy to your site’s theme folder, which allow you to customise how TheCartPress looks.
It is important to copy them so that an update to TheCartPress won’t erase them.Please check two files out:
tcp_print_order.php (allows you to style the printed order)
tcp_shopping_cart_email.php (allows you to change how the order description looks both when printed and when emails are sent)If you know how to edit html and/or css you can customize where the address is.
Regards,
is0ph
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] Tax calculationHi,
Thanks for your answer.
You’ll find my settings in the screenshots linked below. I had indeed set “Display prices with taxes”.
But with these settings :
– prices in the store are displayed without tax when I would want them to be displayed with French tax.
– during checkout, prices are correctly displayed with tax for France, without tax for other countries.https://www.sophie-g.net/galleries/taxesTheCartPress1.png
https://www.sophie-g.net/galleries/taxesTheCartPress2.pngRegards,