Okay
  Public Ticket #2460808
Popup Video
Closed

Comments

  • vismed started the conversation

    Hey guys, I want to have a popup Video / Image, when I click on  a link:

    Like ... klick on

    Watch the film > 

    opens popup window.

    Is this possible?

    Thanks in advance.

  • [deleted] replied

    Hi vismed,

    This is not implemented in the theme, but I have created a code snippet for you so you can create video popup links:

    https://d.pr/n/hFphj6

    So to embed video popup links you can do this way in WP content text editor:

    [kalium_video_popup src="https://www.youtube.com/watch?v=W4Ou96H-cPc"]Click the link[/kalium_video_popup]

    Here is a test of this code:

    https://d.pr/v/POqcEd

  • vismed replied

    Hi Arlind,

     thank you very much. Is there a possibility to NOT open this in en extra tab but, in a popup which I can close with hitting "X", after I have watched ?

    Like this? 

    (see example from Apple iPad-product-Page

  • vismed replied

    I mean even Ticksy is capable to this 😂

  • [deleted] replied

    Hi vismed,

    As you can see in the screen recording here:

    https://d.pr/v/POqcEd

    It works properly and not in a new tab! 

    Do you put the YouTube URL of the video in src attribute of [kalium_video_popup] shortcode?

    If you can give WP credentials I can check this for you.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  • vismed replied

    Can you show me an example in the backend? Where do I have to insert the shortcode? Thanks in advance.

  • [deleted] replied

    Hi vismed,

    I have made a screen recording to you how I insert this functionality on the site:

    https://d.pr/v/3njzQ8

    So the code I have inserted in functions.php is this:

    https://d.pr/n/VlPkSQ

    I hope this helps you.