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 = ‘https://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.