2 Questions: Mobile page redirect, Pop under or external popup code

Hi,

I am trying to accomplish two things in Wix code that I do not know how.

As the title already mentions:

  1. How do I setup the mobile version to redirect to an external website?

  2. How do I program any button or link to open a secondary popunder or popup window, adjacent to the primarily linked one?

Thank you!

Hi,

  1. When exactly do you want to redirect the user to an external site? you can use wixLocaiton.to() to redirect the user.
  2. You can use lightbox as a popup window, use openLightbox to pop it.

Good luck :slight_smile: