Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #341635

    Hi, I ve juist installed the theme Enfold an made the main menu following the video tutorials;
    So It seems to be ok , but instead of the right pages I get the the 404 page if I click the link in the menu.
    What can be wrong ?
    thanks
    http://www.derevo.be

    #341640

    Hey naz_irina!

    Please flush permalink settings in Settings > Permalinks and try de-activating all active plugins and check if that helps

    Regards,
    Yigit

    #341713

    Hi,
    if all plug-ins are deactivated, and permalinks are as standard (first option) – than menulinks are working, but it’s important for me that pages have the custom permalinks. How can I get that?

    #341722

    Every time you visit the Settings > Permalinks page to save your permalink settings, that’s flushing your permalinks. Go there, select an option other than the first one, save your setting then refresh the site to use the new permalink structure.

    #341728

    What do you mean with ‘refresh the site’?

    #341731

    I’ve selected the postname-option for the permalinks, and it does not work .
    And plug ins can I turn it on again?

    • This reply was modified 10 years ago by naz_irina.
    #341737

    “Refresh the site” — I meant refresh the browser.

    Here’s WordPress.org’s documentations on permalinks. I suspect there’s a problem with your .htaccess file so on that documentations page, scroll down to “Where’s my .htaccess file?” and follow those instructions.

    You can quickly tell whether it’s an .htaccess file problem by downloading it via FTP then view it on your computer or by viewing the file through the web host control panel. If the file is empty then that’s the problem.

    Hope that helps!

    #341747

    It’s not empty – via settings/permalinks:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    How should I edit this to have the pagenome-permalink? Me self I don ‘t know how.
    Thanks

    #341754

    permalinks are working, but it return the 404page – how to fix it?
    Thank you

    • This reply was modified 10 years ago by naz_irina.
    #341761

    via ftp it looks empty:

    <FilesMatch “\.(ttf|otf|woff)$”>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>

    </IfModule>
    # END WordPress

    </FilesMatch>

    #341764

    Edit: Thought you said .htaccess was not empty, but your follow-up reply says it IS empty.

    If .htaccess file is empty, follow instructions from Creating and editing (.htaccess).

    In the future, you can make automatic changes to your .htaccess file if you follow Automatically updating your .htaccess file. I would recommend following these instructions instead of the one above to get your .htaccess file working automatically with the Permalink settings page.

    • This reply was modified 10 years ago by Tung Do.
    #341774

    Oh, now it’s working good. I was not enough carefull with instruction. Thanks a lot!!

    #341776

    Hi!


    @naz_irina
    Glad Tung Do could help!

    @smallpotato
    Thank you for helping again Tung Do! :)

    Cheers!
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Main Menu links broken’ is closed to new replies.