classipress 3.19 . postadd shows " Whoops! Page Not Found." missing post pages
I have read all the threads on this subject but still have the same problem:
my current settings are as follows:
permalink: %postname%/
dashboard > Settings > "Advanced" tab > "Global Path variables"..all pages showing up like add new etc
In the pages section non of these pages show up as they did before..only dashboard and my own pages..
htaccess has the following info:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
its an apache server on godaddy..previously all the post buttons were working fine...
only way that it works now is when i manually added an add-new page..but then it apprears on the navigation page...
tried reinstall classipress without tables and database removal..
plugins are standard...
site is
http://www.myeagleford.com
...on the ie 9.00 , the site blogs only shows one blog and the right side of the page do not show any windows..
ie 9.00 output:
http://myeagleford.com/shale-blogs/....only one feed showing
chrome output: all feeds showing
..any help will be much appreciated...