Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #1680749
slider revolution
Closed

Comments

  •  2
    alaskadoc started the conversation

    Is there a way to create an auto dial hyperlink within slider revolution?

    I am looking to do within Slider Revolution what I have done with the call to action.


    Thank You,


  •  531
    OrionThemes replied

    Hi,

    You can do this anywhere with HTML. You can add it to revolution slider as well.

    In the backend revolution slider editor, the button might not look the same as it will look on the front end. 

    The basic HTML for such link is:

    <a href="tel:1-907-826-2273">Call now!</a>
    

    You can add classes to it, so it looks like a button:

    <a href="tel:1-907-826-2273" class="btn btn-c2 btn-flat btn-md btn-round">Call now!</a>

    And finally, if you want the phone icon as well:

    <a href="tel:1-907-826-2273" class="btn btn-c2 btn-flat btn-md btn-round"><i class="fa fa-phone" aria-hidden="true"></i> Call now!</a>
    

    Any of the above will do the job.

    Andrej