itsmir
Forum Replies Created
-
Hello Nithin,
I tried the above code (after updating the form id, field id & changed the 14 to 10 (customer changed requirements) and still getting the same results π so not working.
I tested with date field limits off & on – also doesn’t make a difference with this code.
If you need admin access to take a look around please let me know.
Thanks,
MiriamHello,
This almost works!
When the datepicker was hidden the form gives a “Error: Your form is not valid, please fix the errors!” but shows no error. So I un-hid the datepicker and it error’s because it needs a date to be selected (& today’s date is not allowed). Tapping on the datepicker field, I can select only the +14 days date and the form can be submitted.
You said above ” ..if you visit that form on front-end, youβll see the date picker field with default date set to today. If you donβt make any choices in this field, the date in submission will actually be today + 14 days”. Which is just what I need – did I miss something ?? We want the field hidden & no choice to have to be made.
The form on our staging site is here with the offending date field (Return Date) un-hidden: https://awdentalstudio.com/staging/pl-ticket/ (notifications disabled)
Thanks in advance
MiriamStrange – here’s a screen recording of me clearing browser and showing the issue
https://www.awesomescreenshot.com/video/12541824?key=050f976cc549b5c0dc4b2a56c9419272Page : https://www.century-time.nl/staging/laatste-nieuws/
Miriam
P.S The gap at the bottom appears on posts not pages. The jumping sidebar is on a page.
I’ve just updated our staging site & still have the same issue on Pages, only now it takes scrolling down/up a few times for the sidebar to shoot up to the menu.
See here : https://www.century-time.nl/staging/laatste-nieuws/
On posts the issue of large gap at bottom is also not resolved. (https://www.century-time.nl/staging/seiko-5-sports-brian-may-limited-edition/)
Tried both with “improved version” checked – no change!
I’ll leave the version 6.2.1 (with improved version checked) on the staging site so you can view the issue live.
Regards,
MiriamThat sounds perfect, thanks so much – I’ll give it a try!
Forum: Plugins
In reply to: [Product Table for WooCommerce] Update prints text in headerDone!
Page: https://www.century-time.nl/news-articles/
Post: https://www.century-time.nl/seiko-prospex-save-the-ocean/
Thanks
MiriamForum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Post grid not responsiveThat’s sorted it! Thank you.
Forum: Themes and Templates
In reply to: [Astra] Tablet Sub-Menu visible on breakpointHave just replied to that ticket email. Sorry for the delay!
Forum: Plugins
In reply to: [LiteSpeed Cache] domain key dramaPorto has not given me this issue, so can’t help there.
Have you tried grabbing the domain key directly from QUIC cloud?
Domain > Settings > tap “Having troubles connecting the LSCWP plugin with QUIC.cloud?” link to reveal the Domain Key.
Forum: Themes and Templates
In reply to: [Astra] Tablet Sub-Menu visible on breakpointHi,
I did open a ticket via your Support Portal with a video (ref#HS:1812674596-163782# opened on 11-Mar) and added my subsequent CSS fix, the reply I received on 13 Mar was “Iβm glad it works out for you.” π
You can see the behaviour without the CSS fix here : https://www.awesomescreenshot.com/video/7819614?key=d74fcf5b51658ccd1986171449263951
Someone else reported the same issue in the Astra WP Theme community FB group
(https://www.facebook.com/groups/wpastra/posts/1295323987603529).Hope this helps!
Forum: Themes and Templates
In reply to: [Astra] Tablet Sub-Menu visible on breakpointFixed this by hiding the menu via CSS – issue not solved, just hidden π
@media only screen and (width:921px){#ast-desktop-header {display: none;}} @media only screen and (max-width: 922px) { #ast-desktop-header {display: none!important;}} .ast-header-break-point .main-header-menu { background-color: #0000!important;}Forum: Plugins
In reply to: [LiteSpeed Cache] Excluding WPAmeliaThis caught my eye as we’re using Amelia and just recently installed LSCache.
I can’t replicate this issue, however we are using Events only (via the Events calendar) and not Appointments. Just had our first few sales with this set-up and all was OK for us. Just wanted to let you know in case this is useful for the Amelia devs.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 6.0.0 slowing down adminI’ve the same issue. Did you manage to resolve it?
Forum: Plugins
In reply to: [Polylang] Redirect dependant on current languageThis can be removed – fixed it by finding the field key name in the theme, seeing it was translatable and adding it to a wpml-config.xml file in my child theme. It then appeared in the string translation page and all is working correctly.