al12380
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editing not workingGreat idea.
I did see other themes in the ‘themes’ folder. I will try to see of one of those can be assigned.
The next step will be to contact a tech rep at the hosting site (fatcow) as you suggested.
I’ll be sure to post a solution if one is found. Thanks again.Forum: Fixing WordPress
In reply to: Editing not working==========================================================
# 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
==========================================================
Yes, I do see that same script in the ‘.htaccess’ file.
—————————————————————–
I didn’t see any error messages or flags in the chrome page source info.
This is driving me crazy, but thank you for your help thus far.Forum: Fixing WordPress
In reply to: Editing not workingOk… Thank you
Prior to this I tried manipulating some of the files using “ftp.mywebsitename.net’, but was unable to change anything.
Your method of using the control panel from the hosting site, is working though.
So far I changed the folder ‘wp-content/plugins’ to ‘plugins-old’. But when I change the current ‘themename’, to ‘themename-old’, the website will not load.
Any thoughts about that?Forum: Fixing WordPress
In reply to: Editing not workingkmessinger…..
I went to try each of the steps, but I’m not able to do any of them. When I arrive at the (…/wp-admin/admin.php) page nothing will happen.
No matter which tab or subtab I choose, the rest of the page remains blank which eliminates any chance for me to move forward.
I’ve tried using different browsers and OS’s.Forum: Fixing WordPress
In reply to: Editing not workingOk,great. I’ll look into these options and see if that works. Thank you for the quick response and help.
Forum: Fixing WordPress
In reply to: Editing not workingYes, it is.