Title: is0ph's Replies | WordPress.org

---

# is0ph

  [  ](https://wordpress.org/support/users/is0ph/)

 *   [Profile](https://wordpress.org/support/users/is0ph/)
 *   [Topics Started](https://wordpress.org/support/users/is0ph/topics/)
 *   [Replies Created](https://wordpress.org/support/users/is0ph/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/is0ph/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/is0ph/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/is0ph/engagements/)
 *   [Favorites](https://wordpress.org/support/users/is0ph/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/is0ph/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/is0ph/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventPrime – Events Calendar, Bookings and Tickets] Calendar view is empty when “Hide Past Events from Event Lists” option not set](https://wordpress.org/support/topic/calendar-view-is-empty-when-hide-past-events-from-event-lists-option-not-set/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/calendar-view-is-empty-when-hide-past-events-from-event-lists-option-not-set/#post-18946171)
 * Thanks for the hint, that solves the problem nicely.
   Best regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventPrime – Events Calendar, Bookings and Tickets] Calendar view is empty when “Hide Past Events from Event Lists” option not set](https://wordpress.org/support/topic/calendar-view-is-empty-when-hide-past-events-from-event-lists-option-not-set/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/calendar-view-is-empty-when-hide-past-events-from-event-lists-option-not-set/#post-18945925)
 * Hi, thanks for your reply.
 * If the “Hide Past Events from Event Lists” option is not selected the page lists
   the 10 oldest past events in my events list (from 2024).
   If I display the calendar
   for the current month (june 2026) no events are shown in it.If I use the « Load
   more » button several times to get to the latest events, then they are displayed
   in the calendar when I click on the calendar button.
 * The page is [https://lemaquis.org/agenda/](https://lemaquis.org/agenda/) but 
   I have checked the “Hide Past Events from Event Lists” option.
 * Reflecting upon it, I think the latest events should be displayed first in the
   list even if the “Hide Past Events from Event Lists” option is not checked. I
   can’t find a setting for this sorting (in ascending or descending order).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] packing slip: 200: parseerror](https://wordpress.org/support/topic/packing-slip-200-parseerror/)
 *  [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/packing-slip-200-parseerror/#post-18492936)
 * Hello,
   I use the free version of the plugin and upgrading to version 4.5.2 caused
   the same 200:parseerror when trying to preview documents in the admin. After 
   further testing, it doesn’t seem to generate problems for users or shop admins
   who can still see and download their invoices.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Accessibility issue in the generated Cookie policy](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/#post-16113676)
 * Hi [@jarnovos](https://wordpress.org/support/users/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,
    is0ph
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Accessibility issue in the generated Cookie policy](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/#post-16100172)
 * Hi [@aahulsebos](https://wordpress.org/support/users/aahulsebos/) and [@jarnovos](https://wordpress.org/support/users/jarnovos/),
 * Thank you very much for your feedback and update!
 * Best regards,
    is0ph
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Accessibility issue in the generated Cookie policy](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/#post-16076885)
 * Hi [@aahulsebos](https://wordpress.org/support/users/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>` with `display: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 a `for` property pointing to these IDs it’s not clear what the
   labels are labelling.
 * Best regards,
    is0ph
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] Firefox 105.0.2 Blocking Share Buttons/Widget](https://wordpress.org/support/topic/firefox-105-0-2-blocking-share-buttons-widget/)
 *  [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/firefox-105-0-2-blocking-share-buttons-widget/#post-16075927)
 * I’ve checked your site with Firefox 105.0.2 and a rather privacy-focused setting,
   and I see the sharing buttons.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Accessibility issue in the generated Cookie policy](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/accessibility-issue-in-the-generated-cookie-policy/#post-16073054)
 * Hi [@aahulsebos](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Twenty Seventeen home page sections](https://wordpress.org/support/topic/twenty-seventeen-home-page-sections/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/twenty-seventeen-home-page-sections/#post-15055214)
 * I’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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Fatal error on update to 13.0.4](https://wordpress.org/support/topic/fatal-error-on-update-to-13-0-4/)
 *  [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-on-update-to-13-0-4/#post-14059216)
 * [@leogc](https://wordpress.org/support/users/leogc/) I’ve updated without any
   error being reported.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Fatal error on update to 13.0.4](https://wordpress.org/support/topic/fatal-error-on-update-to-13-0-4/)
 *  [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-on-update-to-13-0-4/#post-13746321)
 * 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/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Can’t send booking form because required field SPACES is not filled](https://wordpress.org/support/topic/cant-send-booking-form-because-required-field-spaces-is-not-filled/)
 *  Thread Starter [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [7 years ago](https://wordpress.org/support/topic/cant-send-booking-form-because-required-field-spaces-is-not-filled/#post-11802533)
 * 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…?
    -  This reply was modified 7 years ago by [is0ph](https://wordpress.org/support/users/is0ph/).
    -  This reply was modified 7 years ago by [is0ph](https://wordpress.org/support/users/is0ph/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TheCartPress eCommerce Shopping Cart] "No Photo" Icon on Products](https://wordpress.org/support/topic/no-photo-icon-on-products/)
 *  [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/no-photo-icon-on-products/#post-6004238)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TheCartPress eCommerce Shopping Cart] "No Photo" Icon on Products](https://wordpress.org/support/topic/no-photo-icon-on-products/)
 *  [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/no-photo-icon-on-products/#post-6004236)
 * It 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TheCartPress eCommerce Shopping Cart] "No Photo" Icon on Products](https://wordpress.org/support/topic/no-photo-icon-on-products/)
 *  [is0ph](https://wordpress.org/support/users/is0ph/)
 * (@is0ph)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/no-photo-icon-on-products/#post-6004233)
 * jwoertz:
 * 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.

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/is0ph/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/is0ph/replies/page/2/?output_format=md)