Hello,
First off thanks for the great theme! This is the second site I’m building with Enfold, and I love it.
My problem is that I am using the construction demo as a jump off and only the home page seems to be working. When I make a change to the home page, and I try to test it, I get an error. Also when I click “view page” . I tried to create a test page to see if I could figure it out, and my page works at first, but once published it stops working again. Basically, the only link that is working is the main url with out any links.
Update: I changed the permalink setting to default, and it seems to be working now; although, I would like to use the post name option for the links.
Hi jesseaborden!
May we have temporary admin access to your website so we can test the postname permalink issue?
Regards,
Dake
My apologize for the extreme lag in getting back to you! I attached the details you requested.
Hi!
Login credentials are not working for me. Can you please check them once again?
Cheers!
Yigit
Sorry. I included the correct information below.
Hey!
Seems like your .htaccess files is not writable. Please edit the file and add following into it
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
or make it writable
Best regards,
Yigit
Thanks Ygit! I’m having trouble finding this file in my directory. Could you point me in right direction? Thanks!
Hey!
It should be in your root WordPress directory. If you do not have one then go ahead and create one and add the code into the top.
Cheers!
Elliott
That did it! Thanks guys!
Hi!
You’re welcome, glad we could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake