Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1184731
    dtourcreative
    Participant

    I would like to make this page: http://ce0.793.myftpupload.com/exercise-pop-out-window-test/ a pop out window so when the visitor clicks on a link to it, it pops out at a specific size ie. 600×600. Ideally, I would like it to be responsive, but I can get around it if that is not easy.

    #1184819
    Christian
    Moderator

    Hey there,

    There’s no feature in X nor Cornerstone for this so it would require custom coding. Here’s a possible solution http://www.w3schools.com/jsref/met_win_open.asp. Basically, you’ll need to do it like

    <a href="#a" onclick="window.open('http://ce0.793.myftpupload.com/exercise-pop-out-window-test/','', 'width=600,height=600')">Test</a>

    Hope that helps. 🙂

    #1184907
    dtourcreative
    Participant

    Where do I put that code?

    #1185031
    Joao
    Moderator

    Hi There,

    You can paste the code in a RAW CODE Element.

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1184731 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>