We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation says to install the php file and a file in settings.
However the main php file registered some scripts in assets, by not having the folders give browser console issues
wp_register_script('jquery-ui-timepicker', $this->options_url.'assets/vendor/jquery-timepicker/jquery.ui.timepicker.js', array('jquery', 'jquery-ui-core'), false, true); wp_register_script('wpsf', $this->options_url.'assets/js/main.js', array('jquery'), false, true);
The text was updated successfully, but these errors were encountered:
Hey, sorry what do you mean by "by not having the folders give browser console issues"?
Sorry, something went wrong.
Instructions say
But omit to say "and copy assets/vendor" as without these the files are obviously not found
No branches or pull requests
Documentation says to install the php file and a file in settings.
However the main php file registered some scripts in assets, by not having the folders give browser console issues
wp_register_script('jquery-ui-timepicker', $this->options_url.'assets/vendor/jquery-timepicker/jquery.ui.timepicker.js', array('jquery', 'jquery-ui-core'), false, true); wp_register_script('wpsf', $this->options_url.'assets/js/main.js', array('jquery'), false, true);
The text was updated successfully, but these errors were encountered: