retroriff
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] Force Regenerate Thumbnails not workingSolved. It was due to nginx permissions.
The plugin is not generating that URL, I need it for anoother purposes. However the redirect_to URL parameter doesn’t work when Login With Ajax is enabled.
Now I made a copy from production site to stage site, disabled memcached and Varnish, disabled all plugins but Login With Ajax, and switched to Twenty Seventeen theme. It doesn’t work either.
My WP is 4.7 and LWA 3.1.6. Something must be wrong with last versions. Does login work to your from this URL?
/wp-login.php?redirect_to=http%3A%2F%2Fyoursite.com
Thank you.
Forum: Plugins
In reply to: [Customizer Remove All Parts] Hm… does this plugin work with 4.4.2?It doesn’t work to me. WP 4.6.1
Forum: Plugins
In reply to: [BJ Lazy Load] Images are white until scrollFinally I disabled the plugin and did it on my own.
Forum: Plugins
In reply to: [BJ Lazy Load] Images are white until scrollThanks a lot. Finally I disabled the plugin and added Lazy Load into the theme.
Forum: Plugins
In reply to: [Tumblr Crosspostr] How to change default options?Exactly, that’s what I mean.
I am afraid that I don’t know how to code it.
Forum: Plugins
In reply to: [Tumblr Crosspostr] How to change default options?Sorry, I don’t get it work with that hook. I always get “Yes” by default.
Forum: Plugins
In reply to: [Tumblr Crosspostr] How to change default options?Thanks for answering so quickly. Do you mean something like this?
add_action( 'save_post', 'tumblr_crosspostr_save', 1, 3 ); function tumblr_crosspostr_save( $post_ID, $post, $update ) { $_POST['tumblr_crosspostr_crosspost'] = 'N'; return $post; }I can’t remember the name but it was one that manages notifications.
I have just installed it and it doesn’t work.
Kisonic, I agree with you.
Solved. The problem was another plugin. Thanks.
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Can't save settingsSorry, I didn’t.
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Can't save settingsYes, I tried disabling other plugins but WC. Finally I get it done but saving several times since I get it. Now I don’t need to modigy the settings, but probably still doen’t work.