I've been programming for 30 years, but I never wanted to get into HTML stuff, preferring the stability of desktop type applications. Recently I was approached to help with a wordpress site for a girl fighting breast cancer and I've become committed to doing what I can.
Nextgen Gallery is at 1.9.0 and JJ Nextgen JQuery Carousel is at 1.1.8.
I was able to edit the Atahualpa theme options, and changed the functions.php file, in the "function footer_output" area and added in the following code:
echo "<div id='jbijJJ'><center>";
echo do_shortcode('[jj-ngg-jquery-carousel html_id="about-jcarousel" gallery="1" width="150" height="110" visible="5" scroll="1" auto="10"]');
echo "</center></div>";
For the most part, it seems to be working right I guess... I did follow the instructions on making a new skin.css file for the carousel, and added that option into the shortcode above, but it never "took". I could change it so that it used the default skin (in the code above) and that worked, so I know my code wasn't causing an error. Not sure why it would not accept the new skin definition so I had no choice but to modify the default. Kinda messes up any future plans, and I'm sure it's probably something silly that I forgot. There was some talk in the doc file about putting the skin css code into the system, but I have to ask why that would be needed if the skin_class was set... one would think it would know the path and values... anyway.
My next issue is trying to get the aspect display to actually "look right". When the images were initially uploaded into the gallery, the option to enable auto resizing and maintaining the aspect ratio was not set. I did change those, the upload image sizing area is set to 800x600 (thumbnails are set to 150x75, the default I think)... and I performed a bulk resize update on the album. From what the album management side says, it looks like those stored images were all updated to "close" to 800x600.
I originally had the carousel set to 150x150, and it wasn't right so I tried changing it to 150x110 (the current code) and that doesn't seem right either.
I am guessing there is no option that allows a true size to be displayed, from reading other posts.
The girls that use this site aren't graphics people. And neither am I. Is there some way to fix this so that things look better? The site just went live (http://justbeatitjessica.com) and I would really like to have this "show" as best as possible for them.
Any suggestions would be *deeply* appreciated. Thanks kindly in advance.