Thread Starter
franji
(@franji)
yes i have the last version of WordPress and yoast plugin
https://ibb.co/zn4p3fP
Thread Starter
franji
(@franji)
the same issue in this website https://ettifaq.com/إنهاء-الطلب/
but the jquery solution not work with it!
so what can i do ?
Thread Starter
franji
(@franji)
hi,
Thank you for reply, i have solve the issue, its a jquery conflicts .
its happened when i upgrade the woocommerce plugin to 3.5.1, and i have theme build with bootstrap 4,
when i remove the jquery cdn :
<script
src=”https://code.jquery.com/jquery-3.3.1.js”
integrity=”sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=”
crossorigin=”anonymous”></script>
its work.