fullej
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] Microsoft Defender SmartScreen error in Windows 10 edgeHi,
I am getting this error and have reloaded my pdf files onto the live server.
Any idea on next step to debug this?
Thanks
- This reply was modified 3 years, 2 months ago by fullej.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Getting a bunch of errorsI read in another entry to disable the “Back to Top Link” in the footer.
This fixed it for me too.
I would like to have this feature, so please let me know when its fixed.
Thanks
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Getting a bunch of errorsI emailed you yesterday, but havent heard anything back. Did you receive the email?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Getting a bunch of errorsGetting the same error.
Google Search console provides this error message:
An AMP component ‘script’ tag is present, but unused.
Here is an example:
Fixed in the latest version 0.9.97.21
Forum: Plugins
In reply to: [CF7 Advanced DatePicker] Localised Date FormatIt seems to not work in IE, try Firefox or Chrome.
I’ll look at the IE problem
Forum: Plugins
In reply to: [CF7 Advanced DatePicker] Localised Date FormatHi Minty,
Yes it works perfect in the front-end form, but is in the wrong format in the email generated.
See https://www.sharronbolton.co.uk/age-erased-face-lifting-serum/
(need to select “Collect from Salon” to see date field)John
Forum: Plugins
In reply to: [CF7 Advanced DatePicker] Localised Date FormatHi. |Thanks for the reply. Here is my code.
jQuery(document).ready(function($) { $('.cf7-adv-datepicker').datepicker({ dateFormat: 'dd-mm-yy', autoclose: true, showAnim: setting.effect, changeMonth: setting.monyearmenu, changeYear: setting.monyearmenu, showWeek: setting.showWeek, minDate: setting.date, }); //verion 1.0 fail-safe $('#cf7-adv-datepicker').datepicker({ dateFormat: 'dd-mm-yy', autoclose: true, showAnim: setting.effect, changeMonth: setting.monyearmenu, changeYear: setting.monyearmenu, showWeek: setting.showWeek, minDate: setting.date, }); });
Forum: Plugins
In reply to: [CF7 Advanced DatePicker] Localised Date FormatIve made the changes suggested to the js file but still have the following problem:
The date appears in the format dd/mm/YYYY in the form, but in the email generated it is in the format mm/dd/YY
How can I get the email to be dd/mm/YYYY ?
Thanks