About 633 results
Open links in new tab
  1. Not able to click on Google recaptcha checkbox (Python, Selenium)

    Jun 9, 2022 · I have a python code that works for me, unfortunately it does not work on wix.com login page. (to see that page, open wix.com, click Sign In button, and then click Log in link to …

  2. how to disable "login with Google/Facebook" on wix member site

    Oct 11, 2019 · You can also just delete the social login buttons while editing the custom login page. That seemed to sidestep the 'default' and 'custom' login issues described in an earlier post.

  3. Wix API - How to get Access token for using rest API for my app

    Jun 21, 2021 · In order to use the wix api rest, you need to have a server running that will be called once the user install your app in his site. When that occurs, wix calls to your server and sends …

  4. Redirect a wix website to a new external website - Stack Overflow

    Sep 19, 2020 · I found a way to do the redirect from Wix to an external website. From your site's Dashboard: go to Settings > Advanced Pannel > Custom Code press the + Add Custom Code …

  5. connecting html form to my wix site database - Stack Overflow

    Sep 18, 2024 · You cannot simply add HTML to a Wix page like that. The easiest thing to do is to use the built-in input elements in Wix to create the form. If you do that, you can even have it …

  6. Why does this Wix site go to a blank page when refreshed, or when …

    Nov 26, 2024 · check if "book" is a route which is used in a conflicting way (like with Wix bookings module) or points to a non-existing class/page

  7. javascript - How to connect Firebase with Wix - Stack Overflow

    Mar 20, 2019 · The code that I'm using is the following one: import firebase from "firebase" import firestore from "firestore" export function base() { // Initialize Firebase var config = { api...

  8. How to fix Error http response code failure in android webview

    Apr 21, 2021 · I have created a website using wix.com and when I click on login with facebook on my android webview it says net::Err_http_response_code_failure. enter image description here

  9. Wix - how to remotely login to external sites - Stack Overflow

    Aug 27, 2021 · I have a Wix website and a customer portal on another website. The consumer will log on to my website and go directly to the customer portal without seeing the second login …

  10. velo - Add custom javascript to wix - Stack Overflow

    Oct 29, 2019 · The way to add custom code to each page in a Wix site is by adding Site code in the built-in IDE. To access it, enable Dev mode at the top menu and click the Site tab at the …