dkolski
Forum Replies Created
-
2 other possibilities :
1° Cconfigure “Enable revisit consent widget” in the “Revisit content” tab of the “customer cookie bar” section of the settings.
2° Put a link in you footer with the shortcode to re-open the cookie consent widget : [wt_cli_manage_consent]Shortcode : [cookie_settings]
You can create a link in your footer using a shortcode that will reopen the popup with cookies setting.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Lacking trailing slash in event_slugok, undertood.
Thanks
Forum: Plugins
In reply to: [Table Sorter] Date sortNot sure you shoud include the “/” in the dateFormat. ddmmyyyy should work
Forum: Plugins
In reply to: [Table Sorter] Date sortI had the same problem and solved in modifying the jquery.tablesorter.min.js file where I changed the date format parameter as follow :
dateFormat:”ddmmyyyy”
This parameter is located near the begining of the php file.
You may also be interested in another change if you want to sort numeric value with comma as decimal separator.
Change the follwing parameter :
usNumberFormat:!1
I hope this can help.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Check Box “On” QuestionMaster PDF Editor costs only 50 USD.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkbox doesn’t reflect in the pdfI am using the “Get Tag” button to create the CF7 form.
The checkbox are not filled.
Maybe the problem is coming from my pdf document (created with pdf element 6).
Is there a way to debug ?