Page 1 of 1

Index page not working properly

Posted: 08 Apr 2015, 11:08
by DeerSpotter
My index page, i can't seem to restore it back to default anymore, or at least load a slideshow up. http://www.sandboxreviews.com
Code
# INDEX [HOME PAGE]
# The folder "1.index" is reserved for your homepage (startpage), and should therefore not be deleted. You cannot add other folders inside the '1.index' folder, because it is simply reserved as a placeholder for the Home page (add your folders from the root 'Content' folder instead).

# EXAMPLE
# In this example, we are using several advanced settings to achieve re-ordering of the content and gallery. This will be explained in different examples.

title 		: Greetings SB Reviewer!
label		: Home
description	: All The Reviews in one Place, Anytime, Anywhere!
date		: 
image		: 
menu		: 
body		: menu-absolute-20 no-pad
layout		: items:gallery,context,folders
context		: separator
folders		: grid:3,2,1 assets:galleries items:title,preview caption:description,amount crop:3,2 caption-bottom caption-hover frame text-center title-small
gallery		: wide assets:galleries/landscapes slideshow autoplay loop
content		: |

Re: Index page not working properly

Posted: 08 Apr 2015, 13:42
by mjau-mjau
You deleted or renamed the gallery/landscapes/ folder I assume?
Code
assets:galleries/landscapes
If you are using the "assets" setting above, to load images from a different folder, you will need to make sure you set it to a folder that exists and has images.

Re: Index page not working properly

Posted: 08 Apr 2015, 14:19
by DeerSpotter
Thank you!

Re: Index page not working properly

Posted: 09 Apr 2015, 03:27
by mjau-mjau
Keep in mind, you don't need to use the assets setting ... You can upload images directly to the folder instead! The assets setting is only if you need to load images for another folder for some reason, like we are doing for practical reasons in our demo folders.

Re: Index page not working properly

Posted: 01 Jul 2015, 16:33
by GGANG
Hi Karl,
I have 2 main folders named wedding and pre-wedding want to show on the home page both of them.
Is it possible?
Code
folders		: wide columns:3,20,r shuffle assets:pre-wedding

Re: Index page not working properly

Posted: 02 Jul 2015, 04:45
by mjau-mjau
GGANG wrote:I have 2 main folders named wedding and pre-wedding want to show on the home page both of them.
Is it possible?
Unfortunately no. The "folders" module is meant to show content subfolders of the page. The "assets" setting allows you to choose a different folder to look for subfolders, instead of the page itself. Therefore, it is limited to a single page.

We may be able to extend this in the future, but for now it is limited.

Re: Index page not working properly

Posted: 02 Jul 2015, 05:53
by GGANG
mjau-mjau wrote:We may be able to extend this in the future, but for now it is limited.
Thank you very much. :D :D