• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

photo gallery help

Community Beginner ,
Jul 03, 2012 Jul 03, 2012

Copy link to clipboard

Copied

Hey people

please help.

I been trying to get a photo gallery on a client web site with a big picture then little thumb pictures under it.

i have follow thing tutorial but it doesnt work .

http://kiyuco.com/tutorials/create-a-powerful-photo-gallery-using-the-photo-gallery-module-and-galle...

as well i tried this one and again it doesnt work

http://www.atlantawebdesignga.com/_blog/Adobe_Business_Catalyst_Developer/post/Use_Javascript_Galler...

i got the first one installed on this page.

http://kookaburracreekretreat.businesscatalyst.com/judiths-hut

the second one i dont have installed at the moment.

Is there a better way how to do this or iam i missing some thing

thanks

TOPICS
Content management and modules

Views

883

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jul 03, 2012 Jul 03, 2012

Copy link to clipboard

Copied

From the JS error messages inside the Chrome console it seems that the Galleria script and some other scripts aren't loading. I checked the following script and it doesn't seem to be there:

<script type="text/javascript" src="/js/jquery.kiyucoGallerifficBuilder.js"></script>

You either haven't uploaded it to your "js" folder or the name inside the template is incorrect.

Cheers,

-mario

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 03, 2012 Jul 03, 2012

Copy link to clipboard

Copied

oh ok thanks. i have know added that but guest what i still doesnt work

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 03, 2012 Jul 03, 2012

Copy link to clipboard

Copied

Hey i tryed getting the second one to work eg from this site http://www.atlantawebdesignga.com/_blog/Adobe_Business_Catalyst_Developer/post/Use_Javascript_Galler...

But it doesnt work

here the url: http://kookaburracreekretreat2.businesscatalyst.com/index.html

come up with a error in the chrome console saying

Uncaught TypeError: Object [object Object] has no method 'Galleria'

Any ideas please help

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 03, 2012 Jul 03, 2012

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jul 04, 2012 Jul 04, 2012

Copy link to clipboard

Copied

LATEST

You still have a JS error on that page:

Uncaught TypeError: Object [object Object] has no method 'galleria'

You are trying to access a method/function called "galleria" in this line

jQuery('#bc-photogallery-1').galleria({

And the function does not exist in that object.

Cheers,

-mario

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines