Ian
Forum Replies Created
-
Hi, is there any progress on the pending plugin update?
I am having similar issues. I have 3 custom roles created using the User Role Editor plugin.
2 of my custom roles “Team Member” and “Affiliate Member” have been granted only the “Read” capability. Block Content Controls for these user roles works as expected.
My custom role “Site Manager” has the same capabilities as the default “Editor” role.
If I log in either as an “Administrator” or “Site Manager” I am able to view blocks that should only show for “Logged Out Users”, “Team Members” and “Affiliate Members”.
The “Site Manager” role can also see blocks that should only show for “Administrator” and vice versa.
I am assuming that your pending update will address these issues?
Regards, Ian
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] ManageWp Reporting Security IssueI received a reply from ManageWP support, extract below:
“The Updraft plugin vulnerability warning is a false-positive warning that can be safely ignored. It appears that PatchStack, our 3rd party vulnerability database, hasn’t received the proper update. However, our developers are aware of the issue and they are actively working on resolving it. I am unable to promise an ETA since I am not aware of their workflow, I hope you understand. Hopefully, the issue will be resolved in the next 48h at most. I apologize for the inconvenience.“
Update: Issues also with Wordfence Central.
I have just discovered that enabling Spectra’s “Coming Soon” feature also causes issues with Wordfence Central.
After enabling Spectra’s coming soon feature I then added the new site to Wordfence Central. I have since discovered that Central shows the site domain as https://domain_name.co.uk/coming_soon instead of https://domain_name.co.uk
Ian
Hi Arek,
It looks like you are having similar issues to those I posted about a few minutes before you. I managed to fix everything by following this advice:
After updating, please be sure to regenerate the assets. We do this automatically after the plugin is updated, but just to be sure, go to “Spectra > Settings > Asset Generation > Regenerate Assets” and press the button.
Also make sure you clear any caching on your site, locally in your browser, caching plugins and server side plugins installed in your hosting account.
Hope this helps, Ian
- This reply was modified 2 years, 6 months ago by Ian.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Block errors in admin pagesHi again,
UPDATE: Everything seems to be working for me now.
I followed the advice in another support issue:
After updating, please be sure to regenerate the assets. We do this automatically after the plugin is updated, but just to be sure, go to “Spectra > Settings > Asset Generation > Regenerate Assets” and press the button.
I also cleared local and server caching.
Regards, Ian
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressGreat, thanks for the update Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressHi again Vagelis.
Thanks for the update, I guess the WordPress team will add it back to the repository shortly.
Cheers, Ian
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressGreat, thanks again.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressHi Vagelis,
Thanks for your quick response.
Can you tell me if the plugin is still safe to use at the moment?Regards, Ian
Thank you for that quick response and for updating the change log.
This issue has been fixed in the version 1.9.2 update.
Cheers Guys ??
Hi,
I am having a similar issue when trying to set the “Privacy Settings”.
I get a different error when trying to select the form from the drop down menu:
“Unexpected token E in JSON at position 0”
Cheers for any assistance.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Partial Payments Not WorkingHi smejia11,
You are most welcome. It’s just a shame that you only got an answer because the same error started occurring on my client’s website. We don’t know how long this was an issue and only noticed it when a customer notified us of the problem.
I am also considering moving to a different plugin as the support for this one seems to be non-existent. Such a simple fix yet the plugin developers don’t even seem to know there is a bug in their plugin.
Cheers, Ian
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Partial Payments Not WorkingThere is an error that is preventing partial payments working in the js script tag code in this file:
wp-invoice/lib/class_template_functions.php
The current code from lines 397-401 is as follows:
my_amount.on("touchleave", function(){ var new_value = my_amount.val(); payment_amount.val( validate_amount( new_value ) ); set_pay_button_value(); }
The above is missing a closing round bracket on the last line, see below:
my_amount.on("touchleave", function(){ var new_value = my_amount.val(); payment_amount.val( validate_amount( new_value ) ); set_pay_button_value(); })
Adding this closing bracket fixes the issue.
I haven’t notified the developers about this issue as they don’t seem to have any way to contact them without requesting a quote for custom work. Hopefully they will pick up on it here.
Forum: Plugins
In reply to: [WP Car Manager] Plugin Removed From WordPressFor anyone else wondering about this issue, I also emailed the developers directly about this and have just received a reply, see below:
————-
Hey Ian,Thanks for reaching out to us.
We had some bugs due to which the plugin was temporarily removed. Before mid-January, the plugin should be available on the www.ads-software.com website.
————–