• I have noticed that in the store bubbles there is a glitch on how the information is listed out.

    #slp_bubble_email is missing the link text, so you get:

    <span id="slp_bubble_email"><a href="mailto:[email protected]" target="_blank" class="storelocatorlink"></a></span>

    and then #slp_bubble_phone + #slp_bubble_fax have been bundled together into a second mailto tag, and #slp_bubble_description, #slp_bubble_hours, #slp_bubble_img + #slp_tags as sat within #slp_bubble_fax so you get:

    <a href="mailto:[email protected]" target="_blank" class="storelocatorlink">
        <span id="slp_bubble_phone">
            <span class="location_detail_label"></span>
        01234 567890<br></span>
        <span id="slp_bubble_fax">
            <span class="location_detail_label"></span>
            <span>
                <span id="slp_bubble_description">
                    <span id="slp_bubble_description"></span>
                </span>
                <span id="slp_bubble_hours">
                     <span class="location_detail_label">
                         <span data-option="label_hours" data-locationid="1"></span>
                     </span>
                     <span class="location_detail_hours"></span>
                 </span>
                 <span id="slp_bubble_img"></span>
                 <span id="slp_tags"></span>
            </span>
        </span>
    </a>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: glitch in slp_info_bubble_# code’ is closed to new replies.