Okay i found problem. I’m using jquery script for simple tabs. And it only worked when i added manually import to jquerry in head. So with gdstarrating jquerry loaded twice.
Problem with script not accepting gdstarrating call to jquery through wp_enque_script was in “no conflict mode”, and with that restrict use of “$” symbol to call jquery. I replaced all $ in my script with “JQuery” and everything works.
Hope this will helpful for someone. Thanks for good plugin, and support!