SeeMyModel

SeeMyModel Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 478 downloads
SeeMyModel Icon

Try plugin: SeeMyModel

We'll create fresh WordPress site with SeeMyModel installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About SeeMyModel

Provides editor blocks and elementor widgets to easily embed models from seemymodel.com into your page. Also adds support for woocommerce - enables e …

0


0


1


0


0

updated: 2 years ago
since: 3 years ago
author: See My Model Sp. z o.o.

Description

About

This plugin contains 3 packages:

  • elementor-widgets – contains 2 elementor widgets for embedding models into your site: “SeeMyModel Viewer” and “SeeMyModel Group Viewer”. Requires Elementor widget installed and acitvated.
  • gutenberg-blocks – contains 2 editor blocks for embedding models into your site: “SeeMyModel Viewer” and “SeeMyModel Group Viewer”
  • woocommerce – extension that adds 3D model views to product pages. Requires Woocommerce widget installed and activated.

Installation

  1. Place this plugin inside your wp-content/plugins directory or download it from wordpress store.
  2. Enable SeeMyModel plugin from wordpress plugins page.
  3. Go to Setting->SeeMyModel settings on your admin panel and log in with your seemymodel.com user credentials.

Development

In order to modify gutenberg-blocks you need to compile them after each modification. Each block has its own package. In each package folder (e.g. packages/gutenberg-blocks/seemymodel-viewer) you need to run:

  1. cd /path/to/package to enter into package folder (e.g. cd packages/gutenberg-blocks/seemymodel-viewer)
  2. npm install to install dependencies
  3. npm run start to run compilation in watch mode