benz_admin
Forum Replies Created
-
Hi Alex, thanks for your reply.
I tryed to use a “clean” browser with no logged in google account, but it still shows me the same errorI’ve got the same error:
[ERROR_MSG] => {
“error”: {
“code”: 404,
“message”: “Requested entity was not found.”,
“errors”: [
{
“message”: “Requested entity was not found.”,
“domain”: “global”,
“reason”: “notFound”
}
],
“status”: “NOT_FOUND”
}I’m sure that I inserted the correct SheetID and TabName
T try to generate API credentials via Quickstart and manually. Plugin connect succesfully, but it doen’t write on sheetForum: Plugins
In reply to: [Site Reviews] reviews importIt works (and I’m a donkey!)
thanks for your replyForum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] next page on radio selectionThanks for your reply Josh.
I payed $50 for Priority Support but the support form request the Add-on version (?!).
Did I wrong something?Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] next page on radio selectionPlease guy, any tips?
Forum: Plugins
In reply to: [Theme My Login] Auto login % redirect after registrationOk. I solved it.
For everyone will have the same problem on WP 4.5.1. this is the the correct way:
create the file theme-my-login-custom.php
code to insert<?php function auto_login_new_user( $user_id ) { wp_set_current_user($user_id); wp_set_auth_cookie($user_id); wp_redirect( 'https://www.example.com/' ); exit; } add_action( 'user_register', 'auto_login_new_user' ); ?>
upload it on /wp-content/plugins/
Forum: Plugins
In reply to: [Theme My Login] Auto login % redirect after registrationthanks for your reply Jeff,
I try to insert this code<?php function register_new_user( $user_id ) { wp_set_auth_cookie( $user_id, false, is_ssl() ); wp_redirect( 'https://www.leinontirovina.com/area-privata' ); exit; } add_action( 'register_new_user', 'register_new_user' ); ?>
but it shows me this error
“Fatal error: Cannot redeclare register_new_user() (previously declared in ********/wp-includes/user.php:2212) in *****/wp-content/plugins/theme-my-login-custom.php on line 2What’s wrong?
Thanks for your reply Pete.
I solve the problemForum: Plugins
In reply to: [Fast Secure Contact Form] Add "other" with text box on a radio fieldmbrsolutions thx for your reply and for documentation link
I could use a text box but I can’t set that text box as required field if user check the option “other”Forum: Plugins
In reply to: [Google AdSense] Unverify google account?I “solved” by delete the plugin and install it again
Forum: Plugins
In reply to: [Google AdSense] Unverify google account?I done the same mistake and then tryed this solution, but it doesn’t solve the problem…
the wrong user is still a verified owner
Any suggestions?Forum: Fixing WordPress
In reply to: Blank page when I loginRestore a backup and deactivate all plugin before update
Forum: Fixing WordPress
In reply to: Navbar submenu is hiddenIt was easier than I thought… sometimes I’m a bit stupid!
Thanks a lot CreatixForum: Fixing WordPress
In reply to: show posts in two colomnsyou have to look about it on theme’s option:
you should change the template setting or the post excerpt modethat’s why it doesn’t work on my blog! damn!!!