Same Problem: reidostorrents.com
After lot as tests:
Fast Velocity Minify Version 2.2.7 causes de problem.
Downgrade to 2.2.6 and fixed it.
Any Solution for this?
After lot as tests:
Fast Velocity Minify Version 2.2.7 causes de problem.
Downgrade to 2.2.6 and fixed it.
Any Solution for this?
My Fix Was:
Go to Theme Panel –> Header –> Verify if TOP MENU and the HEADER MENU (MAIN) are correct.
Thanks @epickenyan
It worked!
Downgrade to 8.6
Fixed.
Waiting to a new 8.7 update…
Good morning everyone,
After I reinstall update 8.6 and again clear all the cache files (WP-Super Cache) and purge Cloudflare, everything is OK now.
Thanks for your helping.
Everything is ok now,
Thanks Bogdan
Hello Bogdan B.
Thank you for your attention and attentiveness.
My domain is
reidostorrents.com
Thank You
-
This reply was modified 8 years by
reidostorrents.
When I made the purchase of the Theme, I thought it was totally responsive in the mobile version, so the “Top Menu Bar” should rather appear.

I would like to know how I will put such a menu in the mobile version of the site, considering that the content contained in it is extremely important to the user visiting the site.
Thank you
For some reason, though – the password reset template (which works fine otherwise) will not append the user_login variable at the end of the password reset link – which is vital for the key to be valid. The link without the $user_login renders an “invalid key” error on the WP password reset page.
Can you help me? đ
Hi,
I added this code to my functions.php:
add_filter(‘retrieve_password_message’, ‘password_reset_message’, 10, 3);
function password_reset_message($message, $reset_key, $userlogin)
{
$message .= ‘(‘ . network_site_url(‘wp-login.php?action=rp&key=’ . $reset_key . ‘&login=’. rawurlencode($userlogin), ‘login’) . ‘)’;
return $message;
}
The link to reset the password is sent to the email, however it is coming invalid, it does not come with the userid at the end of the link, eg:
To reset your password, visit the following address (https://mywebsite.com/wp-login.php?action=rp&key=b8kfCQVGpDX5kDI1SxsO&login=)
How do I make it come like this?
To reset your password, visit the following address (https://mywebsite.com/wp-login.php?action=rp&key=b8kfCQVGpDX5kDI1SxsO&login=userid)
Thanks!!
Everything is ok now.
Thanks for helping
Good Morning,
I’ve done what you quoted.
After deleting the cache, I deleted cookies and entered again and nothing happened. It’s been hours.
Still the same thing.
Hello Catalin,
I do not think you understood my question.
I do not want to remove the “Sign In / Join” option altogether, I just want to let the member log in. I am already able to do this after I disabled the option (anyone can register), but at the top of the site the option “Join” still appears. I want the text part to appear only the “Sign In” option. Do you understand?
Thanks for listening