• Hi support,

    I found that the custom link not work for whatsapp scheme link like whatsapp://…..

    is it possible to fix it?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Thank you for writing in .
    Can you please elaborate your issue more clearly?

    Thank you!!

    Thread Starter s011420

    (@s011420)

    Hi shanehaden,

    Thank you for your reply.
    I created a custom link menu, the link: whatsapp://send?text=Hello%2C%20World!
    I save it and then click the menu in the front-end, and it just reload the current page.

    P.S. other links start with “tel://” and “https://” work fine.

    Thank you very much.

    HI there,

    Thank you for writing in.

    To fulfill your requirement you have to remove some code on your plugins file.

    If you are using the default templates template-1 then.
    Please find the plugins file: wp-floating-menu/inc/frontend/templates/template-1.php
    on line number 9 then please remove the following code:
    $wpfm_href_address = esc_attr($val["wpfm_target_link_address"]);

    And if you are using template-2 then online 2 remove the following code:

    $wpfm_href_address = esc_attr($val["wpfm_target_link_address"]);

    And if you are using the custom templates then
    Find the plugins file: wp-floating-menu/inc/frontend/frontend.php on line 81 then remove the following code:

    $wpfm_href_address = esc_attr($val["wpfm_target_link_address"]);

    If you need any further help then please feel free to ask us.

    Thank you!!

    Thread Starter s011420

    (@s011420)

    Hi shanehaden,

    Thank you for your reply.
    I have tried your method, it will make all custom link link to current page.
    Not really work for me.

    Thank you very much.

    Hi there,

    Thank you for writing in.
    Can you please send a mail here: [email protected]?

    Thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Link not work’ is closed to new replies.