Buchinzo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Workality Lite] Ajax loader keeps loading in worksDid you ever find a fix for this? Because I am having the same problem. It was working fine, then all of sudden this started happening to me.
Forum: Fixing WordPress
In reply to: Don't Seem to Have .htaccess FileYes I was, but I created a .htaccess file with the following code in it before I realized that WordPress would create one by itself.
# 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 WordPressBut I made the changes to the index.php file and put both that and the .htaccess file in the root directory, but it’s still not working.
Forum: Fixing WordPress
In reply to: Don't Seem to Have .htaccess FileI even used TextWrangler to connect to my server and tried to show the hidden files, but it still didn’t work.
Forum: Themes and Templates
In reply to: Customize / Live Preview not working!Has anyone figured this out yet? I’m having the same problem, but I am building my site locally so I don’t understand why the host would make a difference.