Eibe
Forum Replies Created
-
Hello,
I fixed it by moving the “Edit Profie” field to the bottom of the list.
Regards
Forum: Fixing WordPress
In reply to: PHP: grab page nameHey CPC Mike,
thank you for the reply.
I have now changed it to:
global $post; $pagename = $post->post_title;However, I still get the slug instead of the title.
To be more specific the “slug” is a page of the plugin “Ultimate Member”, where the user pages are all under /user/USERNAME and the shortcode of the plugin is placed in the “user” page.Could that be the problem?
Note: the title of the page is USERNAME (html source code shows: <title>USERNAME</title>)
Same problem
Forum: Plugins
In reply to: [BulletProof Security] Cannot loginI think I did all of that. Also the message to redeploy W3TC disappeared.
Thank you for your help. I can mark the thread as resolved now 🙂 Thank you again.Forum: Plugins
In reply to: [BulletProof Security] Cannot loginI meant that I did also Step 2. I see the same code as you for SF Move Login.
And I see also the two parts of W3TC (the one that starts with: # BEGIN W3TC Browser Cache AND # BEGIN W3TC Page Cache core).
Forum: Plugins
In reply to: [BulletProof Security] Cannot loginI have followed your instructions for the SF Move Login Plugin; added
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]to the “CUSTOM CODE WP REWRITE LOOP START: www/non-www http/https Rewrite code here” textbox (skipped the RedirectMatch, fixed it by myself without the need of using .htaccess).
Then I saved the custome code and activated it with Activate Root Folder BulletProof Mode.
After that I unlocked the htaccess file, went to the settings of W3 Total Cache, clicked ‘Save All Settings’; checked the ‘Your current root htaccess file’ and it shows the SF Move Login, HTTPS Rewrite and W3 Total Cache lines. I have now Locked the htaccess file again.
Everything seems to work perfectly. I am just not sure if W3 Total Cache is working properly or not. Can you tell me if I did everything right?
Thank you very much for your help – never received such a good support on WordPress before!
Forum: Plugins
In reply to: [BulletProof Security] Cannot loginI am going to try your instructions this evening. I have previously modified my .htaccess file by adding:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/([0-9]{2})/(?!page/)(.+)$ https://www.example.com/$4Do I need to add them as well? And what about W3 Total Cache? Do I just click on the ‘redeploy’ button that appears on the top of the page after the installation of BPS?
Forum: Plugins
In reply to: [BulletProof Security] Cannot loginThe same issue appeared again. The Security Log is empty… I tried to Uninstall the plugin by selecting the Complete Uninstall option but the problem still persists (after deactivating). I will have upload the backup I did before installing the plugin.
Forum: Plugins
In reply to: [BulletProof Security] Cannot loginI am using https://ww.wp.xz.cn/plugins/sf-move-login/
Thank you for your help – I am trying right now to reinstall BPS with Login Security function deactivated. I will let you know what happens.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Number of filesI have previously downloaded a backup manually with all the files (wpcore and themes included) and compared the number of files of the two archives (the one downloaded manually and the one created by your plugin).
Same issue.
It is also displayed in the pretty link page /wp-admin/admin.php?page=pretty-link
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] comment style not loadingI am experiencing the exact same problem.
Forum: Plugins
In reply to: [BulletProof Security] Cannot loginI “resolved” the issue by doing a rollback of my database and files to a date prior to the installation of BPS.
I am now considering if and how I should install BPS to avoid to incur in the same problem.
Is there any conflict between BPS and plugins that change the login page url?
Forum: Plugins
In reply to: [BulletProof Security] Cannot loginWell, if I go to example.com/register it loads a page named example.com/register-request – which is not correct at all.