Muhammad Naufal
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Auth Cookie ExpirationThanks, I got it
Forum: Fixing WordPress
In reply to: Auth Cookie ExpirationCould u give me an example about how to reset the auth cookie on “init”? I’m still a bit confused about it
Forum: Fixing WordPress
In reply to: Auth Cookie ExpirationHow to call
set_auth_cookie()? Does it need any parameter? Or is this correct?function set_cookie() { if (is_user_logged_in()) { set_auth_cookie(); } } add_action( 'init', 'set_cookie' );The main issue is i can’t create line break. Usually, i can create line break on Telegram use
\nor%0A, but both of them printed exactly like that (\n or %0A) when i tried to used it.Forum: Plugins
In reply to: [Blackout: Dark Mode Widget] Exclude Images from DarkmodeHi
Sorry @josesotelocohen,
The plugin is enabled, but only on the post. Could u try to open one of the post then give me some recommendations about what should I do?I’ve try this
img { z-index: 1001; }But it doesn’t works
Forum: Plugins
In reply to: [Blackout: Dark Mode Widget] Exclude Images from DarkmodeHello,
My wesite is kweeksnews.com
There are a lot of images on my web,
and that’s all weird-colored.
How can I solve this?
Viewing 6 replies - 1 through 6 (of 6 total)