Gravity Forms Multiple Dates Filled by 1st Date

This library will allow you to populate a series of fields in 2-week increments. https://gravitywiz.com/populate-dates-gravity-form-fields/ The configuration would look something like this: new GW_Populate_Date( array( ‘form_id’ => 123, ‘source_field_id’ => 1, ‘target_field_id’ => 4, ‘modifier’ => ‘+2 weeks’ ) ); new GW_Populate_Date( array( ‘form_id’ => 123, ‘source_field_id’ => 1, ‘target_field_id’ => 5, ‘modifier’ => ‘+4 … Read more

Uncaught TypeError: Object # has no method ‘datepicker’ [closed]

This line shouldn’t be in there: <script type=”text/javascript” src=”http://xxxx/wp-includes/js/jquery/ui/jquery-ui.min.js”></script> In a standard WordPress install, no such file exists. This makes me wonder how you are adding the scripts to the theme in the first place. Are you using wp_enqueue_styles? If not, there is a VERY good chance that you are indeed adding two versions of … Read more

Customizing the Jquery Calendar [closed]

Here´s something to get you started. Adapt the code below to your needs Create an init.js file with notepad and paste your code in there Save it in a logical place your theme folder (the JS directory for example) Register and enqueue this file (make sure to load it after jquery) Datepicker set up: /* … Read more

How do I convert all custom_field php timestamps in the database to js timestamps?

ACF using milliseconds is not standard for timestamps, and nor is it useful. How much accuracy do you need? Bear in mind that converting to something like yyyymmdd will not accommodate timezones. If you have access to PHPMyAdmin (or similar) and know your way around SQL, running a quick query would probably be the easiest … Read more

how to make wordpress plugin from PersianWebToolkit? [closed]

It sounds like you need an introduction to plugin development. As in all things WordPress Development, the WordPress Codex is the first place to look. Here is the Plugin Development information: https://developer.wordpress.org/plugins/ But you will need some PHP programming knowledge. Here’s one good place to start: https://www.w3schools.com/php/default.asp . And the googles have plenty of information … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)