Please, add font-display: swap; in next version update for font icon and better page speed performance.
@font-face {
font-family: "ctc-icon-font";
src:url("../font/icon-font.eot");
src:url("../font/icon-font.eot?#iefix") format("embedded-opentype"),
url("../font/icon-font.woff") format("woff"),
url("../font/icon-font.ttf") format("truetype"),
url("../font/icon-font.svg#icon-font") format("svg");
font-display: swap;
font-weight: normal;
font-style: normal;
}
]]>
Hi there,
Fantastic plugin. Works really well on the sites I’ve tried it on.
Could you give me an idea what custom CSS I need to make the bar height larger, as well as increase the font and icon size a little?
I’ve changed it to work in CSS, but just can’t get it quite right for custom CSS!
Thanks.
TassieNZ
]]>We LOVE RSCTC!
Part of our ministry includes a Day Care. We would like to put two of the buttons on our site…one with our main number and one with the Day Care number (labelled appropriately). Is this possible in some way?
Thanks for any help.
Chris
hi, I’m using your plugin with avada theme.
I noticed that number is displayed at bottom on every page, however, is not available if page is 100% blank. I guess that into this kind of page I’m missing some code used by your plugin to inject the code.
/ -> displays #
/basta-debiti -> displays #
/ldpd1 -> NOT displayng #
suggestions?
thanks.
I ave a problem with event tracking in analytics – it’s not showing any data.
]]>With WordPress-Standard-Theme Twenty Seventeen the Plugin displays no Special Characters like ?? (german “Telefonh?rer”; Unicode U+1F4DE).
Sorry, i have no Link, because i do not use the Plugin (no Problem with ?Call Now Button?).
]]>Hey guys –
It would be super helpful to integrate a Facebook Pixel Event for this. If you change line 162 in really-simple-click-to-call.php to the following, it will create an event called “ClicktoCall” if the site has the FB Pixel installed. This fires any time someone clicks on the button.
echo '<a href="tel:' . $options['click_to_call_number'] . '" onclick="ga(\'send\',\'event\',\'Phone\',\'Click To Call\', \'Phone\'); fbq(\'track\', \'ClicktoCall\');"; style="color:' . $options['click_to_call_color'] . ' !important; background-color:' . $options['click_to_call_bg'] . ';" class="ctc_bar" id="click_to_call_bar""> <span class="icon ctc-icon-phone"></span>' . $options['click_to_call_message'] . '</a>';
Is there any way to move the bar to the top of the page, rather than the bottom? Thanks!
]]>I had to add an “important” tag after the color css
style="color:' . $options['click_to_call_color'] . ' !important;
We were able to add your nifty little plugin to
https://nptechprojects.org
But not this site: https://blog.sunpalacevacationhomes.com/
Any ideas, what we are overlooking?