Main Menu

WordPress Plugin ASAP

Started by syfer, July 06, 2014, 03:41:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

syfer

Hi I would like to see a WordPress plugin than can do this
http://wordpress.org/plugins/webrotate-360-product-viewer/
as your vr is total useless in my testing and does not resize even though i have ticked it.
Does not resize for mobile phones and tablet.
Its a good concept your vr is but with out a plugin that can resize the vr for us its not that practical for mobile and tablet that's why i am requesting a plugin for WordPress.
The idea here is we render out using vr then the WordPress Plugin would do all the hard work like re sizing the box where the vr is on my page to fit all devices. Just know I can tell you this does not work which makes me want to cry as I did bring this up and was told t was mobile ready but in my testing on htc evo 3d it does not work at all.
It should be a free plugin as it works with your vr so all you would do it upload the vr files to the web host then go to the plug in dashboard and paste in the link were its located and then it gives you short code that you can put anywhere on the WordPress website.
Also it should have a setting in the plug in setting to also re size the page for mobile phones and tablet and this what's missing BIG TIME  for me and this why I have posted on here.

Brandon Davis

Hello Syfer,

The downScaleToBrowser variable must be set to "true" in your VR html file, can you double check to make sure this is the case?

It is also important that you add the viewport meta tag in the <head> of your VR HTML file.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

Let me know if this helps. If you're still encountering issues could you post what you're seeing?

We are looking into better optimizing KeyShotVR for mobile devices, specifically when the VR is resized.

syfer

Ok I can see that is set to true but not sure were about do I put the
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
in the file is this at the very top the first line?

syfer

#3
Well i kind of works on landscape mode see ONLY on a phone but what are the chances that they will be on landscape mode by default?
http://umarabid.com/test565/
after putting in the code  in WordPress site
<iframe src="http://domian.com/bar_VR.373/bar_VR.373.html" width="100%" height="700px" frameborder=0 marginwidth="10px"></iframe>
is this the best code to use?

syfer

Hi do I put it on just after
<!--
  KeyShot VR
  (c) Copyright 2012-2013 Luxion ApS - All Rights Reserved.
-->

<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

Did I put in the wright place?

Quote from: syfer on July 09, 2014, 02:11:41 PM
Ok I can see that is set to true but not sure were about do I put the
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
in the file is this at the very top the first line?

syfer

Thank fo the code ill add in to all the vr that I have rendered I have to go fix my website I wont be back on here since its fixed but ill keep my eyes open for a better vr version.