Garden Questions - Running List
Green and crossed out means it's been figured out!
General or Site-Wide
- SIZING ON IPAD? When viewed on an iPad, the page appears "zoomed out" - rather than the 768 px X 1024 px section filling the screen, the site comes in with extra background showing aroung the sides and bottom edge, appearing smaller than full-screen instead of filling the screen with the main content. Is there any way to fix this positioning/sizing issue? See a screenshot here for reference.
Welcome Page
Plot Picker Page
- ON PAGE LOAD? How to open the modal immediately on the page loading, rather than the user having to click a button to get the modal to open?
- MAKE ‘EM STICKY? Save button and bunny div are moving when the screen resizes, whereas everyone else is sticking in their assigned places — how to corral these wayward elements?
- BUTTON POSITION? Figure out how to position modal and restart buttons without them doing weird things to the positions of things around them
Circle Plot Page
- POSITION? Carrots 1-7, positioned absolutely, don't move with the browser window when re-scaled, but turning off position absolute on them causes the "stack o' carrots" in the sidebar to break up
- SAVE TO DESKTOP? How to create save button that allows users to save the image of the garden they create to their desktop (laptop) or Camera Roll (touchscreen)?
- HOW TO REVERT FOR EVERYONE? Drag and drop with “revert if outside drop zone” function is only working for whoever is last in the order, in the case of trying to apply it to multiple elements
- MAKE ‘EM STICKY? Save button and bunny div are moving when the screen resizes, whereas everyone else is sticking in their assigned places — how to corral these wayward elements?
- CLONING DRAGGABLES? How to “clone” vegetables so there’s always one in the sidebar that can be dragged onto the plot — basically, a never-ending supply?
Square Plot Page
- POSITION? Carrots 1-7, positioned absolutely, don't move with the browser window when re-scaled, but turning off position absolute on them causes the "stack o' carrots" in the sidebar to break up
- SAVE TO DESKTOP? How to create save button that allows users to save the image of the garden they create to their desktop (laptop) or Camera Roll (touchscreen)?
- HOW TO REVERT FOR EVERYONE? Drag and drop with “revert if outside drop zone” function is only working for whoever is last in the order, in the case of trying to apply it to multiple elements
- MAKE ‘EM STICKY? Save button and bunny div are moving when the screen resizes, whereas everyone else is sticking in their assigned places — how to corral these wayward elements?
- CLONING DRAGGABLES? How to “clone” vegetables so there’s always one in the sidebar that can be dragged onto the plot — basically, a never-ending supply?
Gallery Page
- MODAL CAPTION - FONT? How to change the font of the captions in image modals?
- GALLERY IMAGES IN BOXES? How to position the images so that they are within the confines of their box, rather than hanging over the edge like Mr. Whiskers? Can they be positioned and still keep their modal capabilities?
- NOTE: It’s affected by the size of the text in the boxes, for example — something to do with sharing div? Put the images in their own divs and resize to avoid the problem?
- WHAT’S UP WITH THE TOP MARGIN? Why is the top margin on this page larger than the top margin on the build and home pages?
- WHY IS THE TITLE TEXT THROWING STUFF OFF? Trying to position the title h2 text throws off all the gallery images in their flexbox container -- what's happening?