Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #544247

    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.

    • This topic was modified 8 years, 11 months ago by jesseaborden.
    #544272

    Hi jesseaborden!

    May we have temporary admin access to your website so we can test the postname permalink issue?

    Regards,
    Dake

    #554270

    My apologize for the extreme lag in getting back to you! I attached the details you requested.

    #554442

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Cheers!
    Yigit

    #554864

    Sorry. I included the correct information below.

    #555022

    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

    #555450

    Thanks Ygit! I’m having trouble finding this file in my directory. Could you point me in right direction? Thanks!

    #555523

    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

    #556402

    That did it! Thanks guys!

    #556657

    Hi!

    You’re welcome, glad we could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Page Links Not Working After Published’ is closed to new replies.