Live Chat links works only in some places
-
Hello,
On my homepage there are 4 locations where I implemented Live Chat.
1) Top Menu (top right) – it works
2) Bottom Left orange icon – works
3) Footer SUPPORT menu Live Chat link – DOESN’T WORK (although exactly same link works in the header top right)
4) Contact Us section above footer – CHAT WITH US NOW link in RED near map – not workingI have this script in my footer.php before the </body>. Am I missing something? Why does it only work in some places? Thank you so much
<?php wp_footer(); ?> <script type="text/javascript"> jQuery("#wp-live-chat-2").hide(); jQuery("#wp-live-chat-header").hide(); jQuery("#live-chat-button").click(function(){ jQuery("#wp-live-chat-2").toggle(); jQuery("#wp-live-chat-header").toggle(); }); </script>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Live Chat links works only in some places’ is closed to new replies.