An active theme that isn't active
-
Hi,
I bought a theme from woorockets.com, called Ninja and haven’t been able to get it working. It is active. In the documentation, it reads to downgrade wordpress, which I did, make sure my server is running recent php, which it is, has apache mod rewrite module enabled, which i think it does (htaccess code below), and that mysql 5.0 is at least version 5.0, which I’m not sure.
I think the htaccess file isn’t as it should be. When visiting the website, even though the theme’s active and I can view the dashboard, I see the old website.
What should I do, or where can I get the right information. Since this is a general wordpress issue, I’m being shunned on the forums of the company that makes it.
https://www.woorockets.com/docs/ninja-documentation/
my .htaccess file looks like 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
Thanks in advance,
Matthew
- The topic ‘An active theme that isn't active’ is closed to new replies.