Skip to content

liyongg/kinko-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kinko-datepicker

An interface for enabling and disabling dates, specifically for kinko.nl. As far as I know there is no easy way to disable dates for the flatpickr instances that are used by the Avada Forms on Wordpress websites. Therefore I created a simple interface, to avoid having to manually enter the file server and make (hardcoded) changes to the flatpickr.js file(s).

Example

kinko-datepicker.mp4

Troubleshooting

When encountering problems, make sure to check for the following

  1. Domain provider IP-whitelist
    When problems arise from the ISP side, it is likely that the designated public IP address changes. Navigate to website of the domain provider and change or add the newly designated public IP. This allows a connection through SFTP and or SSH.

  2. PM2 list
    If the backend process is not running anymore, make sure to navigate to the backend folder and then run.
    pm2 start server.js --name kinko

  3. Permissions
    Check whether there are conflicting pm2 services running at the same time, but on different accounts. As of now, the service is run as personal user, and trying to run it as another user as well will cause conflicts for the backend.

About

An interface for selecting enabling and disabling dates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published