Hi,
Great plugin btw thanks.
If I hide the phone icon on desktop it also hides the main click button leaving just my contact icon in black on mobile and doesn't look good.
It's enabled right now here https://www.virtualeap.com.cy
Cheers Danny
Hi,
Great plugin btw thanks.
If I hide the phone icon on desktop it also hides the main click button leaving just my contact icon in black on mobile and doesn't look good.
It's enabled right now here https://www.virtualeap.com.cy
Cheers Danny
Hi dansmithvl ,
Welcome to the forums!
Could you perhaps elaborate more on the issue?
From what I understand, If you hide the button with the phone icon on desktop,
it will also hide the group button on desktop.
Am I understanding the issue correctly?
Please let me know!
Hi James,
Thanks for getting back.
Yes that's correct.
For now I have left the phone icon active on desktop so that the main icon shows.
Thanks Danny
This is a weird issue.
Is it possible for you to temporarily hide the phone button on desktop so that we can take a look at what's making it disappear?
Yo just tried and of course it's working now!!
Not sure why but anyway thanks.
Btw. For the main button on mobile is there any css to make it a little smaller?
Thanks Danny
Glad to hear that the issue was somehow fixed!
Regarding making the main button smaller,
you can use this custom CSS to change it. Just copy and paste it into WordPress' Additional CSS :
/* MOBILE ONLY */
@media screen and (max-width: 769px){
/* MAIN BUTTON */
.buttonizer .buttonizer-button.buttonizer-head {
width: 56px !important;
height: 56px !important;
}
}
Let me know if this works for you!
Hi James,
Can't get the code to change the size. Have cached and recached.
Should I wait a bit. Seems to be what's happening.
Hi James yes but the button on mobile didn't change size even If I changed the values.
Thanks Danny