Hi,
I have used the “flat” option for my VR-Stand. Unfortunately, the image has an infinitive scroll. How can I change this so that you can move in the stand but not go over the borders of the image ? For now the image repeats all the time.
Thanks in advance for any help!
Kind regards,
Jeremy Bosquet
ECOM LUX
]]>Hello.
I was trying to make a panorama view, and it works only when I’m logged in as Admin. But it doesn’t show anywhere outside on the page, keeps blank placeholder but doesn’t load the panorama. Any suggestions?
Thank You.
]]>How can i start in fullscreen mode on a mobile phone loading a landing page?
I use the ‘civic’ widget mode and toggled “Start in the fullscreen mode” on, but it doesnt seem to work.
Thank you in advance.
what happen and why is the plugin removed?
This plugin has been closed as of March 7, 2024
]]>I downloaded and used this plugin
I am not an amateur
[ redundant link removed ]
but
I can’t see any of the specialized settings in it
I created an exhibition, it is working, but it is not what I want at all
Light above images, smooth rotation, third dimension for images on walls and light from windows
( like this : https://lilit.ir/520318/ )
Where should I get these items?
please guide me
Is there a way to automatically hide the TOOLTIPS for MARKER points when the MARKER is at the edge of the screen? My idea is that whenever the view focuses on a MARKER point within a certain range at the center of the screen (for example, within a circular area with a center at the middle of the screen and a radius of 600px), the TOOLTIP for that MARKER will be displayed. However, when the MARKER moves away from the center of the screen, the TOOLTIP should automatically hide to avoid an excessive number of TOOLTIPS being displayed on the screen. Thanks admin
]]>I am using the ipanorama-360 plugin for WordPress and I need assistance. I would like to create a fixed menu with buttons corresponding to specific markers using a script. For example, the buttons could be labeled as “Room 1, Room 2, Room 3,” corresponding to three markers in the panorama. When a user clicks on a marker or presses a menu button, it should transition to a different SceneID. Each SceneID will have multiple markers, and when transitioning to a new SceneID, the menu should update to display buttons corresponding to the markers in that SceneID.
Additionally, I would like these menu buttons to be fixed in the bottom-left corner of the screen.
My English is not very good, but my intention is to obtain a script that can dynamically check the SceneID and display buttons for the markers associated with that SceneID, while keeping the menu fixed in the bottom-left corner of the screen.
]]>I’m using a modern widget in my pano. I have used the display title option. Can some additional js code to render a second title (custom text, logo) at the top of the scenes. Similar to the original plug-in buttons that are visualized on each scene. Thanks!
]]>Currently, I am customizing a button on my WordPress page, and I want it so that when I click on this button, the iframe viewer will navigate to a specific scene ID (e.g., Scene ID 545454), similar to when I click on a marker in the plugin. How should I design this button with JavaScript to make it function as intended?
]]>Hello! I am looking for a solution to the following problem. On a single page I have multiple panos embedded. When loaded sequentially, all the previous ones remain active, which slows down the browser significantly. Is there a way through additional js code, when activating the next pano, the previous ones are automatically deactivated. I mean, to switch to the initial static cover (I don’t use the option – automatic loading of the scene)
]]>i have get different resolution on desktop and mobile.
is there a method to force iPanorama?uses the original photo?
my site is
]]>Hello,
I have successfully activated the plugin in WordPress. Now I have four questions:
I am creating a new website that has to be migrated to my main website but the problem is on my main website I have hundreds of virtuals that I need, is there anyway to save or move all the virtuals at one time to the website I am building to migrate everything over.
]]>Hello, Is there a way to link to a marker?
]]>Hi,
I only use 1 active virtual tour on a website. When I want to change the background of a scene it says:
The operation failed, you can work only with one item. To create more, buy the pro version.
Hi, I just have a simple question regarding maps. Can I create a map using perhaps Google Maps and place hotspots on it with this plugin? Ben
]]>
Hello, when the rotate option is turned on with the scene type ‘flat’
Is there a way to prevent images from repeating?
The image should be free to rotate and zoom only to the size of the image without repeating it.
]]>Hello. I am trying to create a page similar to an escape room game by applying this plug-in.
plugin.$container.on('click', '.ipnrm-marker', (e) => {
const markerId = $(e.currentTarget).attr('data-marker-id');
const emptySlot = slotSpace.querySelector('.slot:empty');
if (markerId === '1639565F44' && emptySlot) {
const item3 = document.createElement("div");
item3.className = "item";
item3.id = "note";
item3.innerHTML = '<img src="1.png">';
item3.addEventListener('mousedown', startMove);
item3.addEventListener('touchstart', startMove, { passive: false });
emptySlot.appendChild(item3);
}
});
By using the above code, clicking the marker creates an item in an empty slot.
After creating the item like this, I need to hide this marker, but I can’t proceed any further in the process of making the marker invisible.
I didn’t understand the algorithm by which the markers are generated.
Can you tell me how to make the marker invisible, or how to use the marker for a one-time use? Thanks.
Hello, IPanorama 360 Pro version 1.7* no longer loads the panoramas. It stops at the preload image, and there is no play button or anything like that. The plugin in version 1.6.32 runs without problems. Is the error known – is there a solution?
]]>I have tryed this before…..
the markers are moved and lost position in the view.
I have NOT, changed the image size ??
Is there a way to make a specific sound play when a marker is clicked?
I think it would be possible using Custom JS code, but I don’t know because I’m a beginner developer.
hi. first if all, thanks for your great support and help ?? .
how can I GET the image name, of a current image used in the active Scene ? also getting the scene id og the current scene ?.
and… last one ?? what are the string, so that I can call a specific scene ?.
Explanation:
my thought was that in each scene, I want to look at which image name is displayed and whose image exists in the folder with old images. Then I want to take the current Scene id, and make a button that calls the same scene id in the other Item/tour IF the current imagename that are used, also are in the old image map ?? . that way I can “easily” switch between new and old pictures, since I use the same names for the pictures.
This is just a very quick explanation of the thinking ??
original shortcode: [ipano id=”1″ sceneid=”abc123″]
get imagename.
If image (pic1.jpg) exists in old/images/ [
get scene id ]
ButtomToSceneId= “Sceneid”
and then i will call scene id i just got.
the old images: [ipano id=”2″ sceneid=”ButtomToSceneId”]
hi there,
Markers are not visible in littleplanet type
wp and plugin latest ver
]]>hi.
just got a great idea ?? .
in a Scene I would like to show a bottom that link to an “old” version of the image.
Scene showing image https://url.com/images/10123.jpg
the bottom should then get the name of the image, that are used: 10123.jpg
(that’s my issue at the moment, as I can’t get the field automatik).
(crap example, for simple explanation)
if image = 10123.jpg.
show camera icon, and create the link to the old image with same name in folder: old.
const $btn = $(”).addClass(‘MyCameraLogoYes’).attr({‘href’:’MyOldImages/get_and_insert_field_to_image_in_old_folder_10123.jpg’,’target’:’_self’});
By doing this. I don’t have to add manual code for every scene, or matching. as it will be done by using existing data in a scene.
as in my Link: https://unoweb.dk/multi/vr/360-test/. , I already have the code for checking if an image exists or not, and set link based on it. but I need to be able to check for the image used in the scene instead:-).
]]>Hi !
After the update to 1.7.0 from 1.6.32, the virtual tours are not displaying anymore (404 err in the dev tool just for the ipanorama = The rest of the concerned page is OK).
Tried to delete the cache, regenerate the scenes “preload image to get faster pano loading experience”. It didn’t check the prob.
Restored the 1.6.32 version, and it worked again.
On wordpress 6.2, hosted by Hostinger, PHP 7.4.
]]>Just updated to the latest version.
but it overwrite the paid version and giving error:
already declared.
Deactivating the plugin.
when trying to aktive, it showing the splash screen as I am deactivating..
]]>Is it possible to load the “scene bar”, in other widget?
AND:
can it be rearranged ?
hi.
i am not able to load my own compass icon. is there some some standard to follow, that I am missing?
AND:
is it possible to rearrange the position og the Compass? or lay it og the ground in the scene ?
]]>Is it possible to add a fixed element to the “Control view” ?.
I would like to have an icon at left on the screen, where I have a Map icon, that link to a page or scene with a map, to get an overview. just like the navigation an control are showed in the view, so the user don’t have to look around for my marker in the scene, to find the map icon. :-).
Demo: https://hederytmer.unoweb.dk
At the moment, I am using this Crazy image for “navigation, here the google maps icon are directing to: https://hederytmer.unoweb.dk/pladskort/
]]>Hi.
I have been looking for the documentation, but it is not to find any where ???.
Also. the tool tips what suppose to describe the function, are not working.
]]>