kaz2
Forum Replies Created
-
In HappyVR is there a way to import current iPanorama tours so they do not have to be recreated?
Add a Shape to your scene.
Try this link, if it doesn’t work let me know.
https://drive.google.com/drive/folders/1aZeSjhOYi3gbbe2NNnGK3Jd1cnqGpJEK?usp=sharing
Do you have a “Scene” selected?
I can confirm odd behavior in Firefox 141.0. Often when left clicking and dragging to move, an “overlay” of the image moves, but the background image does not, then it acts like the mouse is continually pressed so the “overlay” image moves back and forth while NOT holding down the mouse button, but the actual image does not. Clicking a second time seems to clear this behavior. It will then operate properly for one move, then repeat the odd behavior.
I could try a screen recording if necessary.
I tried Edge and Chrome browsers also and had no issues.
George
Just another user here. I do not believe it is because support expired. You maybe tried to update the plugin like any other in WordPress. That doesn’t normally work (unless maybe you have an upgraded Envato account). You need to go to Envato/Code Canyon, where you bought the “Pro” version. Log on,, download the Pro version (I assume you purchased it.), then in WordPress go to Plugins – Add New – Install from where you saved the file. It should update, and ask about the version being updated. After you install it, you need to go back and delete the Lite version.
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] Shapes – ColorI may very well be incorrect, but you don’t “use a color” you select an existing image, so it can be anything you would like. Just make the image you want, then add it using the “Shape” – “+” – “Image”.
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] low resolution on mobile
Just a user here, but I might know your answer. Perhaps you know this, but if you do not. When you upload a file into WordPress Library it automatically creates files of various sizes for “responsive” web pages.
If you select the image from the library it automatically adds a modifier like “-scaled” for WordPress use.
You normally do not see these in the library viewer, but if you FTP into your wordpress site you can see all the files. Look in wp-content-uploads- then if yours is like mine, it has year and month directories.
You can see my example included.
To use the full size image, look at your Scene URL in iPanorama. Change it from whatever it is to the one that is largest size. Here it is a 4 mb file. If you remove the “-scaled” leaving the original file name I think it will work.
Do you have to do this “automatically” with code? It seems you could just make the first scene in the tour “Before” and then the second scene “After”. It will create a button in the navigation menu to go back and forth?
Or I believe you can even do it with a “Hotspot” linking to the other scene.
Why must you create a new button?
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] Update ErrorI think unless you have premium support you cannot use WordPress to directly update Envato plugins. You must always download and install the zip package as if you are adding a new plugin.
As a offshoot to your earlier request for a static link icon, something I’ve always wanted is a static “Popup”. Not a link, just to open a Popup in a fixed location that would always be in a corner, or elsewhere. I would add a “Map Legend” for what the various icons mean on the panorama. Or in my case perhaps some information on the item in the panorama that would always be available. i.e. Name of item, location, acreage, date acquired, and so on.
I have use the “Banner” to add this information but it isn’t really what I want, and always takes up space on the image.
However, that may be what you would like. Somewhere I have an example adapted from the example on the plugin web page showing information about the property for sale.
Some of what I’ve done with iPanorama.
You can try this. The author gave it to me a long time ago… it goes in the Custom CSS box.
Obviously you will have to change the path to the icon to where yours is kept.
I made some of my own icons, but it’s not letting me upload a sample.
My “playground” https://www.kasdorf.name/wordpress/series/ipanorama/
Hopefully it works for you. . .
div { font-size:small; font-family: "Arial", sans-serif; } .ipnrm .ipnrm-widget .ipnrm-compass:before { display:none; } .ipnrm .ipnrm-widget .ipnrm-compass:after { display:none; } .ipnrm .ipnrm-widget .ipnrm-compass.ipnrm-active { width:64px; height:64px; background-image:url(https://kasdorf.name/SMLC/pics/Compass-North-Red-N2.png); background-size:contain; position: centered; top: 15px; left: 50%; margin-top: -0px; margin-left: -33px; }Never mind, changing the “right: 5px” to “right: 25px” fixed that.
I’ve been following along with this. This works, my question would be, “I get a black box for the link, (I can change the color though.) how do I add an icon there?” I may have it, would this be correct? Changing the background-image to any icon file?
.mybutton {
display: block;
position: absolute;
top: 5px;
right: 5px;
width: 32px;
height: 32px;
background-image:url(https://kasdorf.name/SMLC/pics/Compass-North-Red-N2.png);
background-size:contain;
text-decoration: none;
}There is a small issue depending on which widget is used. i.e. In the “List” Widget, the Scene button is already there, so it sits on top of it. It needs to go beside it if possible?
- This reply was modified 3 years, 1 month ago by kaz2.