2candela2
Forum Replies Created
-
Hello and thanks for the plugin.
I had no errors in php log, but I see that the a line was added to the installer.php at the begining. Is it any change that we can do for the future that new line is not there?
Thanks
Hi and thanks for your fast answer,
I am learning about passwords in WordPress. In Moodle or Drupal you can set without plugins also a Uppercase, Lowercase, numbers and special chars.
What difference has your plugin with putting this in my subtheme
add_filter( ‘woocommerce_min_password_strength’, ‘reduce_min_strength_password_requirement’ );
function reduce_min_strength_password_requirement( $strength ) {
// 3 => Strong (default) | 2 => Medium | 1 => Weak | 0 => Very Weak (anything).
return 3;
}By the way, here are 4 numbers, while your plugin has 5. Or am I wrong?
Thanks a lot ??
Hello,
Thanks. I hadn’t see your answer. So the issue can be closed.
Have a good day
I see that you have it in embedpress.php
function add_instagram_script() {
echo '<script async="" src="https://www.instagram.com/embed.js“></script>';
}add_action('wp_footer', 'add_instagram_script', 100);
Could you please check if the site is using that option? Thanks
Forum: Plugins
In reply to: [Product Expiry for WooCommerce] Cron Job or HTTP Requests?I found it: woo_expiry_schedule_action
Forum: Plugins
In reply to: [Product Expiry for WooCommerce] Cron Job or HTTP Requests?Hello and thanks for the plugin
I am testing it and installed https://www.ads-software.com/plugins/wp-crontrol/ to be able to run the cron job, but I don’t find which is. Could you tell to me, please? Thanks
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Image field repeatablehello,
since the people that makes Pods has many support questions, i tell you how:
in the field options, second tab (File/Image/Video options), first option Upload Limit. choose Multiple files.
have a good day and if you have enough with this answer, please, close the topic ??
Very happy that you use it ??
Maybe you are interested in solving a pager for it.
https://www.ads-software.com/support/topic/create-pager-for-a-related-field/Forum: Plugins
In reply to: [WooCommerce] Change regular price label or add help textlink to the image
https://nextcloud.sotaboscformacio.cat/index.php/s/ngYib2egLSE5sEf
Forum: Plugins
In reply to: [WooCommerce] Change regular price label or add help textThanks for your help and sorry for my bad English
Here is the image on the product data in the product edit form.
Next to Regular price I would like to add something like “If you write nothing or 0 the product will be shown as free”.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Filter for archive taxonomy pageThanks a lot @pdclark
Forum: Plugins
In reply to: [Advanced Query Loop] Feature request: select several post typesMy users can add taxonomy terms so I can’t filter with Post Meta Query or with filters or categories (also my taxonomy is custom made with pods)
Forum: Plugins
In reply to: [Advanced Query Loop] Feature request: select several post typesHello
I updated the plugin and yes now you can choose other post types, but I have the problem that I want to use it on the archive taxonomy page and i get as a result all the custom post but they are not filtered by the taxonomy term. Could you tell to me how to make that? any hook or x?
Have a good day ??
Forum: Plugins
In reply to: [Attributes for Blocks] Fatal error after updating form 1.06 to 1.0.7Thanks! it works!
Forum: Plugins
In reply to: [Advanced Query Loop] Feature request: select several post typesHello and thanks
Sorry for my bad English ??
What I would like is that in an taxonomy archive would be listed together 2 post types in the same list. Now I can only choose one in the Guttenberg block.
Have a good day