Options

How to remove image pagination on homepage

BirdsnStuffBirdsnStuff Registered Users Posts: 11 Big grins
edited January 30, 2015 in SmugMug Customization
With recent changes, it seems there's a new feature on the "Multiple Photos" block on my Homepage, allowing "more photos" to be shown. I'd like to know how to remove this feature please. If I have specified that I only want 2 rows of photographs showing then that's what I'd like to limit it to. I don't want users to be able to uncover more. I've attached a screen shot, with arrows to the feature I'd like to remove, if possible.
Many thanks

http://sun-flower.smugmug.com

Comments

  • Options
    TeachTeach Registered Users Posts: 320 Major grins
    edited January 26, 2015
    You won't be able to remove the pagination but we suggest you select the specific images you want to show in the multiple photos content block rather than choosing the whole gallery. Here is what we suggest.

    customize > content and design > hover over the content block and click the wrench icon > select from > photos I choose > photos > choose photos > select the images to show > done
    Heather
    SmugMug Support Hero
  • Options
    BirdsnStuffBirdsnStuff Registered Users Posts: 11 Big grins
    edited January 26, 2015
    OK, thanks Heather. The problem with that solution is that on screens of different dimensions e.g. really small screens, the formatting becomes very untidy (i.e. photos move onto a new row etc). Not to worry ;o)
    Thank you
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited January 30, 2015
    If you add a "CSS" content block to your homepage you can add the following code to remove the "Load More" buttons:
    /* Hide the load more buttons */
    .sm-tiles-pg {
      display: none;
    }
    
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Sign In or Register to comment.