Hi there,
Thank you for writing in .
Can you please elaborate your issue more clearly?
Thank you!!
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 “http://” 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!!
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: support@accesspressthemes.com?
Thank you!!