Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1473545

    Hi guys,
    I fight trying to set up a phone number link to an ALB animated number with no success.
    Can’t find the right syntax to set either in the “manual link setting” or in the underneath “custom field link” of the Advanced Tab fields.
    Anyone to give me a help on that one please ?
    P.S
    I’ve set the domain and its certificate just yesterday, maybe propagation is not over yet, but the link is a safe one.

    • This topic was modified 5 days, 22 hours ago by rvga. Reason: Giving more details
    #1473564

    well there is on element itself on adanced tab – link setting – choose manual:

    Doing this – will end on a wrap all inside that element with an anchor tag.
    This anchor tag is displayed as block – so the whole width of the element ( if it is inside a 1/1 column it will have active click for the whole width.

    if you only like to have the active click area on that element:

    put this to quick css:

    .avia-animated-number {
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }
    #1473573

    Hi,

    Thanks for helping out @guenni007, did that answer your question @rvga?

    Best regards,
    Rikard

    #1473579

    Yes perfectly Rikard… it works like a charm.
    Thx Guenni, efficient as always.

    #1473614

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to set a phone number link into an animated number’ is closed to new replies.