I made a wp plugin which makes online reservations for rent a car but I tested it locally with a different wp theme and it worked fine! but when I installed it in this web site for some reason the jquery functions dont work! when I press the fortsetzen button it wont open the other step (its a form with 4 steps). I think it is because of the other jquery functions or libraries that the theme uses, I am frustrated I dont know what is causing this! Any ideas?
Share
I solved this issue by using this: add_action(‘wp_print_styles’, ‘scripts’); now it works because It loads the scripts and the end but yet I have to fix the issues with other plugins and theme. Thank you all.