Hi,
I use Creativo WP theme on another website and it creates a tap to call button for mobile visitors. You can see this at http://automaticgaterepair.co.uk/ where there is no button at larger screen resolutions and the button in the top bar at resolutions below 767px. This is a simple on/off function in the theme back end. Is this possible in Enfold as it is such a simple solution and a great way for mobile users to get in contact.
Thanks.
Steve
Hey rumkosteve,
You could place a button shortcode in the phone field in Theme Options and hide/show it with CSS:
.phone-info .avia-button{display: none;}
@media only screen and (max-width: 767px) { .phone-info .avia-button{display: block;} }
Best regards,
Josue
Thanks,
I’ll give that a try.
Steve
Looking forward to hearing from you :)
Regards,
Josue
I’ve done a quick fix for now as Enfold doesn’t have theme options like other WP themes do..This is simply a button that says ‘Ta to call on mobile phones’ so it’s visible at larger screen resolutions too..
Feel free to request it here as a new feature.
Best regards,
Josue