Skip to main content

How to Test Popup in Wix Locally

  1. Go to https://dev.wix.com/ and log in as [email protected] (credentials in lastpasss)
  2. Click My Apps in the navigation bar
  3. Search on page for Popup - select

alt_text [Dev Popup] \

\ 4. Hover over the Test Your App and select in Editor \

alt_text \ 5. You must now select which Wix Site to use - POPUP ONLY WORKS ON PREMIUM SITES - try Pilar Premium \ 6. Add the app and then press the open button \

alt_text

  1. This will open a Wix Dashboard page with POWR standalone in the content area
  2. NOTE: If there is an error and standalone does not show - you MUST RESTART YOUR LOCAL SERVER and everything should work fine ;)

\

\

alt_text


Removing a Wix Popup Locally/Staging

To Remove an existing Wix Popup, you need to follow a multistep process:

  1. While in the Wix Dashboard with the Popup open, go to Apps > Manage Apps on the left column menu \

  2. Then find your [Dev] Popup or [Staging] Popup and click on the 3 dots next to open to look at the deeper menu and select Delete \

  3. At this point, Wix no longer knows it has popup, however, in our DB, the old popup still exists and is still linked to the testing app, so you’ll need to access the Rails Console for your environment and run these commands: \

    ```
app = App.find <id>
wix = WixInstall.find_by_app_instance_id(app.unique_label)
wix.delete
app.delete

```

Keyword stuffing:

Test Testing Popup Local Locally Wix

wix popup local test