pinkish1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Crazy Moz Script Repeating All Over My WooCommerce Product PagesThank you for your reply, I contacted the Presales team and will wait for their answer.
Forum: Plugins
In reply to: [Maintenance Redirect] Error after updating to 1.8.2On another WordPress instance (different server, PHP v7.4), there is this error in the log:
PHP Warning: sprintf(): Too few arguments in /home/user/public_html/wp-content/plugins/jf3-maintenance-mode/wpjf3_maintenance_redirect.php on line 601
Thanks.
- This reply was modified 2 years, 7 months ago by pinkish1.
Forum: Plugins
In reply to: [Maintenance Redirect] Error after updating to 1.8.2Hi,
Yes, it was not a fatal error in the sense that the whole website was down, but the Dashboard was down – I could only see the left menu, but none of the links actually worked.
PHP Version is 8.1.9. Maybe that’s the culprit. If I get a chance to do some testing with older PHP versions, I will.
Thanks,
AlexForum: Plugins
In reply to: [WP-LESS] Parse error: syntax error, unexpected ‘const’I deleted the word “public” from each of the 3 lines and it seems to work on my PHP v7.0.32.
- This reply was modified 3 years, 6 months ago by pinkish1.
Forum: Plugins
In reply to: [WP-LESS] Parse error: syntax error, unexpected ‘const’@oncletom I have the same error as well. I have PHP v7.0.
Why does it say that it expects variable instead of const? Is there something simple to fix it?
The lines in question are in vendor/wikimedia/less.php/lib/Less/Version.php:
class Less_Version { public const version = '3.1.0'; public const less_version = '2.5.3'; public const cache_version = '253'; }
Thank you!
Yes, this happens to me as well. Too bad, the plugin looked nice.
Forum: Plugins
In reply to: [Boxzilla] Boxzilla opens two popups on top of each other on ChromeForum: Plugins
In reply to: [Boxzilla] Boxzilla opens two popups on top of each other on ChromeHi and thank you for the fast reply!
Yes, I even build a separate popup for testing purposes set to this page:
https://www.smso.ro/boxzilla/Here are my settings. I feel the problem may come from the settings. I’m using the latest version of the plugin.
Did I set something wrong?
Thanks!
I understand, thanks for pointing that out for me.
I will eliminate that code and will adopt another strategy.
I will also leave a 5* review for this awesome plugin and support!Cheers,
Alex- This reply was modified 4 years, 5 months ago by pinkish1.
There is a piece of code in functions.php that allows users to only log in with their usernames, without password. Here is the function:
add_filter( 'authenticate', 'nop_auto_login', 3, 10 ); function nop_auto_login( $user, $username, $password ) { if ( ! $user ) { $user = get_user_by( 'email', $username ); } if ( ! $user ) { $user = get_user_by( 'login', $username ); } if ( $user ) { wp_set_current_user( $user->ID, $user->data->user_login ); wp_set_auth_cookie( $user->ID ); do_action( 'wp_login', $user->data->user_login ); wp_safe_redirect( admin_url() ); exit; } }
Does this conflict with your plugin? Thanks @voltronik!
- This reply was modified 4 years, 5 months ago by pinkish1.
Hello @voltronik and thank you for the very fast reply.
Thanks for detailing the problem, I will try to fix it.
Cheers,
Alex- This reply was modified 4 years, 5 months ago by pinkish1.
Hey @preetam27,
There was indeed a conflict with the theme. I’ve changed the theme and everything works fine. Thank you!
Cheers,
AlexForum: Reviews
In reply to: [Facturare WooCommerce] Un feature extrem de utilSalut,
Am scris acum un email. Mult spor!
Alex
Hey @preetam27,
Thanks for taking the time to fix this. I sent you the files via WeTransfer.com.
Looking forward to hearing from you,
Alex