hlhs
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop Manager roles gives critical error on websiteThank you. Replacing the troublesome snippet with the code you provided seems to work and fixes the problem.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Shop Manager roles gives critical error on websiteFollowing your advice, the problem was in the Storefront child theme the site was using. It contained the following customisation CSS in its functions.php file:
function isSiteAdmin() { return in_array( 'administrator', wp_get_current_user()->roles ); } add_action( 'admin_head', 'custom_plugin_styless' ); if ( isSiteAdmin() ) { function custom_plugin_styless() { echo '<style> #hiddenoptions_tr, #hiddenoptions_line_tr { display: none; } </style>'; } }I’ve inherited this so don’t really know where it has come from (or what is doing). I can only guess that if the user role is “Shop Manager” (not “administrator”), then something is going wrong. I wonder if the “add_action(…)” be within the “If ( isSiteAdmin() )…” statement, so is only executed if the condition is satisfied?
I don’t know if you can tell from this whether something in the latest WooCommerce version is conflicting with this?
Forum: Plugins
In reply to: [WooCommerce] Shop Manager roles gives critical error on websiteThank you very much. Apologies for the delay, but I will givethe above a try and report back.
Thank you for the reply. It seems strange that there isn’t an Admin dashboard way of setting the status of a member.
I tried resetting the membership level from “–None–” to a valid level, with an expires option of “no”. This restored the membership to the normal list. I then tried resetting the level to “–None–” with cancel at the gateway ticked and the expires option still at “no”. This moved the user to the “Cancelled Members” list but also leaves it in the “Expired Members” list, surprisingly with the original expiry date set when viewed from the dashboard. I also see the membership appears in the “Old Members” list. The .csv file exported for the membership does not contain an expires date, just an ended date.
I have to remove the membership from the “Expired members” list, because I use that to generate reminder letters. Looks like the only solution is to delete the member as a WordPress User. That removed the membership from all the lists!
Thanks again.
Forum: Plugins
In reply to: [Bulk Media Register] Feature request: Bulk Media “Replace”Bulk Generate Thumbnails plugin worked fine.
Forum: Plugins
In reply to: [Bulk Generate Thumbnails] Select Generate ProblemsThank you – you seem to have fixed the above two problems.
Forum: Plugins
In reply to: [Bulk Generate Thumbnails] Selecting by date/upload folderAgain, thanks for the prompt reply. Given that you’ve provided this other plugin, I guess the answer to my question is that Bulk Generate Thumbnails does NOT change the date of the Media file item.
Forum: Plugins
In reply to: [Bulk Generate Thumbnails] Selecting by date/upload folderAnother question about “dates”. When I use this plugin to generate a new thumbnail, the date of the item in the Media Library does not change? I found that the “Regenerate Thumbnail” plugin has the same behaviour. However, plugin “Enable Media Replace” does change the date of the Media item.
Was I mistaken to expect the Media library date to change when a new thumbnail is generated?
Forum: Plugins
In reply to: [Bulk Media Register] Feature request: Bulk Media “Replace”I use your disable thumbnails plugin but googling hadn’t uncovered your bulk generate thumbnails plugin. I’ll give it a try. Once again, thank you.
Forum: Plugins
In reply to: [Bulk Media Register] Feature request: Bulk Media “Replace”Thank you for the prompt reply. The problem with using a plugin to regenerate thumbnails (like Regenerate Thumbnails) is they don’t seem to deal well with the bulk element. I don’t want to regenerate all (too many), I just want to do the 500 (using your other plugin to limit the number of thumbnails) but without having to select them all separately (e.g. by identifying them via the Media Library and ticking boxes).
Forum: Plugins
In reply to: [Enable Media Replace] Replace multiple mediaCould I add my request for a multiple image replace feature. I have to replace 500 images that are linked to by multiple galleries, and one-at-a-time is rather time-consuming! Thanks.
Thanks very much. Yes, the new version seems to fix that problem.
Forum: Plugins
In reply to: [Disable Generate Thumbnails] Clarification of functionalityThe plugin seems to work well.
In case this is of use to others, the clarification of functionality I was after is the following. As advertised, you can use this plugin to disable selected thumbnail sizes. Those sizes will remain disabled for any media upload while the plugin is active. You can use the same plugin to restore the full set of thumbnails (or any subset) by deselecting those you had disabled previously, or to restore the full set by deactivating the plugin.
Forum: Plugins
In reply to: [Media from FTP] Featured images/thumbnailsThanks for that new plugin. I still think that adding the ability to select the thumbnails required woud be a very useful enhancement for “Media from FTP”.
Forum: Plugins
In reply to: [Disable Generate Thumbnails] Clarification of functionalityI can’t try a plugin if I’m worried about unexpected consequences for the website. I’m not a professional developer, just a volunteer building a site for a charity. I do not have a test site I can experiment with.
I tried to explain my concern above.
Thanks for your time, I’ll just continue with having more thumbnails generated than I need.