• Resolved on2vgs

    (@on2vgs)


    We have the Direction and Call button working fine on our site.

    I would however like to change the name “Directions” to “Contact” that when clicked upon takes them to our contact us page URL instead.

    Is it possible to modify the code to accommodate this change?

    If not, do you offer that custom code service?

    Thank You.

    https://ww.wp.xz.cn/plugins/mobile-call-now-map-buttons/

Viewing 1 replies (of 1 total)
  • Plugin Author roimediaworks

    (@roimediaworks)

    No it does not allow a PAGE instead of a Google Map link. However we will consider this for future updates.

    Off the top of my head, you could do something in jQuery like

    `
    jQuery(document).ready(function() {
    jQuery(‘#map_now’).click(function(){
    window.location.href = ‘http://example.com/contact’;
    return false;
    })
    });
    `

    I didn’t test that code, but it’s an idea

Viewing 1 replies (of 1 total)

The topic ‘Quick Question’ is closed to new replies.