About this topic

  • Posted by Darren 1 year ago. There are 6 posts. The latest reply is from byron.
  • This topic is resolved
  1. I can't seem to get my gallery configured to look like this.

    http://smashly.net/photosmash-galleries/photosmash-demo/

    1. I am missing the link "Start Slideshow" at the top of the gallery.

    2. Need to center the images within the black background.

    3. How do I create an image slide show when someone clicks on the image? I would like something like lightbox to pop up when someone clicks on the image in the gallery instead of going to a page with the image on it.

    4. Is there a way to change the background color?

    5. How do I re scale the image instead of cropping? For some reason it crops the images instead of resizing.

    Thank You.
    Darren

    http://www.zclubofhouston.com

  2. Hi Darren,

    1) Add "piclens=true" to your shortcode
    2) Centering is not something I've figured out yet on that. You might try playing with the width of the gallery.
    3) Install Shadowbox JS plugin for WordPress (you can add it through your WP admin menu from the WP repository). It should work right out of the box.
    4) Add these rules to your theme's style sheet:

    .bwbps_gallery_div {
    background-color: #fff !important;
    border: none !important;
    }

    5) You're in luck...here's a video tutorial on sizing: http://smashly.net/photosmash-galleries/tutorials/sizing-and-resizing-images/

    Hope that helps,
    Byron

  3. Im a bit stuck, can you help me figure out where to change this part:

    2) You might try playing with the width of the gallery.

  4. Hi Ed,

    The galleries automatically fill up the whole width of their containers. If you want to change the width to be smaller, you can add this to your style.css:

    .photosmash_gallery{
    width: 400px !important;
    }

    Hope that helps,
    Byron

  5. Yep. That did it.

    I used it to make the gallery a bit bigger.

  6. Cool...glad it worked.
    BB

RSS feed for this topic