Recent Photos

itoImagePhotographyitoImagePhotography Registered Users Posts: 16 Big grins
edited January 17, 2016 in SmugMug Customization
Hi

Is it possible to add code to limit the number of pictures shown when selecting the Recent Photos as a gallery, i would like to reduce this to say 10..

Thanks

Matt

www.itoimagephotography.co.uk

Comments

  • denisegoldbergdenisegoldberg Administrators Posts: 14,373 moderator
    edited January 17, 2016
    You can limit the number of photos if you use a Multiple Photos content block selecting from Recent Photos. On the display tab, set the Number of Photos to Custom and specify the photo count.

    --- Denise
  • itoImagePhotographyitoImagePhotography Registered Users Posts: 16 Big grins
    edited January 17, 2016
    Thanks Denise for your help, just posted another problem, added some code that has forced my header so high in the screen i cant now get to change and back it out as the i cant select customisation or anything else.. :(

    Hi

    I have just added some code taken from a thread on here about pinning Header and Footer and the code has moved the header up so much that i cant select logout or customise or anything.. The code doesn't even do what i want but i cant back it out.. Ive spent months on my website, can anyone help me please..

    the code is below and was added to the css for the entire site

    /**
    * Pins Header and Footer
    ************************************************/
    .sm-user-ui .sm-page-layout-region-header,
    .sm-user-ui .sm-page-layout-region-footer {
    position: fixed;
    width: 100%;
    z-index: 10;
    }

    .sm-user-ui .sm-page-layout-region-header {
    top: 0;
    }

    .sm-user-ui .sm-page-layout-region-footer {
    bottom: 0;
    }

    www.itoimagephotography.co.uk
  • itoImagePhotographyitoImagePhotography Registered Users Posts: 16 Big grins
    edited January 17, 2016
    Yay, all sorted thanks everyone...
Sign In or Register to comment.