Hi,
still get a loading bar here, nothing showing. Let me know if I can help.
However I am not a coder, so if you are, you can probably find a solution better then me,
(sounds like terrible english but you catch what I an trying to say)
fr.
thanks. I try looking again when I feel better. Think I’m getting the flu and was trying to finish this site off before I felt worse. Still thanks for documenting this. I see other have gotten this to work. I’m sure it’s something I’m doing or not doing.
Thanks, I did resynch the gallery, deleted all the images, and uploaded the images again. Still didn’t sort itself out here. It’s throwing two javascript errors.
Hi,
are you asigning more than (then) one javascripts there (like mootools) if I remember well, you should then exlude one of them. That is well documented here in the MG forum. But first get rid of that flue, chances you find the solution to that problem are much higher. Post it here okay?
Frank.
You are using &smoothgallery_carouselElement=`carousel` &smoothgallery_useExternalCarousel=`true` in MaxiGallery snippet call.
That means that you have to do an element to your page with id attribute set to "carousel" and smoothgallery will place the carousel there. So add <div id="carousel"></div> to your page.
Your scrolling js seems to also conflict with smoothgallery / mootools, so you may need to remove that.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Thanks. Added div carousel and it sorted by javascript errors. The scrolling js is part of the carousel code from smoothgallery.
I have another question? Should I post this as a new post? It regarding how to have a vertical carousel. I’ve changed up maxigallery.php and set horizontal carousel to false and also passed it in as a parameter. When I view source on the generated page it list the variable as false but I still have a horizontal scroller.
Thanks. I did see that and did set the horizontal to false but it doesn’t change the carousel to vertical.