Second and Third 3D Viewer Not Working

stevesinyard

New member
Hi there

Great plugin by the way!

My first 3D visual is viewing just fine but my second and third aren't, they're just showing the 3 loading bars without a percentage!

The codes i'm using are

[wr360embed name="view02" width="100%" height="650px" config="http://www.3dpromo.co/wp-content/plugins/webrotate-360-product-viewer/360_assets/costacoffee1/config.xml"]

[wr360embed name="view03" width="100%" height="650px" config="http://www.3dpromo.co/wp-content/plugins/webrotate-360-product-viewer/360_assets/costacoffee2/config.xml"]

Please can you tell me what I am doing wrong please?

Thanks.
 

WebSupport

Active member
Hi Steve, thanks!

Can you please send us a link to one of those that doesn't load? I also suggest to use relative path for the config parameter so it would look like this for your first shortcode:

[wr360embed name="view02" width="100%" height="650px" config="[b]/wp-content/plugins/webrotate-360-product-viewer/360_assets/costacoffee1/config.xml[/b]"]

Having full url can cause issues if you don't always redirect to www and can access the site without www i.e with just 3dpromo.co
 

stevesinyard

New member
Hi, thanks for replying.

The link is http://www.3dpromo.co/?page_id=116

I have used these codes using your suggestion but it still is just showing the first one :( It still only displays one if I use the full URL too.

[wr360embed name="view01" width="100%" height="650px" config="/wp-content/plugins/webrotate-360-product-viewer/360_assets/costacoffee/config.xml"]

[wr360embed name="view02" width="100%" height="650px" config="/wp-content/plugins/webrotate-360-product-viewer/360_assets/costacoffee1/config.xml"]

[wr360embed name="view03" width="100%" height="650px" config="/wp-content/plugins/webrotate-360-product-viewer/360_assets/costacoffee2/config.xml"]

Your help with this will be greatly appreciated!!

Thanks,
 

WebSupport

Active member
Thanks for the link, Steve. I see now... sorry, this is because it's a free version of the 360 viewer plugin as per the plugin PRO upgrade notes:

... Multiple embed shortcodes on the same page or post (i.e, wr360embed).
http://wordpress.org/plugins/webrotate- ... ct-viewer/

Though you can still add multiple popup shortcodes (or use it in a gallery mode) or have each on a separate page.

Please let me know if any questions.
 

stevesinyard

New member
Oh I see!

Can you please tell me how I would use it as a gallery or pop up please?

I may purchase the plugin in the future to get this feature, but at the moment it is out of my budget

Thanks,
 

WebSupport

Active member
Hi Steve, sure. Here's a cut&paste from the installation tab on our WP plugin page (http://wordpress.org/plugins/webrotate- ... tallation/)


Integrate via popup

Use the following shortcode to integrate via lightbox popup (replace name, width, height and config with your own values):

Example 2: [wr360popup name="yourviewname" width="620" height="450" config="/your-wordpress-site/360-assets/sampleshoe2/config.xml"]your thumbnail image or text[/wr360popup]

Popup gallery

If you need to show a gallery of your 360 views via a popup, add multiple wr360popup shortcodes for each of your 360 views with an extra parameter called gallery:

[wr360popup name="yourviewname1" gallery="true" width="620" height="450" config="/your-wordpress-site/360-assets/sampleshoe2/config.xml"]your thumbnail image or text[/wr360popup]

[wr360popup name="yourviewname2" gallery="true" width="400" height="400" config="/your-wordpress-site/360-assets/sampleshoe3/config.xml"]your thumbnail image or text[/wr360popup]



Please let me know if any questions!
 
Top