• Resolved virus5fx

    (@virus5fx)


    Hi!

    I want to make that when I press the button “Publica tu Evento” from the menu of my web, the event creation form opens in a new tab (_blank).

    The actual code of the button (modal) is this:
    <a href="#" data-toggle="ai1ec-modal" data-target="#ai1ec-create-event" title="Debes estar en Inicio para poder publicar"><span>Publica tu Evento</span></a>

    How can I do for no-modal button? in a new tab

    Thanks and a greeting

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • @virus5fx

    Have you tried editing the code you provide by adding a tag as follows:

    target=”_blank”

    I’m not sure it will work unfortunately, and I can’t guarantee that it will.

    • This reply was modified 7 years, 1 month ago by Sunny Lal.
    Thread Starter virus5fx

    (@virus5fx)

    Hi

    Yes, but ‘data-toggle=”ai1ec-modal”‘ does the link open in modal mode.

    Also if I delete that, the link does not work

    I had a similar problem opening the events from the widget, but I solved it by removing a class from the links and adding target=”_blank”, but it does not work here.

    TY

    @virus5fx

    Sorry, in hindsight, I don’t think modal windows can be made to open in a separate regular window, as doing so would bypass any modal display properties.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Front End Submissions. Open Link in new tab “_blank”’ is closed to new replies.