Okay
  Public Ticket #1349329
link <a href che apre un POPUP
Closed

Comments

  • ignition3d started the conversation

    Hi,

    I have a code <a href> that opens a window at the click.:

    <a href="javascript:;"onClick="window.open('https://www.beinteractive.it/sito-web-vetrina', 'Sito Web Vetrina', 'width=500, height=600');"CLICCA QUI</a>

    in the attachment, I set the jquery trigger, but I do not know how to call it in the code above.

    thank you

    grazie mille

  • [deleted] replied

    Hello grazie mille,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today. I appreciate your patience while we've been working towards your ticket.

    You shouldn't use the Open By Click field for this purpose, that option is used to open popup sliders. Instead, you should try to add it as an HTML layer.

  • ignition3d replied

    the problem remains.

    in the HTML layer, how can I create a link to the popup slider.

    I want to click a word and you have to open the popup.
    how can I do?

    many thanks

  • [deleted] replied

    If you want to trigger the popup with a button (layer) inside the slider, you will need to enter the following line to the Open By Click field: #example
    And then set an ID in the Link & Attributes tab, for the same button (layer) with the same name: example

    In case you want to start a popup slider with a button outside of the a slider from your site, you will need to apply an ID (id="example") or class (class="example") on that button and enter the same selector for ID (#example) or class (.example) to the Open By Click field in the Slider Settings.

    Please also make sure that the sliders that you want to use (the popups as well) are added to the page. You can also use the Slider Settings -> Popup -> Target Pages section for this purpose.

  • ignition3d replied

    ok, now popup works.

    but when I step with the mouse over the button I do not see the cursor. the hand.
    you do not understand that this is a link.

    why?

    many thanks

  • [deleted] replied

    Unfortunately I cannot really tell what might be wrong without seeing the problem. Could you please show us your site or a test page with the slider where we can check on it?

  •   ignition3d replied privately
  • [deleted] replied

    Thank you for the feedback. I can see the problem, I will contact and consult with the development team and get back to you as soon as I can.

    We appreciate your patience while we're working towards your ticket.

  • ignition3d replied

    no problem. I wait gladly.

    you can do excellent service.

    thank you so much. See you soon.

  • [deleted] replied

    We've located the problem. The cursor does not change on hover because that is not an actual link. It is only disguised as one. That is a normal HTML layer, with blue text color and underline.

    You have two options. You can either set a normal link for it under the Links & Attributes tab (even adding a # to the field would work). Or you can keep the current setup and enter "cursor: pointer;" (without the quotes) to the Custom CSS field in the Styls tab.

  • ignition3d replied

    I'm sorry, first solution not work. the second solution work fine.

    I attach the result of the first solution.


    many thanks

  • [deleted] replied

    Thank you for the feedback, glad you could solve the problem. If you need further assistance please let us know.