Support Forum
If I had to guess, I would think its your site loading of this:
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
That is likely to conflict with the jquery version loaded and used in the WP environment (currently 1.11.1 on your site)...
The 2.0 version of jQuery ditches support for IE 6, 7 and 8... WP has not ditched support for all of those yet...
you definitely dont want to load two different version of jQuery... I would try to remove that non supported one...
Visit Cruise Talk Central and Mr Papa's World
so when that page loads, you now have a dozen or so js errors on the page - mostly related to jquery... which clearly explains why the button wont work... when a js error occurs, often the rest of page js processing is shut down...
some are from theme, some from other plugins and couple from SP... so need to figure out what js is having the problem...
if you have already temp switch to default wp theme with no change, then next test is disable all other plugins and try again... if working, re-enable plugins one by one until it breaks...
Visit Cruise Talk Central and Mr Papa's World
your are welcome... good luck...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)