Mark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed domain: site works; wp-admin does notFound the issue … was the plugin folder. This post gave me the low down:
https://beingruth.com/the-two-most-common-fixes-for-wordpress-problems/Thanks for the input and help, jnhghy and esmi!
Forum: Fixing WordPress
In reply to: Changed domain: site works; wp-admin does notDelete the .htaccess file? How do re-save permalink structure outside of the wp-admin access?
Forum: Fixing WordPress
In reply to: Changed domain: site works; wp-admin does notI deleted the duplicate, but it did not fix the wp-admin issue.
On a side note: I found out that the .htaccess cannot have any breaks … that breaks the site.
Forum: Fixing WordPress
In reply to: Changed domain: site works; wp-admin does notThanks for the response. Yes, my wp_options home and site are set to https://www.tgsva.com.
My .htaccess file has this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Not sure if that is right or wrong.
Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Emails are slowI started using Jotform and that cleared up the issue. Thanks.
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] Too much white space in login boxThat’s the ticket. Thanks a lot, Austin!
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] Too much white space in login boxYes, I also tried it in the Custom CSS. There is still the same amount of space. Thanks.
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] Too much white space in login boxFYI, I just tried plugging that CSS into readme.css and that didn’t change anything.
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] Too much white space in login boxThanks, Austin. Is there a way to change the submit button and link colors? I’ve struck out on that so far.
Forum: Fixing WordPress
In reply to: Add Login/Register to Top Menu…PLS HELP!!!I shall interject and cry mercy for the same issue. I’ve tried many plugins and code snippets that have left me without the desired effect. I’ve tried plugging this into the header.php file but to no avail.
Here’s the code I thought was pertinent. I’m probably wrong …
[Code moderated as per the Forum Rules. Please use the pastebin]