branhampaul
Forum Replies Created
-
NB. I have cache enabled for both logged-in users.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Shortcode displaying as textYes.
Will find an alternative to the “Read More Login” plugin.Forum: Fixing WordPress
In reply to: Logging WordPress android app makes my website unavailableI have been able to resolve the issue myself.
I have always used a plugin “RENAME XMLRPC” because the xmlrpc of my server was not allowing me login via the WordPress android app. The plugin is used to rename my xml-rpc to “xmlrpc2.php”.
Meanwhile, another plugin “AIOWPS” created a new xml-rpc on the same public html folder in file manager yesterday when I updated it.
I noticed it this morning and then deleted the newly created xml-rpc, and left the renamed “xmlrpc2.php”. My website now works via the WordPress android app, and can now load posts.
THE PROBLEM was the two xml-rpc files co-existing in the same location, hence taking my website down whenever I requested to load posts via the WordPress android app.
Update:
After updating the plugin, and having “php backtrace in notification” ticked, the lockdown works, but shows “There has been a critical error on this website” to the user. Also at WP Security > Dashboard > Locked IP Address, it does not reflect the said locked IP Address.
Minimum – 10
Maximum – 1440Pasted – https://pastebin.com/QzgnvR0M
This does not work still. I tried for more than 10 times.
Does setting it to 24 hours, and it re-caching every 24 hours not consume server resources?
I am beginning to wonder if the user-fields is not a core functionality of the free PMPRO that help ought to be rendered to me as I asked here for the issue presented. It is sad that you were unable to help.
Gladly, I found my answer here (posting for the sake of others who may need this solution) – https://www.paidmembershipspro.com/custom-user-avatars-member-profile-edit-page/
Forum: Plugins
In reply to: [wpForo Forum] opening member profile and hovering mouse over delete buttonI tested this today again. I further found that the “delete user in dashboard” takes me to the wp dashboard to confirm deletion. This is very fine.
The problem is the “delete account” icon/link; this is a terrible icon. Simply hovering over it deletes a user.
Forum: Plugins
In reply to: [wpForo Forum] opening member profile and hovering mouse over delete buttonPS. I do not want to be able to delete a user via its profile page but via dashboard alone.
Forum: Plugins
In reply to: [wpForo Forum] opening member profile and hovering mouse over delete buttonKindly give me the CSS code to hide “user delete” button from the profile page.
Forum: Plugins
In reply to: [wpForo Forum] opening member profile and hovering mouse over delete buttonHow do I activate deleting a user only via admin page and not via profile page?
This should help. I got it here: https://getwpo.com/faqs/
I see garbage characters instead of a normal web site, how do I fix this ?
If a theme or its files use the call php_flush() or function flush() that will interfere with cache, making the plugin send cached files before essential operations have finished. The flush() call is no longer necessary and should be removed.
Some hosting providers, such as GoDaddy or wordpress.com, provide their own caching solutions. This will often interfere with WP-Optimize’s cache, and could result in those garbage characters.
Using other speed plugins that force GZIP output can result in this issue. One example is the GZIP compression feature in the plugin “Far Future Expiry Header”, or the setting “enable compression” in the plugin PageSpeed Ninja, which are not compatible with WP-Optimize.
To find out if this is the issue, you can search the code for ob_gzhandler or gzencode. If any of those two strings is found (outside of WP-Optimize), it could be the source of the issue.Forum: Plugins
In reply to: [wpForo Forum] opening member profile and hovering mouse over delete buttonAlso, please answer my question on:
What does “Dashboard – Can delete member” in Admin user group settings mean; I ask because I deactivated this yet the delete user button still shows in a member’s profile page.