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

    I am hoping to be able to this in Enfold

    https://better.com/

    there are two buttons get started and view rates. But when you click on the get started it will give you two options > Purchase or refinance. Can this be done?

    #1012675

    Hey park13,

    This is possible using Code block and custom js script but would require knowledge in html, css and javascript however Enfold doesn’t have the option to do this with ease.
    You can try to find plugins that might have this type of functionality.

    Best regards,
    Nikko

    #1012683

    that littel mini navigation on the buttons – will be hard to insert but the rest will be fine with ALB Elements .
    i would do it with a color-section with background-image and min-hight of 100%
    in it 1/4th 3/4th column – and in the 3/4 everything left aligned.
    1) a headline rotator
    2) a heading
    3) button row

    PS : dear Mods the transition from typewriter animation is bad styled – because the background goes from transparent to font color when rotation starts – why that? leave it transparent ! As in the example of park13
    see below typewriter animation!

    Result with fading see here: https://webers-testseite.de/park13/

    #1012706

    i changed on headline_rotator.js the line 83ff to :

    //mark text
    _self.$current.css('background-color', 'transparent');

    i think this would be a better look

    #1012839

    Guenni007, Can you explain in detail how you created the typewriter animation in details? How can I do this?

    #1013051

    this is my ALB setup for the example page:

    on your headline rotator – there is on top a tab “Animation” :

    there you can choose Rotation Animation: and then typewriter.
    On default there was a not so nice transition – i changed it in alb element – but it seems to work with css as well.

    .av-marked-text .av-rotator-text-single {
    background-color: transparent !important;
    }

    to get the carret bigger:

    .av-caret .av-rotator-text-single:after {
     border-right-width:8px;
    padding-left: 15px
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.