VideographyCouple & Soulful

“The Bones” — Maren Morris

VideographyBeach & Vacation

“Good Morning Sun” — Rock Mafia

VideographyHome Video & Calm

“Tonight” — Secret Nation

Homeschool

At Home with Kids eBook

This ebook will give you all kinds of inspiration and ideas to keep your kids entertained while you are home and supporting them in distance learning. From crafts and cooking, books and games, to home learning and other educational activities!

VideographyChill & Vacation

“Good Day” — Surfaces

VideographySlow & Chill

“Anchor” — Novo Amor

Homeschool

Inspire My Play Membership

This membership will get you the cutest printables to use for your littles that is all play-based learning!

Code

Fix Stubborn Favicon

Have a favicon that won’t change? Right click on your website and click ‘View Page Source’, then Command + F to search for rel=”icon”.

See how many there are and find the ones that are last. Rename and replace the images in the uploads folder.

Homeschool

Emily’s Wonder Lab

This is a great Netflix show to get kid’s excited about exploring science.

VideographyUpbeat & Vacation & Family

“Talk Too Much” — COIN

VideographyVacation & Upbeat

“Into My Arms” — COIN

VideographyChill & Vacation

“Let Go” — RAC

VideographyGroovy & Upbeat

“Come and Get Your Love” — Redbone

VideographyCalm & Family

“A Summer Song” — Chad & Jeremy

VideographyAt Home & Family

“It’s a Lovely Day Today” — Ella Fitzgerald

VideographyUpbeat & Family

“I Want It All” — COIN

Homeschool

Other Goose

A great resource for an educational plan for kids 2-7 that held space for open-ended discovery.

Code

Redirect Shopify Homepage

{% unless template != 'index' %} <script> window.location.replace( 'your_url' ); </script> {% endunless %}

Videography

Epidemic Sound

Need music for your videos? This is a great place to find great background music!

Homeschool

The Peaceful Press

Is a great curriculum focused on forming strong family bonds and very Montessori-friendly

Homeschool

Fun, Cheap, or Free Resource

This blog post has dozens of free resources for kids learning at home. Definitely worth looking through her list for ideas!

Homeschool

The Good and the Beautiful

A great priced curriculum for either Pre-K through 8 or High School!

Photography & PresetsOrganization Tools

Gemini

This app will help you find duplicate photos on your computer. A great way to save up space and get your digital photos more organized!

Code

Change Logo color depending on slick slide class

$('.content-block-slideshow').on('beforeChange', function(event, slick, currentSlide, nextSlide) {
   if ($('.slideshow .slide[data-id="' + nextSlide + '"]').hasClass('dark')) {
      $('body').addClass('dark');
   } else {
      $('body').removeClass('dark');
   }
});

VideographyNewborn & Home Video

“Coffee” — Beabadoobee

Code

How to stop a video on click

$(this).closest('___').find('iframe').attr('src', $('iframe').attr('src'));

Code

When to use .on()

When you add elements to the dom, and then want click handlers on them, you have to add it to a dom element that was already there on page load.

$('.product-description').on('click', '.toggle-shipping', function(e) {
e.preventDefault();
$(this).closest('.shipping-origin').find('.content').slideToggle();
$(this).closest('.shipping-origin').toggleClass('active');
});

Since shipping origin and the toggle-shipping link was added after the fact in jQuery, you have to basically call the js .on() handler. Meaning that it’s going to watch the product-description for any .toggle-shipping element added to it and then run that click event.

E-CoursesLegal Help

Influencer Marketing Guide to FTC Compliance

This attorney-drafted mini-course is a guide to the best disclosure practices in influencer marketing and native advertising. The course looks at the most common concerns around disclosures for social media influencers and how those disclosures can adequately comply with the current Federal Trade Commission (FTC) guidelines. The content covers the most common social media platforms (Instagram, YouTube, Twitter, Snapchat) and also addresses live videos in the various mediums.