
PhotoSVR 3D_
The official plugin for PhotoSVR used on WordPress
HOW DO I USE THE PLUGIN?
- Download the plugin here (Last Update: 23rd November 2023)
- Navigate to Plugins -> Add New Plugin
- Select Upload Plugin and upload the .zip
- Activate the Plugin
To use this plugin, you would need to find the blob URL. To do this:
- Open the URL provided by PhotoSVR (eg. https://photosvr.online/p/f12ec6e0-abf0-43eb-a4de-1b96cbd68d01)
- Right click and select View Source Code
- Using the find function, search for new photoSvr
- Copy everything between the second set of inverted commas

Under the General section of Elementor page editor. Select PhotoSVR

Complete the Unique ID, Title, Blob URL, Sizes and Choose to Hide the Controls, also change the ratio using either square or wide.
The shortcode used requires the following perimeters:
id, title, url, sizes, hideControls, aspect_ratio
[photosvr id="" title="" url="" sizes="" hideControls="" aspect_ratio=""]id: This can be any text. This ID associates the script with the SVR.
title: This can be any text. This Title is displayed on the SVR backend.
url: This is the blob URL of the SVR, which is explained above.
sizes: The only accepted fields for this is “LD,SD,HD,XHD”, separated by a comma with no spaces.
hideControls: This is a boolean, only true or false is accepted here.
aspect_ratio: This is a string, only allows wide or square.
If the information is not inserted into the plugin correctly, the SVR will not display.
Coming Soon
Under Product Data on your Product page, you have the option to Enabled or Disable the SVR. The rest of the settings are the same as the above description.

VERSION CONTROL
- Version 0.1
- Elementor widget functionality added
- Version 0.1.1
- Elementor bug fix (Interference with jQuery Footer Defer)
- Version 0.2
- Added shortcode functionality for SVR’s
- Version 0.2.1
- Added Unique ID, and compatibility with multiple SVRs on a single page
- Version 0.3
- Added Ratio controls to all versions of PhotoSVR’s
- Version 0.3.5
- Added WooCommerce Product integration