I’m lately having problems on the backend of woocommerce in the marketing area.
Basically when I try to set custom dates to see the sales the panel is jacked up. Arrows are super big and makes impossible to select dates.
Already deactivated all plugins but it doesn’t seem to be a conflict issue.
Anyone?
]]>Please is it possible to set the date and time a post would expire using a custom field? I am using ACF.
Alternatively, is it possible to use the custom function here to accept a date and time from a custom field and then convert that to a time for individual posts – https://prnt.sc/9dX2_jZOcMO_
Appreciate the help.
Kind regards.
]]>I would like to display the Day of the Week (using lowercase “L”) but it does not display.
What am I missing?
]]>I am adding a custom date for date of birth. It appears nicely in checkout and also in my account which is exactly what I was after.
the issue is that the date picker does not seem to include the year (even though I have ‘Year selector’ set to ‘add’) and it also will not move months backwards or forwards.
I would also like to ensure that only a date of birth over 18 is added. Would I do that by saying Max date: -6570 ?
What would I use in Year Selector syntax to stop birth dates under 18 it being selected also?
Thank you,
Kelly.
]]>thank you for the nice plugin.
i wanted to give a longer access to a user already outdated, but can not select date:
5datepicker.min.js?ver=1.11.4:11 Uncaught TypeError: Cannot set property 'currentDay' of undefined
at e._selectDay (datepicker.min.js?ver=1.11.4:11)
at HTMLTableCellElement.selectDay (datepicker.min.js?ver=1.11.4:11)
at HTMLTableCellElement.dispatch (jquery.js?ver=1.12.4-wp:1)
at HTMLTableCellElement.r.handle (jquery.js?ver=1.12.4-wp:1)
thank you for helping
]]>Is it possible to show future post?
I have already create custom date for posts.
$newdate = types_render_field( "dayhour", array( 'raw' => true) );
if (!empty($newdate)) {
$post_timestamp = $newdate;
}
I can display it on present month, but nothing shows when I change to next or previous month.
Thanks for help.
]]>I made this change on the code and now it’s working for me:
CtfAdmin.php
line 709: 'name' => 'customdateformat' ---> 'name' => 'datecustom'
Not sure if this is a bug and it will be fixed in the next release, but for me now everything works
]]>