Hi,
The call to action buttons are hiding popups content. For example, RGPD consent popup is behind buttons. I also have a contact form in a pupup and the send button is behind plugin buttons. Mobile users can’t use contact form.
I shared an example link. Click on “Postuler” on a mobile phone. A popup will appear and submit button won’t be accessible.
]]>thank you so much for this plugin, i love using it for my wordpress site on mobile!
]]>I want to use your plugin with this plugin: GDPR Cookie Consent (CCPA Ready).
When viewing on a mobile device, there are overlapping parts.
Hi, Is there a way for you to add more items instead of 3? Thank you.
]]>I have used your plugin on other websites with the same theme and wordpress version and they are working fine. I have deactivated each of the plugins and that doesn’t seem to affect this. I have backed off from the buttons I want to provide, and just have a Call Now button with link: tel: 352-690-6933. The link is showing in bottom of the footer, but not displaying as a button on mobile device like the others. Can you help me figure out what the problem might be? Thank you.
]]>Hello,
i’ve a website with two languages, it’s possibile to translate button title?
Regards
]]>I removed the icons for now as it wasn’t properly aligned on top of the tile is there CSS or a way to make sure it lines up correctly
]]>Thanks for updating to FA 4 previously: https://www.ads-software.com/support/topic/can-you-update-to-fa-4-7/
But now FA 5 is current. Any chance you could update the plugin to FA 5? I think most icons retain their same/similar codes. But if there’s concern about it breaking, maybe add FA 5 as the default for new activations, and have a toggle for existing installs to switch from FA 4 to 5. I dunno, just an idea.
Personally, I’m happy to check our sites that use it, after updating, to ensure all the icons are working and update them if not.
]]>Is there a way to use different buttons on a separate page?
Like for a different service offered by same company that calls need to be routed to a different number.
I would like to see the ability to hide specific buttons on specific pages, not hide all or display all.
Hi there, I have put in all the information – the phone button icon shows (and works) fine. However, the other button icon (envelope icon from Font Awesome – using this code: <i class=”fas fa-envelope”></i>) doesn’t show. Please help!
]]>I’m enjoying the plugin – works great for my mobile visitors. I’d love to be able to add a text button for iPad users. We’re using the Vantage Premium theme and I can’t seem to figure out how to get the mobile version to render on iPads, rather than the desktop version. But I’m not sure I want iPad users to get the mobile site, as they may try to “call” our two stores using FaceTime audio.
Is there any way to have that text button appear for iPad users? We’re using iMessage, so any connected iPad user could message us, if we served up the button. Thanks.
]]>Hi. Nice plugin. I’m making site, where different pages should be associated with different departments and, consequently, different numbers (telephone hotline also could be solution, but it’s not good idea this time). Is it possible to add an option to set (or better select from prepared set) numbers of needed department in the page settings (option like “hide…”). Default number set (and, maybe, alternate numbers set) in plugin’s admin backend. And in page’s backend can be select another/or hide option. If there’s no manipulation in page’s backend — default number will be used. (Sorry for my poor English, it’s not my native. Hope, everything is clear.)
]]>I set all the fields, but only the phone is showing up. Please help!
]]>hello i have a problem i added your plugin to my site https://flyspot.com/pl/
but plugin is not working, also i turn off other plugins to check if this is causing the problem but this is’nt help. what should i do? can you help me with this?
I am trying to set up Onclick tracking code, but I dont know if I have got it correct. My Google analytics is using universal analytics and this is the code that I am putting in the Lead Call Button Onclick code box:
onClick=”ga(‘send’, ‘event’, ‘Mobile Contact’, ‘Phone’, ‘Phone button clicked’);”
Nothing is showing up in my GA when I test this. Is there something I am doing wrong?
]]>Hi, your plugin is amazing… but only 1 question: how is it possible to configure it also in dekstop version (and not only for mobile version)??? ??
Thank you
I see that every post and page has the hide lead call button option, but is there a more simple way to just assign the lead call button to specific pages instead?
I have over 130 web pages on my site and don’t want to have to go to each individual page to check the hide lead call button checkbox. It’s extremely time-consuming.
Please kindly assist. Thank you.
]]>Hi and thank you for the useful plugin. Is there a way to translate the button texts for multilingual sites? Using wpml.
Thank you and best regards,
Apos
I’m trying to load the fa-podcast [] icon and it won’t work. I assume it’s because the plugin isn’t loading 4.7 of Font Awesome. Can it be updated to include that?
]]>Hey,
I want to add button id to the two buttons to track in Google Analytics. How would I go about this?
Thanks for the help and awesome plugin ??
]]>Hi!
Im seeing the buttons on inside pages, but for some reason, they are not visible on my homepage… can you please help? (it did work before)
btw – i love your plugin! ??
https://www.pashutbari.co.il (my site)
]]>I’m just curious if this has been tested with super-high-res phones? Like the Nexus 6P has a resolution of 2560 x 1440. Since this appears to not use any code to detect if it’s actually a phone or not, and goes purely off the CSS resolution, I’m just curious if it works fine on all phone sizes?
Would it be hard to add something like this: https://modernizr.com/docs/#features-misc to detect when it’s a touch screen, or something along those lines? I don’t want the plugin to get any heavier. But it would be nice to be confident it’s loading on all phones. Then again, I’m no expert in devices, so maybe the way you’re handling it is just fine.
]]>Hi there – I’ve been using your plugin on a couple of websites – it’s been great until recently the background colors seem to be missing making it transparent and then it looks odd. Could you help – thank you so much :
https://www.balancedenergy.co.nz/
and
Neal
]]>Hello thanks for the great plugin,
for the maps section of the plugin, is there a way to make it so when clicked it opens up inside the maps application that comes on all smart phones? Currently I have the map link going to a page on my website with a map, I would prefer if it was similar to the tel: 123-456-7896 for telephone, how it calls the phone. If this is possible to add the address of the business and have it open up inside map that would be cool. I look forward to hearing from you,
thanks in advance
Hi there,
First of thank you for this cool plugin! I really like it. I have a question, is there a way right now to setup the sticky buttons per each individual page and disable/enable them per each individual page?
For example i want to show different call to action on page A and page B. Can i make different buttons for each page? Also, for some pages i don’t want the buttons to appear at all. Can i disable them from appearing there?
Thanks
]]>Please provide SSL Support for the fontawesome Script by removing the http:
from line 47:
function lead_call_button_font_awesome_css() {?>
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
<?php
}
a workaround is to rehook the script in the functions.php of the theme like:
remove_action('wp_head', 'lead_call_button_font_awesome_css');
add_action('wp_head', 'xxx_lead_call_button_font_awesome_css');
function xxx_lead_call_button_font_awesome_css() {?>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
<?php
}
]]>
The plugin works great.
However, there probably needs to be an update due to a php notice and its likely due to the new WP version just released. Please fix the following when you get a chance.
Notice:
wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.)
Location:
wp-includes/functions.php:3901
Call stack:
_wp_scripts_maybe_doing_it_wrong()
wp-includes/functions.wp-styles.php:159
wp_enqueue_style()
wp-content/plugins/lead-call-buttons/plugin-main.php:40
LCBMain->__construct()
wp-content/plugins/lead-call-buttons/plugin-main.php:99
Cheers!
Robert
]]>Hi
Can you please advise how i can change the buttons height?
Thank you
Hi
Can you please advise what the Icon class is for the Map icon?
I can see the icon class for Phone (<i class=”fa fa-phone”></i>)
But not for Map?
Thank you
]]>I’m using your plugin with an emergency locksmith website for a client but the icon has stopped displaying with both of the following codes, which are working fine on other websites I’m using your plugin with:
<i class=”fa fa-phone”></i>
<i class=”icon-phone”></i>
I can see the code above with inspect elements using Chrome.
Any ideas? I’ve disabled all other plugins but it’s still not working. I can confirm it was 100% working only last week and I haven’t made any changes since.
]]>