Avirtum
Forum Replies Created
-
kaz2 is right. The auto-update takes the?plugin?from?www.ads-software.com, where the lite version is located. To update the pro version, you need to download the?plugin?from your codecanyon profile and update it manually or use this official Envato?plugin?–?https://www.envato.com/lp/market-plugin/.
As I can see from the code you provided, you are using an older version, try updating the plugin.
- This reply was modified 2 weeks ago by Avirtum.
What plugin version do you use?
Thanks for the report. I will check it out and report back.
Hello.
As I see the plugin is not loading for some reasons https://splitcreek.sewanee.edu/virtual-forest-tours/ . There is an HTML part on the page, but the js and css is not included in the HEAD part. I think something is filtering it or deleting it.
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] text layer invisible on laptopI tested on my Macbook, here are the results – https://imgur.com/a/UVp1RxH. Safari and FireFox are fine. Unfortunately I have nothing to answer why it doesn’t work on that device, maybe it’s a special case, without a test it’s hard to check and pinpoint the cause.
About the adblock plugin, who knows, maybe yes, maybe no.
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] text layer invisible on laptopHello. I have tested on Win 11 Chrome and FireFox, everything works. Tomorrow I’ll try to test on Mac, but it’s strange that it doesn’t work there, maybe cache, though it’s hard to say.
Thank you so much for your kind words! Your support and feedback mean a lot to me. Thanks again for the review!
Forum: Reviews
In reply to: [Vision - Interactive Image Map Builder] Great plugin, great supportThank you so much for your wonderful review! I’m glad to hear that it works seamlessly with the Brizy builder! Your satisfaction means a lot to us. Thanks again for choosing our plugin!
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] Popover sizeI got it, I’ll check out your comment on the css part. Also I would be very grateful if you could leave some feedback on my plugin. If you have a moment, I would greatly appreciate it if you could share your experience by rating it here – https://www.ads-software.com/support/plugin/vision/reviews/#new-post.
Your feedback is very important to me.Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] Popover sizeThis is because you are using the tooltip type for the popup data. But we can use CSS if we want to change the look of the defalt.
1) We need to add a new class to our popovers and enable “width from CSS” parameter, in principle you can work without this new class, then the styles apply to all popovers.
2) Set styles
.vision-map .vision-popovers .vision-popover.mypopover .vision-form {
width: 300px;
max-height: none;
background: #ff0000;
}3) Check the result
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] Popover sizeCan you provide a sreenshot? It will be helpfull for me .)
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] Not able to create layersI created a video – https://youtu.be/ufWt-1i36FY. I used LocalWP to test and it’s ok. I think I understand your problem, it’s because there is no informational text in the layers, it’s just blank. And yes, it’s maybe a bit confusing, I will fix it. So to create layers you need to use the tools (the panel in the middle with the three buttons)
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] Not able to create layersOk, I will ty to test with this env – LocalWP test site (php 8.2.23).
Forum: Plugins
In reply to: [Vision - Interactive Image Map Builder] Not able to create layersCan’t see your image – “This site can’t be reached”. Anyway you can use image services like this one – https://ibb.co/0jsKm6v. I tested on my pure docker instance with PHP 8.3.7 and WP 6.7.1, the plugin works as expected.