Options

Help to Change Individual Parts of my Map page

WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
edited November 13, 2015 in SmugMug Customization
I had a basic page set up with a Map block, Recent Galleries block, & Search box at top. It disappeared / failed when the engineers had to manually reset stuff on my site. A hero kindly set it back up for me as best he could, having not really seen the old one. But I haven't been able to get some of it to look or act quite right, and/or like I had it. Here's the page now: http://www.winsomeworks.com/MyMap (sorry, it may take a long time to load!) So far, can't find ways to improve it w/o CSS. Here are the biggest issues:
  1. Recent Galleries block is trying to go on & on & on (never stops loading galleries). I'd like it to be set at a certain size or # of galleries, whichever would look best-- say 36 to 48 galleries or a block that ends after 5-8 rows? Also, it's now below the fold (on my screen anyway) so you may not even see it. That brings me to #2:
  2. Wishing my map block would take up less vertical space, i.e. I'd like a thinner strip of map going across most of the page, but less high, so that Recent Galleries is at least showing slightly if someone wants to scroll to it. My mapped photos would all fall into that mid-range, from US to Asia anyway. (None in Greenland & Antarctica! When not stretchy, the block is stuck at 960 px (wide, I think), but there are no height choices. Currently I think I have it at stretchy, with a percent like 80% on the map block. That brings me to:
  3. Any guidelines for how to set all those margins options? or Suggest something with CSS &/or percentages which would help the overall look work OK for lots of devices? It's all like blind guesswork to me.
  4. Search box issues I haven't solved: a. Would like it larger. b. How to change its color & its font-colors & sizes They're all weird. c. There's no little "search" icon like I used to have d. It used to have the "photos, videos, galleries etc." wording somewhere .( Maybe it's a completely different content block than I had before; idk.) e. Does a search result have to take you to a completely different page? That feels weird too.
  5. Question: Do map blocks have an unchangeable 1000-photo limit? and /or a 48-gallery limit?
Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com

