As above – the tick box to click that you agree to the T&C isn’t visible on the checkout page. If I turn off all other plugins, it still isn’t visible.
If I change theme, the tick box comes back.
Result = nobody can buy anything from my store.
Woocommerce support say that it’s probably a core code issue.
Please help!
Thanks
]]>I’d like to add a tickbox in the Registration Form for the user to confirm they are over 18years old, but when I create the new field and return to the reg-form’s overview page the new field hasn’t been added.
If create a new field that uses a text-box, the new field is successfully added, but tickboxes don’t get added.
Thanks
]]>Thanks so much, Anna
]]>1. How can I change the checkbox to sign up to the (Mailchimp) newsletter, so it’s not ticked by default? I can’t seem to control where this setting is controlled. The checkbox also appears on the basket page.
The text accompanying the checkbox seems to perhaps be pulled from a central source for these two pages, as if I remove my custom text after [mc4wp_checkbox] on the contact form, it replaces it with the same text as seen on the checkout page. I don’t know where this default text comes from. I assume the default ticked checkbox belongs to this somewhere? Could it be from MailChimp, or MailChimp for Woocommerce? I can’t find it in the settings for these though.
I can’t find where or how I added the newsletter sign up box and sign up text to the basket page. Are you able to help please?
2. The spacing looks very odd by the tick boxes. How can I edit the appearance please?
3. I added an acceptance checkbox regarding storing information and you can’t submit the message without ticking this. However, if you don’t tick it, there’s no notification to say you’ve missed this. Is it possible to add this? Only that box is required, the newsletter tick box can be left blank.
Thanks so much!
]]>Just a small request / idea – Could the “TICK BOX” in WooCommerce be moved down below or above the “Terms” tick-box?
As it is now the terms is at the left side bottom of my check-out page and the Private Policy is right side way up (middle) of the page!?
Moving them next to each other would be more elegant and easy for the customers
Thanks
]]>This plugin works great on my website, but one thing that could really improve it’s functionality is finding a way to be able to select multiple categories to post to when creating a post.
At the moment there is a drop-down menu for the user to choose which category he/she wants to post to – but what would be great if that drop-down could include tick box’s so there’s the option to post to multiple categories.
I hope this is an easy fix and can be solved with relative simplicity,
Many thanks
]]>List items don’t work correctly when adding/ticking across different browsers. Here’s one example that I have recreated several times:
Using Safari instead of Chrome, also has the issue. I can create a video of this happening if you need me to.
P.S. I love the plugin so simple and elegant!
Cheers,
Vicktor.
https://www.ads-software.com/plugins/wp-dashboard-notes/
]]>I am struggling to convert the “dropdown event category search” to a tickbox search! I would like that the user can select multipe categories instead on one category? any help will be MUCH appreciated.
PS. I changed this in category.php
wp_dropdown_categories(array( 'hide_empty' => 0, 'orderby' =>'name', 'name' => 'category', 'hierarchical' => true, 'taxonomy' => EM_TAXONOMY_CATEGORY, 'selected' => $args['category'], 'show_option_none' => $args['categories_label'], 'class'=>'em-events-search-category'));
to this:
$Myargs = array(
'selected_cats' => $args['category'],
'taxonomy' => EM_TAXONOMY_CATEGORY
);
wp_terms_checklist( 0, $Myargs);
the tickboxes show up but clicking “Submit” does not take the selection into account.
thanks in advance,
Abdel
https://www.ads-software.com/plugins/events-manager/
]]>