Custom Start View

HomeForums(E)2 Gallery Pro(E)2 Gallery Pro QuestionsCustom Start View

This topic has 2 voices, contains 2 replies, and was last updated by   929 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
July 23, 2009 at 1:27 pm #533

What setting can I change to bring up the multi-view of the galleries up first?

July 24, 2009 at 7:44 am #534

E2

There are 2 ways.

1. Go download the latest update to the gallery, as I’ve made it an option in the e2config file to set it to show from the start.

or

2. Add the following code to the index file of you’re gallery the line after <script type="text/javascript" src="js/e2gallerypro.js"></script>:

<script type="text/javascript">
	window.addEvent('domready', function() {
		galleries();
	});
 </script>
July 24, 2009 at 8:08 am #535

Worked Perfectly
Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.