Motaz Shazly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I remove bottom bar?It appears that you’re using the Felice theme, to remove it you need to comment the PHP code that calls the footer widgets, if you’re not comfortable editing PHP, then you can simply hide it, it would still get loaded but it won’t be visible to do so you need to add the following code at the end of the file style.css
.footer-widgets{ display: none!important; }
That should do it, good luck!
Forum: Fixing WordPress
In reply to: Moving WordPress from subdomain to root has gone wrongthere, https://www.aku-kur.dk/wp-login.php and once you login, please make sure to save the permalink settings to update the .htaccess file in case it was not properly updated during the migration, good luck!
@edudley, what is your URL?
Forum: Fixing WordPress
In reply to: can't get access to my wordpress blogRenaming the theme will only work if the default theme is installed on the site which is not always the case with every installation specially if it was installed using a host control panel.
For starters, you need to share more information, what is the current hosting service? what is the hosting panel? is it cPanel or plesk, or a custom panel provided.
If you’re able to use the file manager from your hosting panel, I recommend sharing the php code of functions.php to take a look and maybe send you a revised version that you will replace with the existing file to fix your site, additionally, you shouldn’t edit PHP if you don’t know what you’re doing : )
Good luck!
Forum: Plugins
In reply to: [Secure AXS] How to restore site login page?Great, make sure to update to the latest version, It comes with few improvements and fixes, I will also soon release a version that supports an open registration policy for sites like yours, thank you.
Forum: Plugins
In reply to: Secure AXS prevents brute force attacks.Got it, thank you Jan!
Forum: Plugins
In reply to: [Secure AXS] How to restore site login page?I emailed you the working login url generated by the plugin, you can change it from plugin settings, will close this ticket as it’s resolved, please open another support topic if you encounter any other issues with the plugin, thank you for using “Secure AXS”.
Forum: Plugins
In reply to: [Secure AXS] How to restore site login page?I can’t be sure before debugging your case, but if it is due to your .htaccess settings I will release an update soon to accommodate that, will still need to debug it first.
Will check the email and communicate there for further details, thank you.
Forum: Plugins
In reply to: [Secure AXS] How to restore site login page?Glad to know it worked out, Seeing how the 404 error is displaying, it’s most likely that the server is forcing default 404 ErrorDocument, to debug this we will need to change a line in the plugin code, we can communicate privately to further discuss this, please feel free to email me.
Separatly, your register link is working, I am able to access it here https://www.univerge.ru/wp-login.php?action=register , if you’re using a different url to load the register screen, please share it to investigate with the 404 error, thank you.
Forum: Plugins
In reply to: [Secure AXS] How to restore site login page?Hi 2zezch2,
Sorry to hear about that, please note that the default login is “axs-login” not “asx-login”, the login value “bzerologin1” shouldn’t create any problem, my guess is that it might be typo that caused this issue.
Are you using htaccess to force a static 404 ErrorDocument on the server?
Separately to restore default login url to the website navigate to “/wp-content/plugins/” then change the directory “secure-axs” to “_secure-axs” and load your default login url.
Additionally, Could you please share a link to your wordpress installation? thank you.