Louisv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to make text not so wide.perfect, thanks it’s working! Thanks for the links.
Forum: Fixing WordPress
In reply to: vertical scrollbar removalhi. Yes, you’re right, I see the vertical scrollbar in Safari but not in chrome. I increased the height of all my images from 600px to 675px, maybe should make 650px high to make sure. thanks!
Forum: Fixing WordPress
In reply to: WP login page changed…and I’m locked out.I changed network site url from “signup”to “login” but no luck. I also created a new WP user via phpMyAdmin, and tried logging with that, but also no success.
My page is still up and running, but I can’t access the dashboard. Maybe it’s the internet’s way of telling me that it’s time for a new site.
Hi, thanks for the reply. I changed “signup”to “login”as suggested but no luck. My page is still up and running, but I can’t access the admin page. https://louisvorster.co.za
Forum: Fixing WordPress
In reply to: WP login page changed…and I’m locked out.thanks for all the replies, I may have to take this to the Wordfence community if I don’t find the problem soon.
I had a look around in the ‘wp-login.php’ file and found this:“wp_redirect( apply_filters( ‘wp_signup_location’, network_site_url( ‘wp-signup.php’ ) ) );
exit;”Is this a problem? Should I change ‘wp-signup.php’ to ‘wp-login.php’? I don’t have user registration on my page. Thanks.
Forum: Fixing WordPress
In reply to: WP login page changed…and I’m locked out.Thanks for the reply. I de-activated the plugins, no luck there, so I reactivated them again. I changed the theme folder name also but it made no difference, not to the issue at hand anyway, I changed that back also.
An observation on the password I changed in phpMyAdmin, I saved it after the password change, but when you go back it didn’t actually save anything. I also copied the existing password from the field in phpMyAdmin and pasted it into the WP login, but that didn’t work either.
I have Wordfence, I received a report from them today: Top 10 IPs Blocked/Top 10 Countries Blocked/Top 10 Failed Logins and 3 Recently Blocked Attacks(Blocked for Malicious File Upload (PHP) andBlocked for a Malicious File Upload in file: files=199877.php). I don’t know what it means but it sound quite ominous.
Is it possible to update WP without access to the Admin page? Thank you.
Forum: Fixing WordPress
In reply to: about page not linking in twenty seventeen.thanks, I deleted and recreated the page.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] registration form and TOSChad,
Thanks for the help. I tried adding that code with Simple custom CSS, but its not working…probably not the right way of doing it. Can I just add it to the top of forms.php?
Forum: Themes and Templates
In reply to: [Zerif Lite] Menu items shouldn't be clickablePerfect! Thank you.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] registration form and TOSForum: Themes and Templates
In reply to: [Zerif Lite] Logo size“this is beyond the support offered for the free products”
Could the problem be fixed with your support if we used Zerif Pro?
Forum: Themes and Templates
In reply to: [Zerif Lite] Footer height?I changed the footer height back to the default height while im working on the site, but here is the link: https://oscasa.com
if you want I can change the footer height again?
Forum: Themes and Templates
In reply to: [Zerif Lite] How to change size of "Our Focus" areaDone!
Forum: Themes and Templates
In reply to: [Zerif Lite] Adjust Footer transparencyI don’t know if this is the correct way, but it worked, I added this to Custom CSS:
#footer {
background-color: rgba(39, 39, 39, 0.7);
}The first 3 values is the color and the last value(0.7) is the transparency level.
Forum: Themes and Templates
In reply to: [Zerif Lite] Footer height?Thanks! this works,but it only change the height of the larger footer area. The black rectangular area with the social icons and the Zerif Lite attribution stays the same. How can the height of that dark rectangle with the social icons be changed?