Releases: sandhillsdevelopment/site
Update 1.0.2
Update 1.0.1
#4 - The main site logo img had a hardcoded alt value of Sandhills Development
. I changed that to use get_bloginfo( 'name' )
instead.
#5 - We use a plugin to automatically make video embeds responsive. However, when needed, we can add a class to a container element to make a nested video embed responsive. In the theme CSS, those classes used EDD's theme prefix. I fixed that copy-pasta. I also added a CSS rule to correct some odd spacing above video embeds when inserted using WP's video embed block.
#6 - Just a 1-for-1 image swap of the sand hills graphic on the front page. Simply put, one of the colors was off from the theme's color scheme, and a slight tweak was needed to the shape of the hills.
#7 - For the site logo, we use an SVG that is prepared to fallback to an identical PNG file if the viewers devices can't view the SVG. However, that requires JS. The JS was added, and since this is the first time JS was use in the theme, development dependencies were added along with it.
#8 - The little "Did you know?" sections on the site typically end with "links like this ->". At the perfect screen width, the trailing arrow would wrap. Now it won't.
#9 - (The real reason for this update) It's possible that we'll be using Gravity Forms on SHD site during the BFCM sale. We already use WPForms, which had styles already. So I just added Gravity Forms styles in with it so both plugins can be used and there isn't much visual difference.