MangoWambo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: use php mail or smtp?I also had the experience of using PHPmailer depending on the hoster’s architecture. Especially in the shared hosting environment, some e-mails can end up in spam.
I would say if no problems are known, use the standard phpmailer function. If you notice any issues then I would use an SMTP plugin.
Forum: Fixing WordPress
In reply to: WordPress admin panel is running extremely slowHello Ayu
There could be problems from both sides, 🙁 what comes to me spontaneously in the sense would be to select a website and to install it locally on your computer (e.g. by means of XAMP) afterwards you can check whether also here the error occurs, if this is the case, it is actually a problem on the WordPress side. If this is not the case, it can only be on the server.
Has a default installation of WordPress already been tested? do the same symptoms appear there?
Regards
GabrielForum: Fixing WordPress
In reply to: For password protected pages, how to log offUnfortunately, this type of protection is not user level, so you can’t log out.
If the user visit the page from a different browser or clear their browser cache they’ll be required to re-enter the password, but not otherwise.
Unfortunately I also didn’t find a way to implement it without much effort. Maybe you have to use a plug-in to authenticate via the default WordPress registration procedure.
Here you will find the possibilities to do this.
https://www.quora.com/How-can-you-make-a-Wordpress-page-visible-only-to-logged-in-usershope it helps
cheers 🙂Forum: Fixing WordPress
In reply to: For password protected pages, how to log offDear User
The behavior is strange, did I understand correctly that the password has to be entered several times?
Here you can find the procedure for a password-protected page, WordPress sets a cookie that enables you not to enter the password again.
https://wordpress.org/support/article/using-password-protection/#password-protected-posts
Please note that if several passwords are stored (other post, page) the cookie will be overwritten and you will have to enter it again.
This might help you, alternatively you could tell us more about how to reproduce it.
Best regards
Forum: Plugins
In reply to: [SVG Support] WP 4.7.1 Kills SVG@bookwyrm Thank you, i use you code and works fine.
But i hope also that WP support SVG in general. I don’t know is SVG so insecure?