Site icon Catch Themes

Unusual underlining of "Read more…" when enabling a java script widget on home

Hi Support, I've just recently enabled a Javascript widget which consists of the code below: <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script> <script src="//broadbandmap.nz/static/javascripts/bbmwidget.js" type="text/javascript"></script> <div id="bbmwidget"></div> <script type="text/javascript"> broadbandmap({ div_id: 'bbmwidget', addressfinderkey: 'J9MUPWD7ALNR8Q6YTHXE', map: true, map_height: 500, map_key: true, address_label: true, technologies: ['ADSL', 'Fibre', 'Wireless', 'VDSL', 'Cable'], }); </script> I have it enabled on the home page http://tuanzbuild.tuanz.org.nz/ where it shows the national broadband map. For some reason, when I enabled this script, it underlines all the "Read more..." link under the featured content. Would you happen to know why this is happening or how to fix it? I also tried enabled this by copying the code into the HTML editor of the page and it still shows the same issue for some reason. Right now, it is currently being enabled by a plugin called "Code Embed", which presents the same issue. Screenshot of issue: http://prntscr.com/bdpsdf Cheers, Rob
Exit mobile version