NSquared
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Detective - Troubleshooting Conflicts] Compatibility PHP version 8.2Hi @mbio86 we’ll be working on PHP 8.2 compatibility in the next release of Plugin Detective.
Currently WP itself is still technically in beta with PHP8.2, although I think it’s generally running fine and they intend to remove the beta tag in the next major WP release (6.3)
Please let us know if you see any further PHP 8.2 deprecation notices and we’ll add it to our internal list.
Thanks,
NathanHi @fersitio, we are looking at the possibility of adding this to the plugin in a future release, but for now you could achieve this with some custom CSS like this:
body #hotspot-8003 .leaflet-container,
body #hotspot-8003 .hotspots-image-container {
background: transparent;
}NOTE: the number
8003is an example, but you would need to replace it with the one for your site. If you view HTML source and search forhotspots-image-containeryou’ll see a number likehotspot-123and you’ll need to use that one instead of the8003provided aboveIf you’re not familiar with adding CSS to your site, we have a quick guide here: https://wpdrawattention.com/guides/adding-custom-code/
Please let us know if you have any questions!
Thanks,
NathanHi @teszilla thanks for getting in touch, we’ll take a look at this library and see if it has an update that will eliminate the deprecated notice. The deprecated notice is a warning about future compatibility, but it shouldn’t impact how the application runs on PHP 8.1
In the meantime, I’d recommend adding this to your wp-config.php so that it doesn’t display the debug messages on screen, but writes them to a file instead:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
define(‘WP_DEBUG_LOG’, true);Thanks,
NathanForum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] WordPressHi @danspr thanks for getting in touch. Both Draw Attention (Free version here on WordPress.org) and Draw Attention Pro (paid) are still actively maintained. We have a table detailing the difference between the free and pro editions partway down this page:
https://wpdrawattention.com/pricing/
Please let us know if you have any other questions!
Thanks,
Nathan
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] WPbakeryHi @alexlitz yes we have customers successfully using our Draw Attention shortcode with WPBakery 🙂
thank you @giuse!
Hi @giuse I think we were able to figure out what the error would be based on a similar error report we just received, and I’ve released an update.
Could you please update to SSA v1.6.4.15 when you get a chance, and let us know if that solves the issue for you?
Thanks,
Nathanhi @giuse we are having trouble reproducing this issue, I suspect there is something specific about the database configuration on your server.
Could you please go to the SSA support tab and see if there are any error messages in the debug log? You may need to turn on the debugger and then try to create an appointment type again to trigger the error.
If you could please email support@ssaplugin.com with the subject line “database error” we will make sure it gets flagged and looked at immediately.
Thanks,
Nathan
thank you @giuse for filing this bug report and testing for conflicts. We will look into this right away!
Hi @pengie5696, thanks for letting us know. That is a new database table we’ve added, I’ve seen that error before which is just a warning that shows up once when a database table is created/changed. You can safely ignore that error, but we’ll make an internal task to see if we can stop it from showing up in the first place!
Forum: Plugins
In reply to: [NSFW] [Interactive Image Map Plugin - Draw Attention] hide more infoHi @grischun it sounds like you’re wanting to go straight to a URL when a visitor clicks your hotspot rather than showing more info. Is that correct?
If so, then when you’re editing a hotspot in the admin interface, you can change the “Action” field from “Show More Info” to “Go to URL” and I think that will help you accomplish what you’re looking for.
Please let us know if that works or if you are trying to do something different.
Thanks,
NathanForum: Plugins
In reply to: [Plugin Detective - Troubleshooting Conflicts] Wrecked my site’s appearamceHi mongrel, I’m sorry to hear what’s happened to your site. Do you have a backup of your site that we could try to look at together to get it back up and running?
Based on your feedback, we are going to put additional warnings in the plugin for the user to confirm they have a backup of their site (or be working on a staging environment) before running Plugin Detective).
Plugin Detective only manipulates the “active_plugins” value in the database and nothing else, which shouldn’t permanently affect the site (although it will definitely affect the site while doing the troubleshooting steps). It sounds like the theme you’re using may rely on a plugin or behave in a way where it permanently alters its settings. I haven’t seen this in my testing of other themes, but it’s clearly happened on your site and I’m sorry to hear of the mess it’s caused. Could you please share which theme you’re using? We’d like to specifically show a warning for that theme as well.
Thanks,
NathanForum: Plugins
In reply to: [Simple Client Dashboard] Shop Manager Create/Add New Customers?Hi @evelynmsdesigngraphicscom the Webmaster User Role plugin will create a new role, but it won’t have access to WooCommerce Shop Manager permissions. I’d actually recommend you edit your Shop Manager role with a plugin like Members – https://wordpress.org/plugins/members/ in the case you’re describing
Hi @superglimmer, we have an “upcoming appointments” shortcode that will show the upcoming appointments for the currently-logged-in WordPress user which sounds like what you’re looking for. Please check out our guide about it here:
https://simplyscheduleappointments.com/guides/upcoming-appointments-module/
and contact our support team by email (or here in this thread) if you have any additional questions!
Thanks,
NathanNo problem! Hopefully the developer of that plugin is able to help you with this issue 🙂
Best,
Nathan