Map
-
Hi! I love the new version!! But I have some issues.=( Can you help me? I can′t visualice the maps since the last actualization. Apart from that in all listing page and in the single page the link’s location doesn′t work.
And I have a problem with these script. It doesn′t work now
jQuery(document).ready(function($){ $(".atbd_contact_info ul li").children().each(function() { if ($(this).is(":contains('Whatsapp')")) { $(this).children().addClass('fa-whatsapp').removeClass('fa-phone').css({'font' : 'normal normal 900 16px/2 "Font Awesome 5 Brands"'}); var whatsappNumber = $(this).next().text(); var selectwaNumber = $(this).next().children(); selectwaNumber.attr('href', 'https://wa.me/'+ $.trim(whatsappNumber)); selectwaNumber.attr('target', '_blank'); } }); });
I could add the whatsapp icon but I need to link the number with the app too. It is possible now?
Thanks!!!The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Map’ is closed to new replies.