Wix Configuration

Prerequisites

  • Premium account required
  • Custom domain connected
    • Settings ➡ Connect Domain
  • Dev mode enabled
    • Dev Mode ➡ Turn on Dev Mode

Configuration Steps

  • Add a custom element to your page
    • Add ➡ Embed ➡ Custom Embeds ➡ Custom Element
  • Position the element and resize it to the full width of the content area of your page

    Adding a wix custom element
  • Switch to the mobile layout editor and resize the element to be the full width of the entire device with no margin.
  • Set the data-mariana-integrations attribute on the custom element
    • Select the custom element
    • Click: Set Attributes
      • Enter the attribute name: data-mariana-integrations
      • Enter a value for the attribute. This value should be your desired route for this element. A complete list of the available routes can be found here: Page Routing
      • Close the attributes modal

        Adding a wix custom element
    • Select the custom element again
    • Click: Choose Source
      • Enter the Tag Name: mariana-element
      • Under the "Add your script file with:" options, select server URL
      • Under "Server URL" enter the following url, but be sure to replace [example-tenant-name] with your tenant at Mariana Tek: https://[example-tenant-name].marianaiframes.com/custom-element

        Adding a wix custom element
  • In the top right of the page click: Save
  • Be sure to Publish the site to see the changes live outside of the editor