• Resolved xuki87

    (@xuki87)


    I would like to put online my website,

    i was thinking to put a: Welcome!This is the new website of …
    Do you like it?

    Red button (YES) Green Button (NO) and then after cliking it goes out in a page that thanks the person!

    Is it possible or this isn’t the right forum!

    Thanks a lot

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Can you please explain what you’re trying to do with more details? ??

    Regards,
    Hardeep

    Thread Starter xuki87

    (@xuki87)

    Smth like this:

    Photo

    maybe is not possible!

    Thread Starter xuki87

    (@xuki87)

    Or at least it should be fantastic if the link could be opened in another tab!

    Hardeep Asrani

    (@hardeepasrani)

    Hi,

    It’s not possible, but you can have buttons open in the new tab. However, this process will require you to edit /sections/big_title.php file. ??

    Regards,
    Hardeep

    Thread Starter xuki87

    (@xuki87)

    Hello Hardeep,

    can you please help me with the code?

    Thanks in advance!

    Hardeep Asrani

    (@hardeepasrani)

    Hi,

    In the big_title.php file, find the following code:

    echo '<a href="'.$zerif_bigtitle_redbutton_url.'" class="btn btn-primary custom-button red-btn">'.__($zerif_bigtitle_redbutton_label,'zerif-lite').'</a>';

    and replace it with:

    echo '<a target="blank" href="'.$zerif_bigtitle_redbutton_url.'" class="btn btn-primary custom-button red-btn">'.__($zerif_bigtitle_redbutton_label,'zerif-lite').'</a>';

    In short, we’ve added target="blank" in the <a> tag. You can also do this with the second button. ??

    Regards,
    Hardeep

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Survey on big tile section’ is closed to new replies.