Ben Huson
Forum Replies Created
-
Apologies, I read “in Mail” as meaning it would be added to the existing Contact Form 7 email which can be disabled above.
May I suggest a change to the label text to make it clear:“Send New User Login URL Email”
Many thanks
Forum: Plugins
In reply to: [Taxonomy Images] Is this plugin abandoned?Not abandoned, but only actively updated if issues are found or reported.
It still works in latest versions of WP.
I’ll update the compatibility info.Forum: Plugins
In reply to: [Expire Users] About Maintenance and SupportVersion 1.2.1 is now flagged as being tested up to WP 6.2 and PHP 8.2
Forum: Plugins
In reply to: [List Pages Shortcode] approximate release date?The updated version is now available in the repo.
Forum: Plugins
In reply to: [List Pages Shortcode] Abandoned Plugin?The plugin has been updated and is now available again in the repo.
Forum: Plugins
In reply to: [List Pages Shortcode] Update Plugin PleaseHopefully all these issues should fixed in the latest version?
Forum: Plugins
In reply to: [List Pages Shortcode] Sort Order 1.7.6This is now fixed in version 1.7.7
Hi Rob,
If you have any further information about this I would appreciate you messaging me or starting a support thread so I can look at this further.
I have received no other reports about exploits related to this plugin.
As a note, I have seen instances of Malware introduced by weaknesses in other plugins that allow files to be written to various parts of a WordPress install including other plugins and the theme so it’s possible that you may have found malware in the plugin installed on your site that didn’t originate from this plugin.
Many thanks
Ben
Yes, this plugin does prevent search engines indexing the site – it redirects all traffic to a login page, including search engines.
I will add to the plugin FAQs.
Forum: Plugins
In reply to: [WP Subtitle] How to make subtitle searchableYou can use the Relevanssi plugin to enable searching of the subtitle (and other post meta). See the documentation here.
You’ll want to enable searching of the
wps_subtitle
post meta field.Thanks – yes, more of a complex development question ??
I think I may have figure this out…// Get names of all the shipping classes $shipping_class_names = WC()->shipping->get_shipping_method_class_names(); // Create an instance of the shipping method passing the instance ID $method_instance = new $shipping_class_names['my_custom_shipping_method']( $instance_id ); // Get the field value from my shipping instance $field_value = $method_instance->get_option( 'my_custom_shipping_field_key' );
If you go to the admin login page (yourwebsite.com/wp-login.php) does it show the admin login fields to login to the admin?
If not, access your site via FTP and deleted the Password Protected plugin folder in the plugins folder –
wp-content/plugins/password-protected
This is fixed in version 1.2
Forum: Plugins
In reply to: [Expire Users] Expire Date obfuscated.If you have the date exported as a timestamp in a CSV, you can use Excel to convert the timestamp to a date using the following formula, then set the cell to format as a date:
=(((A2/60)/60)/24)+DATE(1970,1,1)
(where A2 is the cell with the timestamp)