2 – Can we show the names of users already booked on certain days on calendar dates?
]]>when optimizing my website www.cryptoscam.info for pagespeed I noticed that https://pagespeed.web.dev/ shows some remarks about accessibility which come from Shariff:
You can see the details here:
https://pagespeed.web.dev/analysis/https-www-cryptoscam-info/f1tvn8jzlo?form_factor=desktop&hl=en
I believe all users will benefit from these changes. Would it be possible to apply these improvements to the next plugin version?
]]>thanks!
]]>em-functions.php
, the wrong names are used for the database option names when getting the event and location grid format header and footer. This means that if the user has defined grid format headers and/or footers in /user/wordpress/wp-content/themes/my-theme-of-choice/plugins/events-manager/formats
, the relevant files won’t be found.
Luckily, this is an easy fix, as shown below, where the fix is given in bold and line numbers (for EM 6.4.5.1) are shown in square brackets.
[892] function em_output_events_view( $args, $view = null ){
…
[911] if( empty($args['format_header']) ){
$args['format_header'] = get_option('dbem_event_grid_item_format_header');
}
[914] if( empty($args['format_footer']) ){
$args['format_footer'] = get_option('dbem_event_grid_item_format_footer');
}
…
}
[954] function em_output_locations_view( $args, $view = null ){
…
[973] if( empty($args['format_header']) ){
$args['format_header'] = get_option('dbem_location_grid_item_format_header');
}
[976] if( empty($args['format_footer']) ){
$args['format_footer'] = get_option('dbem_location_grid_item_format_footer');
}
…
}
Essentially, the database option names are missing _item
between _grid
and _format
. Easy mistake to make.
As far as I can tell, the correct database option names are used elsewhere.
]]>How can I restrict certain usernames such as email addresses from being used on signup? I have tried plugins such as “Restrict Usernames Emails Characters” but they don’t work.
Any options here? If I cannot, I would the opt for being able to add an information notice next to the username field on the registation form to ask users to not use an email as their username on signup.
Thank you!
]]>I appreciate I can add additional search fields like Last Name, but this would be a bad user experience, as they would expect both names to be searched! Additionally it would mean opening up the “additional filters” window and checking the box to perform the search, so we really need both names searched by default, is there a way to achieve this?
Thanks!
]]>Love the plugin! Works like a charm, only issue I have, or rather Google, is with the reviewer name in rich snippets – it pushes it as null. Any idea on how to fix this? Thank you!
Example:
{“@type”:”Review”,”reviewRating”:{“@type”:”Rating”,”bestRating”:”5″,”ratingValue”:”5″,”worstRating”:”1″},”author”:{“@type”:”Person”,”name”:null},”reviewBody”:”Top 2 and not 2″,”datePublished”:”2021-09-16T01:00:00+02:00″},