Avirtum
Forum Replies Created
-
Forum: Plugins
In reply to: [iPages - FlipBook Image & PDF Viewer] Portrait mode not working on mobile1) “resposive” is just a misprint )))
2) Check the code, try to copy again from the message aboveForum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Hotspot Images Z-indexYes, I will test and report you soon.
Forum: Plugins
In reply to: [iPages - FlipBook Image & PDF Viewer] Portrait mode not working on mobileTry this code inside the custom js section.
//=========================================================== // Book engines: TwoPageFlip, OnePageFlip, OnePageSwipe //=========================================================== var instance = this, $ = jQuery; function resposive() { if(window.innerWidth > window.innerHeight) { // landscape instance.setBookEngine('TwoPageFlip'); } else { // portrait instance.setBookEngine('OnePageSwipe'); } }; $(window).on('resize orientationchange', resposive); resposive();
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Hotspot Images Z-indexCan you send me a config json file to avirtum[@]gmail.com. I think you set tooltip show on init.
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Hotspot Images Z-indexCreate a new item and click on the hamburger menu (item builder header, right side). You talk about tooltips, the plugin supports this feature.
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Hotspot Images Z-indexGo to hamburger menu (header right side) and import you config from your old element. What kind of hotspot?
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Hotspot Images Z-indexAs I see you use the old version. Try the new, it doesn’t have such issues.
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Hotspot Images Z-indexCheck the tree elements with your browser dev tools as variant I try to find right z-index values. Another way is to share a link to your test page, I will test and give some suggestions.
Forum: Plugins
In reply to: [ImageLinks Interactive Image Builder for Wordpress] Hotspot Images Z-index1) You can add this custom style to the custom css section
.imgl-markers {z-index:1;}
.imgl-tooltips {z-index:2;}2) The “i” button is a feature of the lite version, you can delete it via css, for example, but I won’t tell how to do it for an obvious reason.
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] link capability in lightI fixed this, try version 1.2.2. The links did not work on FireFox & IE, now I use the window.open function.
Forum: Plugins
In reply to: [iPanorama 360 - Advanced Virtual Tour Builder] No Upload possibleIt’s strange, because the plugin uses the standard wp media select functionality, no more no less.
Hello.
The new version (> 1.5) is unsupported the old items (< 1.4). You can download the old version from WordPress and install it or recreate your items in the new version.Best regards, Max.
Do not understand you clearly, maybe you will describe your problem with details or make a video and send me to avirtum[@]gmail.com.
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] How to Add A Close Button To PopUpsHello. Write me to avirtum[@]gmail.com with details.
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] Scrollable bacground?Sorry, but no, there is no zoom and pan functionality.