• Resolved Bonaldi

    (@bonaldi)


    On frontend map, in .mapp-body class, get an empty link created by <?php echo $poi->part('thumbnail'); ?>, line 6 of templates/map-poi.php.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Bonaldi

    (@bonaldi)

    I mean this code build the frontend POI:

    <div class="mapp-title">MY COMPANY</div>
    <div class="mapp-body">
    <a href=""></a>
    <p style="text-align: center;"><strong>Fashion Style</strong></p>
    <p style="text-align: center;"><strong><img src="https://localhost/wp4/wp-content/uploads/2018/03/favicon.png" alt="" width="32" height="32"></strong></p>
    <p style="text-align: center;">Paris - FRANCE</p>
    </div><div class="mapp-links"><a href="#" data-mapp-action="dir">Directions</a></div>
    

    As I use CSS background color for Direction link, it apply too on empty link <a href=""></a> above.
    An empty link isn’t w3c compliant…

    Thread Starter Bonaldi

    (@bonaldi)

    Solved in v2.48.2.
    Thanks Chris.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ghost link ?’ is closed to new replies.