*

Olegs

  • ****
  • 123 posts
send message button
« 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

*

MB Themes

Re: send message button
« Reply #1 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.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Olegs

  • ****
  • 123 posts
Re: send message button
« Reply #2 on: February 04, 2019, 09:52:38 AM »
thanks