Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Redirect error on parent page: ERR_TOO_MANY_REDIRECTS
#5
Quote:Now "gallery" is not a page users can visit. I did create a page in the GS admin panel in order to show "gallery" as parent of "gallery1" and "gallery2" in the main navigation. But the page "gallery" is empty. I have a bit of JavaScript that prevents its href='#' to do anything.  "Gallery" really only serves as parent in the main menu.

This is actually a very useful option to have. A hidden page can be used to store and manage
assets, icons, javascript, css and settings for site wide use on other pages in the website.

1) Think about icons and graphics that are used on certain pages in the website.
You can store those icons and graphics with the ckeditor in a hidden page.
Another example could be managing the pictures on a rotating banner in a certain page.

2) Think about managing paths to certain javascript and css scripts that are used on
certain pages in the website. Those pages could read those paths from the hidden page
and then load the necessary javascript or css.

Sure this can also be done with setting up special fields but the possibilities
would be endless if such paths could be called simply from text lines in the hidden page
written with the ckeditor.

What already is possible in GS is to grab data from a separate page (in this case a hidden page)

<?php getPageField('page-slug-name','field-name'); ?>

More info about this:
http://get-simple.info/wiki/config:caching-function (bottom of page)
Reply


Messages In This Thread
RE: Redirect error on parent page: ERR_TOO_MANY_REDIRECTS - by Felix - 2020-04-12, 01:49:40



Users browsing this thread: 1 Guest(s)