Avirtum
Forum Replies Created
-
Yes, it’s possible, we should create a special page template, after we can embed our virtual tour on another website like YouTube using iframe method.
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Pins disappearedFixed, check version 1.4.1
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Pins disappearedIt’s because we use lazyload images. My plugin takes an image src, but it’s a 1×1 image, as result the plugin calculates width and height wrong and we do not see hotspots. I will think about this problem and try to fix it.
Added difference between Lite and Pro to FAQ
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Export possible?The current version doesn’t support this feature
What kind of mobile devices do you use?
Hello, modals can be implemented via customization at the moment, we should use a custom js section and handle some events.
What kind of customization do you want? Anyway, all data is stored inside wp_posts and wp_postmeta tables (see post_type ipnrm_item), also if you want to customize view you should edit css theme files ([plugin]/lib)
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] Full screen supportCan I ask you? What kind of Apple devices I should buy for better testing, I’m between iphone se and ipad last version.
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] Full screen supportI have another version, that supports the fullscreen mode more widely, I will update it soon.
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] Mobile interactionWhat does it mean can’t move with the cell phone, do you mean the gyro or …? Also, please use my email for support, I read this forum rarely.
Thanks for the suggestion.
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] Responsive heightHello. You can use the class paramater inside your shortcode like [ipanorama id=”123″ class=”mypanorama”], and then use custom css like
.mypanorama {
width:100%;
height:500px;
}This is a restriction for the lite version, only one active item.
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Does it work with HTTPS?Hello. My plugin uses ajax, so I think you have a CORS problem (mix http and https together as example), you should setup your .htaccess file correctly.