HELP Customization

hamasinhamasin Registered Users Posts: 103 Major grins
edited November 20, 2013 in SmugMug Support
Hi there,
I have something to ask you on customizing.
1) about gallery
On each galleries, there are 2 numbers;
One is File mane, the other is count number. I want to know if it's possible to do like below image;
customize.jpg

File Number set just under selected image, and get rid of the counter.


And I would like to set full screen slideshow for home page. I found something about it. Then, I want set info boxes on it. Put store info and update info on each.

I'll appreciate your help.
Thank you in advance.

Comments

  • Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited November 19, 2013
    So there isn't a simple way to more the filename as if any if your images have keywords those will also be moved. The other problem is you can only move them a fixed amount. So while you may be able to center it in your browser, if a visitor used a different sized browser window the text would be in a different position from where you intended it.

    Some CSS like this would do that, but it's not a very good solution:

    .sm-gallery-image-container .sm-tile-info {
    left: 300px;
    position: relative;
    bottom: 30px;
    }



    As for hiding the navigation, that is easy. Just plug in this CSS:

    .sm-gallery-image-pagination {
    display: none;
    }
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • hamasinhamasin Registered Users Posts: 103 Major grins
    edited November 20, 2013
    It works.

    Thank you, Eric!!
Sign In or Register to comment.