Justin Nealey
Forum Replies Created
-
Forum: Plugins
In reply to: [DesignSetGo] Image style not availableGo ahead and update the plugin and try out the improvements. It should be much easier to manage now:
Forum: Plugins
In reply to: [DesignSetGo] Image style not availableLet me work on that and get it out in the next update.
Forum: Plugins
In reply to: [DesignSetGo] Image style not availableHey hey, does it match for you what shows in this video?
https://www.loom.com/share/76d40f51aa4242929b958745d3d410adForum: Plugins
In reply to: [DesignSetGo] submission forms not working properlyI tracked it down and just released a fix in DesignSetGo 2.0.50 (rolling out on ww.wp.xz.cn now… you can grab it from Plugins → Updates in a few minutes, or wait for the auto-update).
What was happening: on forms left with the default email settings, the plugin was skipping the “send notification” step on the server side, so submissions were saved but no email ever went out. The fix makes the server respect the form’s default settings the same way the editor does… so out-of-the-box forms now send notifications correctly with no extra configuration.
You can also visit yourdomain/wp-admin/edit.php?post_type=dsgo_form_submission and any submission will also be logged there. Let me know if there are still issues after this.
Forum: Plugins
In reply to: [DesignSetGo] submission forms not working properlyNormal PHP mail isn’t the most reliable with email providers accepting it. We recommend installing https://ww.wp.xz.cn/plugins/wp-mail-smtp/ and hooking it up to your email so it sends from you directly.
Forum: Plugins
In reply to: [DesignSetGo] Slider slide editingHi! Thanks for the report, you’re definitely not doing anything wrong. This is a confirmed bug on our end.
The slider navigation arrows and dots were designed to work in the editor, but a change in how WordPress renders the block editor (it now uses an iframe) caused them to stop responding to clicks, only sliding on a touchpad. The buttons work perfectly on the published site because the frontend uses a completely different navigation system that isn’t affected.
We’ve already fixed this and it will be included in the latest update, 2.0.49. Once you update, the arrow and dot buttons will work in the editor so you can easily switch between slides while editing.
Forum: Plugins
In reply to: [DesignSetGo] submission forms not working properlyHi there! Thank you for reaching out!
We’ve identified the issue. Cloudflare is blocking the form submission requests before they reach our plugin, which causes the error you’re seeing. This is a known limitation with how some hosting and CDN providers handle certain types of web requests.
We’ve already built a fix that routes form submissions through an alternative path that works reliably on GoDaddy-hosted sites. This is included in the latest version of the plugin, 2.0.49.
Thanks for your patience, and please don’t hesitate to follow up if you have any other questions!
Forum: Plugins
In reply to: [DesignSetGo] Critcal error trying to deleteHey sorry about that! Just pushed out an update, 2.0.45, to address the delete issue and disabled the auto scan. It’s to convert any DesignSetGo layout blocks to core layout blocks so that a site will still look as close as possible to what was created.
May take a few minutes for it to show. Thank you for reporting this. On the latest version, deleting the plugin shouldn’t be an issue.
Forum: Plugins
In reply to: [DesignSetGo] Translation ‘heavy’ tagThe “Heavy” tag helps users understand which blocks have higher performance costs (more JavaScript, CSS, animations, or DOM complexity). This allows users to make informed decisions about:
- Disabling unused blocks – If you don’t need heavy blocks, disable them to reduce editor complexity
- Careful usage – Be mindful when using multiple heavy blocks on a single page
- Performance optimization – Know which blocks to review if site performance becomes an issue
Forum: Plugins
In reply to: [DesignSetGo] Translation + BugsAh no problem! Good to know for Playground, I’ll dig in when I find some time. Thank you for your efforts too!
Forum: Plugins
In reply to: [DesignSetGo] Translation + BugsAre you referring to this page for Blocks and Extensions? /wp-admin/admin.php?page=designsetgo-blocks
It seems to be working on my live site with spectra enabled, if not, can you send the URL or a screenshot to help me track this down?
Forum: Plugins
In reply to: [DesignSetGo] Translation + BugsFix is out!
Forum: Plugins
In reply to: [DesignSetGo] Translation + BugsI’ll have a fix for this on our next release. Targeting later this week, thanks for the catch!