Free Pattern Friday: A new crochet design in your inbox every week—no strings attached, just #yarnlove. Sign up now →
jQuery(document).ready(function($) {
// Target the collapse icon
$('.awb-menu__m-collapse-icon').before('');
// Toggle search form visibility with fade effect when search icon is clicked
$('.search-icon, #search-icon').on('click', function(event) {
event.preventDefault();
console.log('search icon clicked');
// Check if the form is visible
if ($('#custom-search-form').is(':visible')) {
$('.fusion-sticky-spacer').addClass('dective');
$('#custom-search-form').removeClass('active');
$('#custom-search-form').fadeOut(300); // Fade out the search form
} else {
$('.fusion-sticky-spacer').removeClass('dective');
$('#custom-search-form').addClass('active');
$('#custom-search-form').fadeIn(300); // Fade in the search form
}
});
// Hide search form with fade effect if clicked outside of the search area
$(document).on('click', function(event) {
if (!$(event.target).closest('#custom-search-form, .search-icon').length) {
$('#custom-search-form').fadeOut(300); // Fade out the search form
}
});
});
/* Hide search input initially */
#custom-search-form {
display: none;
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
/* Style the search input field */
#custom-search-form.active {
display: block;
opacity: 1;
}
/* Optional: Style the search icon */
#search-icon {
cursor: pointer;
}
The sun is high and the lemonade is sweet. It’s summer, baby! And the crochet just won’t stop.
There have been dozens of amazing warm-weather patterns hitting Pinterest lately. Here’s a list of 15 essential summer crochet patterns from amazing designers and bloggers.
This post contains affiliate links to that support the content on TLYCBlog.com. All opinions are my own.
I just love designing crochet garments. The Lemonade Top was a daring step outside my comfort zone, combining lacework with colors I don’t use and a challenging silhouette. I’m so excited with how it turned out, and I hope you will give it a try. Read more about the pattern here and pick up a copy here.
The Summertime Tee, a recent collaboration with JOANN Stores, was a true delight to design. Simple shapes and unique stitching created this tee that looks amazing on everyone. Try it with Lion Brand Jeans yarn for a fun crochet experience.
Get all ready for a day of fun in the sand with the Beach Stuff Tote. The beauty of this bag is that it combines the look of crochet with the integrity of canvas. Instead of crocheting straps, I hand sewed a pre-made canvas tote bag as the lining of this project. Get a printable version of the pattern here.
We can’t leave the babies out of our summer making! Cool weather will be here before we know it. Tuck into the Sweet Gingham Baby Blanket, a Tunisian crochet crib blanket that combines modern design and rustic charm. I made mine with Lion Brand Wool Ease in collaboration with JOANN Stores. Find the FREE pattern here and get a printable copy here.
TLYC Makers is an encouraging community of yarn lovers and creative entrepreneurs who’ve come together to share our craft and elevate one another. Expect regular posts about running a maker business, WIP updates, and plenty of enthusiasm about all things craft and crochet.