Osclass Support Forums

Osclass plugin support => Instant Messenger Plugin => Topic started by: Olegs on February 01, 2019, 08:05:49 PM

Title: send message button
Post by: Olegs on February 01, 2019, 08:05:49 PM

Hello! I inserted this code,

<?php if(function_exists('im_contact_button')) { im_contact_button(); } ?>

everything works. but the number 1 appeared behind the button. How to remove it. Look on the screenshot
Title: Re: send message button
Post by: MB Themes on February 04, 2019, 09:14:56 AM
you may have there echo im_contact_button() instead of just  im_contact_button() as function echo code and returns true.
Title: Re: send message button
Post by: Olegs on February 04, 2019, 09:52:38 AM
thanks