How can I get item URL to respond to a protocol for example tel:xxxxxxx. If i put the tel:xxxxxx as the URL, the output comes out as just xxxxx completely ignoring the tel: protocol.
Please help asap as the site is already live
How can I get item URL to respond to a protocol for example tel:xxxxxxx. If i put the tel:xxxxxx as the URL, the output comes out as just xxxxx completely ignoring the tel: protocol.
Please help asap as the site is already live
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
You can please update code file md_megamenu/templates/menu/theme.inc with code at http://codepaste.net/tjrku8.
Thanks, that worked
After testing it out, i found out that when the link is clicked, the dialer shows up but the page itself just goes white, it doesn't refresh. Please check the "Website". Then click on the number to see what i mean
Problem comes from browser, please add css code:
body {
display: block !important;
}