Can you please explain this play on words?
Taken from your main WP plugin page:
Below is a summary of the changes that the plugin can keep a record of:
https://www.ads-software.com/plugins/wp-security-audit-log/
The sixth bullet point states:
User activity such as login, logout, failed logins, and terminating other sessions
However, once the plugin is installed that section is behind a paywall.
Under: “Real-Time Users Sessions Management”
The plugin guidelines are: https://developer.www.ads-software.com/plugins/wordpress-org/detailed-plugin-guidelines/#9-developers-and-their-plugins-must-not-do-anything-illegal-dishonest-or-morally-offensive
…and the ones you appear to violate are:
Implying users must pay to unlock included features
and
Intentionally attempting to exploit loopholes in the guidelines
The solution is to clearly state what the free version can and cannot due.
I’ll add, this is a great plugin, but the information of what is and what is not paid is misleading.
Thank you for creating an awesome plugin.
]]>When using the Hestia theme, the initial load of the site gets extremely slow (>40 secs) or is not loaded at all. After 2nd or third load all the pages work fine. If not used for some time (like over an hour): same problem again.
Also get messages like below (on Console of Chrome DevTools):
If standard WP theme (like twenty twenty-three) is activated, these messages do not occur, neither any delay in functionality. Regarding server speed or so: other sites on same server have correct functionality without issues.
Are these messages maybe related to this problem? How to solve?
Theme is looking nice but not with this performance and warnings.
Thanks for your support in advance.
Regards,
Etienne
We use the configuration of Complianz and everything seemed to be fine but now a site has this notification.
Anybody else got this notifcation from Adwords and what can we do about it?
]]>And as for the admin who told me (in a no-reply email) that my original review had been removed due to the link to the theme’s website I included to document that the screenshot was of the premium version, but took no action on the theme author’s violation, seriously??!!
]]>The terms of the GNU GPL require that the source code for an executable be made available in one of the ways the GPL permits. If the Javascript or CSS is minified or obfuscated the GPL would require that the corresponding source code be made available. This is also very useful in cases where multiple Javascript libraries are being served minified and concatenated into a single document.
FSF has written a guide to releasing your Javascript as free software, available here: https://www.gnu.org/software/librejs/free-your-javascript.html
Please provide full source code to your plug in or remove it from the WordPress directory. You are abusing the terms of the FSF in order to sell licenses.
]]>add_filter('wcfm_marketplace_settings_fields_general', 'wcfm_marketplace_settings_fields_general_custom2004', 50, 2 );
function wcfm_marketplace_settings_fields_general_custom2004($general_fields,$vendor_id) {
$vendor_data = get_user_meta( $vendor_id, 'wcfmmp_profile_settings', true );
$skype_name = isset( $vendor_data['skype_name'] ) ? esc_attr( $vendor_data['skype_name'] ) : '';
if(isset($general_fields['store_name'])) {
$general_fields['skype_name']= array('label' => __('Skype Username', 'wc-frontend-manager') , 'type' => 'text', 'class' => 'wcfm-text wcfm_ele', 'label_class' => 'wcfm_title wcfm_ele', 'value' => $skype_name );
}
return $general_fields;
}
add_action( 'wcfm_wcfmmp_settings_update','fn_wcfm_vendor_settings_storetype_update2004', 50, 2);
add_action( 'wcfm_vendor_settings_update','fn_wcfm_vendor_settings_storetype_update2004', 50, 2);
function fn_wcfm_vendor_settings_storetype_update2004($user_id, $wcfm_settings_form ){
$wcfm_settings_form_data_new = array();
parse_str($_POST['wcfm_settings_form'], $wcfm_settings_form_data_new);
$wcfm_settings_form_data_storetype = array();
if(isset($wcfm_settings_form_data_new['skype_name']) && !empty($wcfm_settings_form_data_new['skype_name'])) {
$wcfm_settings_form_data_storetype['skype_name'] = $wcfm_settings_form_data_new['skype_name'];
}
$wcfm_settings_form = array_merge( $wcfm_settings_form, $wcfm_settings_form_data_storetype );
update_user_meta( $user_id, 'wcfmmp_profile_settings', $wcfm_settings_form );
}
after updating the wcfm multivendor marketplace plugin, however, although the field is visible in the administration area, it is not publicly visible. I attach this screenshot:
https://snipboard.io/ANVrUg.jpg
what happened and how can i fix it?
thank you
]]>“Usage tracking” should always default to “OFF”
Affected plugin path: Yoast SEO > General > Features > Usage tracking
To help you on this matter, please refer to the procedure established by WP Forms (plugin). They are in compliance with GDPR regulations.
Please update your plugin to fix this issue.
Thank you.
]]>“This site can’t be connected to WordPress.com because it violates our Terms of Service.”
Kindly help me out.
]]>