开发者 | fahadmahmood |
---|---|
更新时间 | 2024年8月22日 11:00 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.6 |
版权: | GPL2 |
版权网址: | 版权信息 |
WP Datepicker
in the wp-content/plugins
directory of your WordPress installation. Use an FTP or SFTP client to upload the contents of your WP Datepicker archive to the new directory that you just created on your web host.
3. Log in to the WordPress Dashboard and activate the WP Datepicker plugin.
4. Once the plugin is activated, a new WP Datepicker sub-menu will appear in your Wordpress admin -> settings menu.When a date is selected in the first box, the number of days in this box will be disabled (including selected day) form the selected date. For example, if 10th March is selected in first field and in the backend, you have added 3 days so, in the second field day 10, 11 & 12 will be disabled. It will happen same when you add Months or Years in the backend.
Yes, this plugin is using independent CSS and JavaScript files instead of inserting scripts in web page source-code.
All scripts are well managed in relevant files.
Yes, it will generate the required files whenever you will modify something on settings page and that version will keep serving your visitors everytime with zero delay.
Yes, in advanced version you can create multiple instaces so each field can have different settings.
Yes, it is compatible with all WordPress themes which are developed according to the WordPress theme development standards.
Every theme will have different global styles so a few stylesheet properties will be required to be added and/or modified.
Yes, a code snippet is available to disable specific days and dates under custom scripts section.
[youtube http://www.youtube.com/watch?v=c2afBhUPp4w] Go to Contact Menu (wp-admin) after installation of contactform7 plugin, click on Contact forms and here we have a contact form 1 by default, click on it. You will see something like this: Your Name (required) [text your-name] Your Email (required) [email your-email] Date 2 [date date-134 class:dp] Subject [text your-subject] Your Message [textarea your-message] [submit "Send"] Create a new field with an id "#Calendar" Like: Date [date date-726 id:calendar] Create second field with a class ".dp" Like: Date 2 [date date-134 class:dp] Create second field with a class ".dp" like: Date 3 [date date-499] having no id and class I) Now go to the options panel in the input field write id of the first input field with hash sight #calendar and click on save then refresh page, here first input field have a calendar and other two fields do not have this calendar. II) Now we configure with second option write second input field's class here with dot sign by separating with comma like #calendar, .bday then refresh your page and here the second field also has this calendar. III) Now configure with input field's name, write it by separating comma like #calendar, .bday, input [name="datepicker"] and refresh your page. Click on the third field to try, this field will also have this calendar option. Finally: The first "Date" field is configured with id, second "Date 2" with input field's class and third "Date 3" with input field's name.
It's better to post on support forum but if you need it be fixed on urgent basis then you can reach me through my blog too. You can find my blog link above.