Santukon
Forum Replies Created
-
Forum: Plugins
In reply to: [Gestion-Pymes] Redirecciona todas las paginas a la homeVisto, el problema esta en payment status,
archivo gestion-pymes/core/class-taxonomies.php linea 39
rewrite apunta a la home
Por otro lado, payment status no funcionaba.- This reply was modified 4 years, 1 month ago by Santukon.
Hello people, I had the same issue, and it was easy to solve.
on file wp-content/plugins/no-captcha-recaptcha-for-woocommerce/lost-password.php at line 11, change:
if ( isset( self::$plugin_options['captcha_wc_lost_password'] ) || self::$plugin_options['captcha_wc_lost_password'] == 'yes' ) {
for
if ( isset( self::$plugin_options['captcha_wc_lost_password'] ) && self::$plugin_options['captcha_wc_lost_password'] == 'yes' ) {"The problem is clear, the logic is asking if is set, and then OR is equeal to “yes”, and that is not correct, as if its not set, if shouldn`t check its value, so, just changing the OR(||) to an AND(&&), will fix it.
Forum: Plugins
In reply to: [WP Review Slider] Images don’t show againExcellent! Thank you so much for your 10 stars support!
Forum: Plugins
In reply to: [WP Review Slider] Images don’t show againHello Team,
Same problem here. I notice evrytime my images are borken when I see I go down in google. Is there a way to prevent this to be happening again and again? Otherwise we need to verify images every day, and remove plus re-pull comments…Forum: Plugins
In reply to: [Request Call Back] Plugin TRANSLATION. Multilingual.Hello HomAfromPTZ,
Fantastic, well done, but it´s working just on the button and not when it pops out, do you know why it could be?Thanks!!!
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Not updating number products columsHello Keppi,
I can see you did it! I have the same problem, can you tell how you solved it?
Thanks!