20 comments found.
Is there a way to get the home page images to cycle or “auto play”?
EDIT : Answered my own question…http://monc.se/kitchen/146/galleria-a-javascript-image-gallery
Sorry for late reply, am glad that you found your answer but here is the answer to whom are not aware of.
For auto sliding simple do the following
Step 1: Open index.html
Step 2: You will find following code
<script type="text/javascript">
$(document).ready(function(){
$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
$('ul.gallery_demo').galleria({
history : true, // activates the history object for bookmarking, back-button etc.
clickNext : true, // helper for making the image clickable
insert : '#main_image', // the containing selector for our main image
onImage : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
// fade in the image & caption
image.css('display','none').fadeIn(1000);
caption.css('display','none').fadeIn(1000);
// fetch the thumbnail container
var _li = thumb.parents('li');
// fade out inactive thumbnail
_li.siblings().children('img.selected').fadeTo(500,0.3);
// fade in active thumbnail
thumb.fadeTo('fast',1).addClass('selected');
// add a title for the clickable image
image.attr('title','Next image >>');
},
onThumb : function(thumb) { // thumbnail effects goes here
// fetch the thumbnail container
var _li = thumb.parents('li');
// if thumbnail is active, fade all the way.
var _fadeTo = _li.is('.active') ? '1' : '0.3';
// fade in the thumbnail when finnished loading
thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
// hover effects
thumb.hover(
function() { thumb.fadeTo('fast',1); },
function() { _li.not('.active').children('img').fadeTo('fast',0.3); } // don't fade out if the parent is active
)
}
});
});
</script>
Replace ABove Code With Below Code
<script type="text/javascript">
var INTERVAL = 7000;
var slideshow_timer = null;
var is_sliding = null;
function slideShow()
{
is_sliding = true; // <-- Sorry, this is a bad hack
$.galleria.next();
is_sliding = false;
}
$(document).ready(function(){
$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
$('ul.gallery_demo').galleria({
history : true, // activates the history object for bookmarking, back-button etc.
clickNext : true, // helper for making the image clickable
insert : '#main_image', // the containing selector for our main image
onImage : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
// fade in the image & caption
image.css('display','none').fadeIn(1000);
caption.css('display','none').fadeIn(1000);
// fetch the thumbnail container
var _li = thumb.parents('li');
// fade out inactive thumbnail
_li.siblings().children('img.selected').fadeTo(500,0.3);
// fade in active thumbnail
thumb.fadeTo('fast',1).addClass('selected');
// add a title for the clickable image
image.attr('title','Next image >>');
var wrapper = $(image).parent().css('position', 'absolute');
var container = $(wrapper).parent().css('position', 'relative');
var new_top = (container.height() - wrapper.height()) / 2;
wrapper.css({'top': new_top, 'width': container.width()});
wrapper.css({'top': new_top, 'width': container.width(), 'left': 0});
if (is_sliding== null)
{
slideshow_timer = window.setInterval(slideShow, INTERVAL);
is_sliding = false;
} else if (!is_sliding)
{
window.clearInterval(slideshow_timer);
slideshow_timer = null;
}
},
onThumb : function(thumb) { // thumbnail effects goes here
// fetch the thumbnail container
var _li = thumb.parents('li');
// if thumbnail is active, fade all the way.
var _fadeTo = _li.is('.active') ? '1' : '0.3';
// fade in the thumbnail when finnished loading
thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
// hover effects
thumb.hover(
function() { thumb.fadeTo('fast',1); },
function() { _li.not('.active').children('img').fadeTo('fast',0.3); } // don't fade out if the parent is active
)
}
});
});
</script>
I really like this template. I would like to purchase it but I have a couple of questions first. Can I insert my company name and logo in place of “Smart Interiors” and the caption below it?
Also, can I eliminate some of the navigation buttons and pages and replace the verbage with my own? Or at least not make all the content live until I want to?
Thank you.
Yes, after buying the template you can customize as you need.
Thank you for the prompt answers. Best regards
You are most welcome.
How can I scroll thumbnails line right and left direction?
you won’t get any scroll, it comes in rows.
You mean, it is possible? If so, I do not see that in demo. What is the limit? How can I move icons line to the sides?
yes you can add as many images you want, what do you mean by ” can i move icon line to the sides?”, it was demo so i haven’t added many images.
Can I load more, than 14 images? Thanks
yes you
OK. I’ll buy tomorrow. How do I access your email so you can help me get the form to function?
contact me via my profile page
I have not purchased yet. I need the form work correctly as is, and I need an external style sheet for maximum control (typefaces, colors, column widths, padding etc.). I’ll need to place images into the homepage Flash you have, and also, I have some Flash content to place on the secondary pages.
yes there is an external css file, no flash its js
Is there an external style sheet? I want to control all styles.
just one question, have you brought the template are ripping it?
Does this template include CSS ? Does the Contact Us form work?
Contact Form does not work, just mail me so that can help you , yes css included but which css you are asking?
I have a question on this template. how do I use it in drupal? usually I switch the theme.
its a html template
Hi, I purchased this theme and need help getting the contact form to work.
Thanks!
but i think you haven’t purchased yet
I want this one!!
But i need so much time to buy it. Paypal registration takes about 3-5 days and only then i can buy it.
BUT I NEED IT TODAY ….
May be somebody advice me another variants to get it..
there is no other way to buy this, you need deposit money and buy this.
Hello,
I really like the gallery portion of this theme. I bought this theme to use teh gallerry jQuery on a Wordpress theme that I created for a client.
However, I have not been able to get it to work on Wordpress.
Is there something I need to do to the .js files for it to work on Wordpress? I had to change the image and js paths to absolute, is there anything in the JS files that may need to be absolute paths as well?
If not, could there be another reason why I can not get the code to work in Wordpress?
Thanks. Steve
i think it should work, but don’t know how your using it? are you using it a plug in or manually written? btw i am not much good with wordpress 
hi nikane, actually i was planning to update all my templates with working contact form but not getting enough time, mail me will help you.
Hi Settysantu,
Great Website, would you be able to help me get the contact form active?
Thank you.
Giel its working fine in Google Chrome
Hi, nice template.. But there is a bug in Google Chrome. Can’t see the big pictures.. If you can fix this, i buy your template 
its an simple html contact form no php in it.
Nice work! Does the contact form currently work? If not, can you provide code to make this work?