Comments

  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited October 27, 2015
    1. I think your recent galleries block is set up with the help of a feed so you can restrict the number like this while being on your MyMap page:
    Choose "customize content and design" -> in the menu on the right side choose "feed" -> in the "Basic" tab of the new pop up window go down to "Limit number of items" and choose the appropriate number
    2. try to add this to your css-code ("this page"-level should be enough to get it working)
    #sm-page-widget-2gwN7tkR.sm-page-widget-body{
    height: 200px !important; /* 200px to be changed to what ever value you want */
    }
    
    3. Not sure what you need.
    5. Yes, the maximum is at 1000 photos. But you can add a map specifically for one or more folders / galleries and than each of these would have the 1000 photos restriction.
    Look at this for example on my page: http://www.lilleulven.com/Photos/Travel/Photolocations I just added three maps one for Europe, one for the US and one for New Zealand (those for galleries like HDR or Macro will probably follow at some point)

    4. I need to come back for this one...but it is time for my bed here now...but then maybe someone else takes it before I can manage to come back :)

    Best of luck

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 27, 2015
    Unable to implement changes - Where to put CSS for just one page?
    Thanks a mil for taking a look at it, Lille-- & hope you're getting some shut-eye. Well, unfortunately I wasn't successful with implementing changes yet-- but maybe I'm just not finding the correct places to do these tweaks. As far as limiting the "Recent Galleries" block, I'm not finding any "feed" area except after I hit "Customize > Content & Design > Just this page > Content > Social > Feed". That's a content block that doesn't appear connected with anything that's already on my page. If I click the wrench on my "Recent Galleries" block that's on my map page, there are no options related to "feed", or size of the block, etc... So Idk if I'm doing something wrong, but I'm just not seeing anywhere to "limit number of items" etc. :cry

    I also tried adding the code to my CSS, & tried a couple different height restrictions (currently it's set at 150 px) but I'm not seeing a change on my page. I'll leave the code there for now, I guess, til I hear more.

    Incidentally, I don't see where people are finding any other place to add code besides clicking the wrench beside my Custom Theme, no matter what page I'm on at the time. If I hit "Customize", I see options of "Entire Site, All Folders, Just this page", etc. However, the only place I can ever find to add code is by then clicking "Theme" & it brings up my custom theme w/ a wrench beside it. Clicking that brings up a box that has Basic & Advanced. When I go in that box, no matter what page I've been on, all my CSS is there. So confusing... I just cannot find another place to add CSS. So it's possible that code didn't work because I'm putting it in the wrong place. Sorry for all the trouble.
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,251 moderator
    edited October 27, 2015
    ... I don't see where people are finding any other place to add code besides clicking the wrench beside my Custom Theme, no matter what page I'm on at the time.
    If you want to place CSS someplace other than in your theme you will need to place a CSS content block in the selected location. Go into the location where you want to place CSS, Customize... Content and Design... Drag a CSS content block onto the location.

    From the help page at http://help.smugmug.com/customer/portal/articles/1210628-what-are-content-blocks-and-how-are-they-used-:
    HTML and CSS
    For when you want advanced control over the look of your site or page.
    •CSS: Drag the CSS app onto a page to specify a particular style for that page.
    •HTML: Drag the HTML app onto a page to specify your design via HTML and CSS.
    --- Denise
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 28, 2015
    Dragging HTML & CSS Content Blocks
    Oh gosh-- thanks, Denise! I thought I recalled reading something like that somewhere, but I misunderstood the use of it. And actually, I tried dragging one of those HTML or CSS content blocks briefly this afternoon, but it was acting like it wanted to take up actual real estate, not just be a virtual block making stuff happen behind the scenes! So again I figured it had another use that I wasn't understanding.

    So, if the CSS I'm putting in happens to have some HTML color codes (hex codes) mixed into it, do I need the HTML & CSS box, or just the CSS box? I hope I can figure out how many content areas to include (folders, galleries, entire site, etc) for the different code blocks I've already put in & should possibly move. I'm trying to keep my site set up in a way that I could change the theme sometime & not throw the whole thing for a loop... but I may have already made that really tough; idk.

    It's been tough to even deal with customizing that map page because the Recent Galleries block keeps loading & loading. I still haven't figured out how to limit the number of images/galleries it's fetching. Slow computer...
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,251 moderator
    edited October 28, 2015
    So, if the CSS I'm putting in happens to have some HTML color codes (hex codes) mixed into it, do I need the HTML & CSS box, or just the CSS box?
    ...

    It's been tough to even deal with customizing that map page because the Recent Galleries block keeps loading & loading. I still haven't figured out how to limit the number of images/galleries it's fetching. Slow computer...
    You only need the HTML box if you are writing HTML. Using color codes in the context of CSS is CSS.

    You might want to reconsider use of the recent galleries block. I looked at it ages ago and decided not to use it because it doesn't only pull what I would consider to be recent galleries. I looked at a couple of the galleries in the block you titled Recent Galleries and they appear to be quite old. I keep a running gallery on my site that contains one photo for each gallery as I've added the galleries, with the newest gallery at the top of the list. It is linked from my blog and can be viewed at http://www.denisegoldberg.com/Medley/galleries-by-date/n-GzNHG/. Text in the photo caption allows the viewer to click to the gallery. I also have a page that I use to highlight new galleries, linked from the kaleidoscope entry in my menu - http://www.denisegoldberg.com/Kaleidoscope/. Maybe something like this could help your viewers find you latest galleries.

    I would also suggest rethinking your home page and your map & recent page. It may be me, but when I see a full page slideshow or any full page element on the page I very rarely scroll down to see if anything else is below the visible page. Watch someone new to your site navigating to get a sense of how they navigate it.

    --- Denise
  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited October 28, 2015
    WinesomeWorks I think I know how your galleries have been added :)
    They are just added by using the "galleries"-item from the right menu (if you are in "customize content and design" - Add Content Block - Galleries).
    What you could do to get only a certain number of recently changed galleries is:
    1) Remove that content block which you have now - or better create a new page for testing first.
    2) Go into any one of your galleries and from the share-menu choose "get a link"
    3) In the "get a link window" go to the tab "feed links" and in the section "create a feed wizard"
    choose: Feed = recent galleries; Format = RSS; Size = Thumb
    click on the button below called "generate your feed"
    and copy that link
    4) now go back to your page (either the test page or the map page, which ever you prefer to work on)
    5) choose "customize content and design"
    6) add a new content block from the subsection "social" of the type "feed" by dragging it onto your site
    7) Enter the url you copied into the field "Feed URL" give the feed a name and restrict the number of items shown in the customizer of this feed-item.

    This should give you what you need to show your recently updated galleries.

    Let us know if this has worked out and then we'll see if we can work out how to make your map smaller :)

    Best of luck

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 28, 2015
    [ETA: Ok, silly me-- I finally found the buried "[I]Share[/I]" menu by going to lightbox. Weird. I'm guessing tho that I could choose something other than thumb size, like I think what I had before was 4:3 or whatever is displaying on most of my top folder pages? I think I read that technically those tiled images in New Smug aren't true thumbs?]

    Thanks so much, both of you-- & more soon; I'm gathering ideas. First though-- I'm feeling very stupid again, but I simply can't find any "Share" menu in trying to follow Lille's steps to getting a new Recent Galleries feed! I'm logged in, tried every visible button, the "Organize" section... aaargh.

    Hard to find former stuff, as I have no SmugMug-style galleries anymore (not by choice-- but when engineers re-set my themes a second time to inherit the site-wide theme, every single gallery went to collage style) I haven't even begun to figure out how to tackle that problem. I've been scared to, because I fear that thousands of hand-cropped square thumbs are probably gone, & furthermore, when I did try to set a gallery back to "Smug-style", I found in its settings that it already is set that way, but is simply appearing to be set as collage like every other gallery! I guess it's another problem for another day, but I keep stumbling around in collage style, so it keeps interfering with other problems of re-creating my site.
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 28, 2015
    Go to any gallery
    Change to another style here
    customize > Gallery Style > pick a style
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited October 28, 2015
    WinesomeWorks just go to one of your photos (go into the gallery and click on the photo you want) you'll see a little box with an arrow coming out of it in the lower right side of your photo-site. That's the share-button :) (you must have it because I can see it on your site for example here: http://www.winsomeworks.com/Flowers/More-Garden-of-Delights-on/i-CcwBWTF/)
    https://www.lilleulven.smugmug.com - The Photos of my travels
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 28, 2015
    Aha! That did it. And lo & behold, my custom crops are still there. Thank goodness. I had most of my galleries set to original thumbs, not square, but the ones that were square had lots of custom crops.

    No way to change whole folders from the site's apparent new default (collage style) back to SmugMug style though? (esp. if lots of galleries already have SmugMug-style selected in their original settings from legacy?)
    Allen wrote: »
    Go to any gallery
    Change to another style here
    customize > Gallery Style > pick a style
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 28, 2015
    Yup, I found it finally.... thanks. I wasn't used to going into lightbox to find it-- I rarely went into lightbox at all since I had most of my galleries set to SmugMug style.

    Well, I tried the feed thing. (It's still on the page for now) I'm very glad to finally learn how to use that, as I hadn't ever tried it, so thank you!! I think it could be very handy for certain situations. I'm going to think of another way to use it on my site. However, in that block that I wanted to be "Recent Galleries", I really wanted a block completely full of thumbs or small photos, w/ just the gallery titles showing. For some reason, the feed isn't working that way-- it's instead displaying a list down the left side, with a very small gallery thumb & too much text & space, & lots of empty space in the middle & right of my screen. (I tried toggling various buttons, but didn't find anything that causes just a tiled block of thumbs or small-sized images. I'm going to try a different block. Sure wish I could remember what I had before-- it seemed to work so easily & seamlessly & didn't keep loading pics like the other one. I must've just chosen it from that list in "Customize".
    WinesomeWorks just go to one of your photos (go into the gallery and click on the photo you want) you'll see a little box with an arrow coming out of it in the lower right side of your photo-site. That's the share-button :) (you must have it because I can see it on your site for example here: http://www.winsomeworks.com/Flowers/More-Garden-of-Delights-on/i-CcwBWTF/)
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 28, 2015
    ...
    No way to change whole folders from the site's apparent new default (collage style) back to SmugMug style though? (esp. if lots of galleries already have SmugMug-style selected in their original settings from legacy?)
    Go to a folder page. You can change all folder pages to show grid instead of the a college style.
    Highlight "all folders" in right flyout, then click wrench at top of box. Change the style to grid.
    or you can make some single folders to show grid by making the folder "Just This Folder" and change to
    grid on specific folder pages.

    Grid shows square thumbs "actually middle of photo" for all galleries.
    See any folder on my site. I use medium instead of small.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 28, 2015
    I've tried the grid thing, & I seem to have too many galleries where middle of the square is a bad crop. That's why I never used squares much in the first place. Weird that they'd make a way to choose grid or collage style for whole folders but not SmugMug style? In some galleries, I'd like to have Smug style in order to have the large preview on the side. I have a ton of galleries, esp. my archives... holy smokes, changing them one by one will be ridiculous. For archives, I really need the Smug style w/ a large preview.
    Allen wrote: »
    Go to a folder page. You can change all folder pages to show grid instead of the a college style.
    Highlight "all folders" in right flyout, then click wrench at top of box. Change the style to grid.
    or you can make some single folders to show grid by making the folder "Just This Folder" and change to
    grid on specific folder pages.

    Grid shows square thumbs "actually middle of photo" for all galleries.
    See any folder on my site. I use medium instead of small.
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 28, 2015
    not finding place to set gallery styles in a whole folder
    Even though...what I just said before.. well, I was trying to find this setting anyway. So, I'm on my "Art" top folder. Clicked Customize. > Content & Design > Blue Highlighted "All Folders" appears at right .> The only wrench I find then is if I click "Theme". Not seeing any gallery styles settings in that. Did you mean click "Make this Folder Custom"? I'm always afraid to click that one, because I don't know if (as the dialog implies) that folder will never inherit anymore settings, or it just won't inherit certain site-wide settings, such as the one I'm now making!! The dialog needs more info.

    Allen wrote: »
    Go to a folder page. You can change all folder pages to show grid instead of the a college style.
    Highlight "all folders" in right flyout, then click wrench at top of box. Change the style to grid.
    or you can make some single folders to show grid by making the folder "Just This Folder" and change to
    grid on specific folder pages.

    Grid shows square thumbs "actually middle of photo" for all galleries.
    See any folder on my site. I use medium instead of small.
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 28, 2015
    On ART page. With "all folders" highlighted on right flyout hover the galleries box out on page. The wrench
    should appear in its title bar. This will affect all folder pages.
    BUT, if you are experimenting first click "Make This Folder Custom". Now you can play with this page without
    affecting all folders. After playing click the "X" after "Just This Folder" on right flyout to remove your changes.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited October 28, 2015
    Ahh. Yes, I've already chosen "grid" that way on most of my top folder displays such as Travel, here: http://www.winsomeworks.com/Travel . But say if I want to have all the individual galleries that are in the Art folder display in SmugMug Style without hitting "Customize" & choosing individually at the top of each gallery (while in that gallery) yikes... there's no way to do that? It would take me months to change 'em all. I did already change all the galleries (one by one) back to Smug-style in one sub-folder of Art, "Cascade of Colors", here http://www.winsomeworks.com/Art/Cascade-of-Colors. So the Red gallery here is now back to displaying in SmugMug style: http://www.winsomeworks.com/Art/Cascade-of-Colors/Seeing-Red/.

    I'm not saying there used to be a way in old Smug. There wasn't, to my knowledge. (maybe quick settings?) But the problem is, I'd already set most of my galleries to Smug style when I originally created them. They got re-set to a site-wide setting the 2nd time engineers had to re-set my site. But oddly, if I look in a gallery's settings that used to be SmugMug style, it's still set that way. But I look at that same gallery's appearance, & it's collage instead (the site default). This gallery, for instance, if you look in its internal settings, it says "SmugMug Style" http://www.winsomeworks.com/Nature/Seaside-Closeup-Favorites/ however, it's displaying in the default Collage style.
    Allen wrote: »
    On ART page. With "all folders" highlighted on right flyout hover the galleries box out on page. The wrench
    should appear in its title bar. This will affect all folder pages.
    BUT, if you are experimenting first click "Make This Folder Custom". Now you can play with this page without
    affecting all folders. After playing click the "X" after "Just This Folder" on right flyout to remove your changes.
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited November 13, 2015
    Solved my problem of Recent Galleries loading forever - just limit number of rows!
    I don't know if you ever saw my later post about this whole matter, Lille (that for this particular page, I was hoping for a grid-work of thumbs or images, rather than just a feed going down one side of my page). But anyway, I also wanted to post back to say that a couple weeks ago, I solved the problem I was having of the Recent Galleries block just going & going & going. I'm feeilng rather sheepish posting back about it, because I learned there's an option right in the dialog box (I think it's the very last option) for limiting the number of rows of gallery images!! So I was able to limit my rows to 5 or so, which completely solves the problem I had of the constant loading of photos! If that option was there before (& I assume it was), I'm very embarrassed that I didn't see it. I looked at that dialog box maybe 10 times before posting about the problem, so idk how I missed it. So in case someone else is stuck, just limit the number of rows, & Recent Galleries or Recent Photos blocks won't keep loading indefinitely.

    I did not, however, get my map problem solved yet. So far no one's come up with a way to get the map on this page http://www.winsomeworks.com/MyMap to take up a lot less height. I'd tried some code that Lille posted earlier in this thread, but didn't notice a difference in height of the map. My goal is to have it still stretch across the page to the side margins, but not be as tall (take up less space vertically). Any other ideas on how to do that? This would help the Recent Photos or Recent Galleries block to be partially visible. Right now, that block is below the fold on most screens, so most people wouldn't know it's there. I'd had a chat with a Hero, who helped me fix that 1st problem (fewer rows in the galleries block) above, but didn't get the map figured out. Someone was going to get back to me about the map, but I've not heard back. Someone did move my breadcrumb to the middle, & I want it on the left instead. I'm not sure if I just need to get rid of all the CSS that's in the box on that page or just the part that says something about centering the text. That person started doing a couple things on my page because they accidentally responded to the wrong person's chat, so that's how that happened. If no one here has an idea on how to shrink the map's height, I'll try another chat.
    WinesomeWorks I think I know how your galleries have been added :)
    They are just added by using the "galleries"-item from the right menu (if you are in "customize content and design" - Add Content Block - Galleries).
    What you could do to get only a certain number of recently changed galleries is:
    1) Remove that content block which you have now - or better create a new page for testing........
    ........ the type "feed" by dragging it onto your site
    7) Enter the url you copied into the field "Feed URL" give the feed a name and restrict the number of items shown in the customizer of this feed-item.
    This should give you what you need to show your recently updated galleries.
    Let us know if this has worked out and then we'll see if we can work out how to make your map smaller :)
    Best of luck

    Lille Ulven
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
  • Options
    TeetimeTeetime Registered Users Posts: 202 Major grins
    edited November 13, 2015
    Anna Lisa, I can't help with your technical questions, but I was curious about how you were using the map and took a look at your site, and it is a delight. I particularly enjoyed the "Lydia Building her Guitar" gallery. Wow! What an effort with beautiful results to be proud of.
    Jerry

  • Options
    Hikin' MikeHikin' Mike Registered Users Posts: 5,459 Major grins
    edited November 13, 2015

    I did not, however, get my map problem solved yet. So far no one's come up with a way to get the map on this page http://www.winsomeworks.com/MyMap to take up a lot less height.

    Try this:
    .sm-user-ui .leaflet-container,
    .sm-user-ui .sm-page-widget-12711545 .sm-page-widget-content {
        height: 400px;
        margin-bottom: 50px;
        }
    

    Adjust the height to suit.
  • Options
    WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
    edited November 13, 2015
    I see I never responded to this, Denise, & I meant to. Got so wrapped up in all the tweaking. (some response / explanation about my Map & Recent Galleries blocks are in the post I just made in this thread response to Lille Ulven too). Anyway, I did / do appreciate ideas & critiques, esp from those with a practiced eye, as I know my site will need lots of changes til I get it where I want it. My old site had indeed gone through a period of some stagnation in terms of both updating my customizations as well as actually uploading-- some of that was for good reasons / good excuses, & some due to wanting to structurally reorganize my site & not knowing how would make sense. I figured I'd customize better after I got that underway. Then New Smug came out, so I'm sorta back to square one w/ some of it, or at least forced to think through some stuff again. Since I got auto-published tho, due to my delinquency, I've mainly focused on getting the site fairly presentable & navigable & have all the parts there, without agonizing too much over the placement or order of pages yet.

    With those caveats out of the way, these are my thoughts about the rest: Yes, I agree in general about the Recent Galleries block. I've known for yrs that both that & Recent Photos unfortunately grab photos & galleries where edits have happened, such as cropping, moving, color correction, etc. It's a shame this hasn't been fixed yet. I continued to use them in the good faith that SmugMug would fix them so they'd work correctly (or as expected-- displaying instead recent uploads and/or recently created galleries, etc.) It's disappointing those the same issues came thru to New SmugMug. I guess I'll leave the block there for now, but not forever, if its behavior stays that way. I'd thought that Recent Galleries would be less likely to show multiple frames of the same photo, which it does. However, I didn't realize it was going to use the Featured Photo for each gallery, rather than instead using a photo that was recently tweaked in that gallery as the feature.

    So yes, I agree.. it doesn't get fresh stuff in front of viewers, & old gallery photos show up, rather than a thumb of a new photo added to that old gallery as I'd hoped. I also agree about the map on that page-- that's partly why I started this thread, because I really want the map height lower (like in my Legacy site, maybe half the height) so that visitors can see that there's more below without scrolling. It seems there's gotta be some way to do it.. I'd also like, as I said in my OP, for the little search box to be larger & more unique. It blends in too much.

    I really do like your idea of the running gallery on your site, & recall that I'd hoped to do something similar & never did. I need to think of an easy way to do it. Do you make a copy of one photo from each gallery then, or do you collect a virtual copy? (I forget, & can't check while writing this). I guess doing a collected photo from each new gallery would be an easy way for me to accomplish this, except that in New SmugMug, the text showing where a collected photo came from is so tiny & unnoticeable.. I've changed the actual wording of the text (using one of Aaron's ideas) but not sure if the font size is changeable, or how to know what it's already set at. It's also below my keywords when I'm logged in, frustrating when I myself want to see it.

    One thing I did start doing retroactively that will in the future keep some recently-uploaded photos (often collected from other galleries) in front of people is this: I have a "Photo per Week" gallery going on my Portfolio page (so far only 2010 to 2015), partly started for my own interest as a type of visual diary. I'll change the number of yrs represented per gallery as I move forward (and back) in time with this, so that there are maybe 5 or fewer pages per gallery. (I'm not strict -- some weeks have more than one photo, too) Quite a few of these are collected, if I have a whole gallery from that week. Of course these aren't always my best photos artistically; they serve a different purpose.

    I've always loved your "Kaleidoscope" idea too, & have visited that page many times. That works really well, & truly accomplishes the goal of getting newer stuff out in front. The thing is, the word itself is also attractive... now if I could just come up with a great word like that..! I do have one idea... we'll see... My blog is a sad story. It's always taken me so long each time to figure out the actual mechanics of posting, that it's gotten in the way of actually doing it. I know it should be updated regularly the way yours is... just wish it were simpler. What should take me 15 mins when I know what photo & what the basic text will be, takes me an hr or hrs because the formula for making it consistent is too complicated for me. Now SmugMug just changed the whole "share" panel, so I'll have to completely re-do whatever shambles of a formula I once had.

    About homepage slideshows-- I guess for me it feels like the easiest way to rotate some photos for visitors, but maybe it should be revisited. I really wish it were random start instead of random order, but we've no option for that in the dialog. ,Maybe with CSS? I'm not sure my show is really quite full-screen like some folks', as I have all panoramic (1:2 ratio) images in it. I know that doesn't help everyone's screen view, but part of my rationale for it was actually so that visitors may see that there's something below it. Also, the page loads from the bottom, so they should usually see the Seascape carousel. I did frankly just kinda plunk a carousel there for now, however, until I have a better idea! It's not a big deal to me if it gets missed; I'm crazy about the ocean myself, but not everyone is, so others can move on to something they like. I think the SmugMug carousel style, with a scrollbar, is a bit funky. It would be great to lose the scrollbar... Other sites allow you to just grab onto the images with the mouse or finger on a touchscreen-- much nicer. I s'pose someone put a patent on that & kept it from us; who knows... Oh my, so much consider in planning one's site!
    You only need the HTML box if you are writing HTML. Using color codes in the context of CSS is CSS.

    You might want to reconsider use of the recent galleries block. I looked at it ages ago and decided not to use it because it doesn't only pull what I would consider to be recent galleries. I looked at a couple of the galleries in the block you titled Recent Galleries and they appear to be quite old. I keep a running gallery on my site that contains one photo for each gallery as I've added the galleries, with the newest gallery at the top of the list. It is linked from my blog and can be viewed at http://www.denisegoldberg.com/Medley/galleries-by-date/n-GzNHG/. Text in the photo caption allows the viewer to click to the gallery. I also have a page that I use to highlight new galleries, linked from the kaleidoscope entry in my menu - http://www.denisegoldberg.com/Kaleidoscope/. Maybe something like this could help your viewers find you latest galleries.

    I would also suggest rethinking your home page and your map & recent page. It may be me, but when I see a full page slideshow or any full page element on the page I very rarely scroll down to see if anything else is below the visible page. Watch someone new to your site navigating to get a sense of how they navigate it.

    --- Denise
    Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
    DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com
Sign In or Register to comment.