Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #666985

    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

    #667018

    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

    #667443

    Thanks,

    I’ll give that a try.

    Steve

    #668324

    Looking forward to hearing from you :)

    Regards,

    Josue

    #668997

    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..

    #669470

    Feel free to request it here as a new feature.

    Best regards, 
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.