BeauSanders
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple File List] Date fields emptyFirst, thank you so much for your response.
Bingo! We have a winner! You are absolutely right. I guess that is why you make the big bucks, as they say. I had the default date format on “Custom”. Once I changed the WordPress default date format to a standard format (m/d/Y), Simple File List started showing the dates.
I will be purchasing the Pro version soon. I am college teacher in computer technology. I will return to this project during Winter Break.
Thanks again for creating a great plugin. I hope you have tremendous success with it.
Forum: Plugins
In reply to: [WPS Hide Login] WPS Hide Login on CentOS 8 Not WorkingI have not. I will do that later today and report back to you. Thank you for your help.
- This reply was modified 2 years, 5 months ago by BeauSanders.
Forum: Plugins
In reply to: [WPS Hide Login] WPS Hide Login on CentOS 8 Not WorkingNo, we are not using translation, cache, or CDN plugins. We do use a redirector that uses meta data in the header to redirect from document root to the install directory:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE>linux2.beausanders.org</TITLE> <META HTTP-EQUIV="Refresh" Content="1;URL=https://linux2.beausanders.org/linux2/main"> </HEAD> <!-- This page last updated 6/4/2022 11:10 AM --> <BODY> </BODY> </HTML>
Forum: Plugins
In reply to: [WPS Hide Login] WPS Hide Login on CentOS 8 Not WorkingADDITIONAL INFO: After posting this question, I installed a second instance of WPS Hide Login in a different WP 6 virtual host on the same CentOS 8 Stream server. It worked correctly. This tells me that CentOS 8 Stream is not a part of this issue.
- This reply was modified 2 years, 5 months ago by BeauSanders.
Forum: Fixing WordPress
In reply to: about me link in menu goes to page not foundOn your web server, what is the path to the file that is not working? Are you using a Linux server or a Windows server? As Evan said above, I may be throwing you a curve ball here but knowing the absolute path on your server may help answer the question.
For example, my wife’s website is https://sharonsanders.us but the absolute path on our Linux server to the WordPress site root is /var/www/html/s_site/s1/ which is the path to the index.php file that runs WordPress.
Hope this helps.
Forum: Fixing WordPress
In reply to: about me link in menu goes to page not foundI had the same issue when I started my first WordPress site. My problem was solved when i adjusted the “WordPress Address (URL)” and the “Site Address (URL)” under “General Settings” to the correct directory of the root of my WordPress site. For example, if your WordPress site is located at
/var/www/html/vhost/siteroot
then the URLs would be set tohttps://mydomain.com/siteroot
to point to the WordPress root. Hope this helps.