Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #93150
    robertl
    Participant

    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

    #93169
    sweta
    Keymaster

    Hi Rob,

    I checked your site, and seems broadband’s widget.css is causing the issue. For fixing this, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    a.more-link {
       border-bottom: none;
    }

    Regards,
    Sweta.

    #93171
    robertl
    Participant

    Perfect. Thanks alot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Unusual underlining of "Read more…" when enabling a java script widget on home’ is closed to new replies.