GetSimple Support Forum
Problem with adding pages to navigation - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Problem with adding pages to navigation (/showthread.php?tid=5240)



Problem with adding pages to navigation - Lucianp - 2013-10-04

My index / home page works fine, however creating new pages, gives me a 404 error.
I am creating by 'Create New Page' and 'Add this page to the menuView'.

The new page shows up in the menu but clicking on it returns an error.

My header_inc.php has this code.

PHP Code:
<nav>
  <
ul id="nav">
    <?
php get_navigation(return_page_slug()); ?>
  </ul>
</nav> 

I have also tried
PHP Code:
<?php get_navigation(return_page_slug()); ?>

with the same results.

what am I doing wrong?

thanks


RE: Problem with adding pages to navigation - shawn_a - 2013-10-04

You get a 404 creating a new page OR visiting a new page ?
Your post is confusing.


RE: Problem with adding pages to navigation - Lucianp - 2013-10-04

(2013-10-04, 08:55:30)shawn_a Wrote: You get a 404 creating a new page OR visiting a new page ?
Your post is confusing.

Sorry, visiting.
No probs creating and when I look at the site it show the new page in the menu, however when I click on it, thats when I get the 404.

thanks.


RE: Problem with adding pages to navigation - shawn_a - 2013-10-04

Have you checked your settings and made sure your siteurl is correct ?
If you have fancy urls on, maybe your rewrites are not working.
turn it off, and see


RE: Problem with adding pages to navigation - Lucianp - 2013-10-04

(2013-10-04, 09:47:05)shawn_a Wrote: Have you checked your settings and made sure your siteurl is correct ?
If you have fancy urls on, maybe your rewrites are not working.
turn it off, and see

You cracked it Shawn. Smile Thanks