The General Data Protection Regulation (GDPR) takes effect on May 25, 2018. If you sell to EU residents, this law applies to you — even if you aren’t in the EU. If you run a WooCommerce store, important things to consider: How (and why) your site stores personal data. Whether your Privacy Policy needs an update. How you’ll…
Read More
Speed Up Your Site By Compressing Images with Way2enjoy Image Optimizer
Recently I got a comment on one of my articles making me aware of a new plugin, Way2enjoy Image Optimizer and Resize Image – WordPress Image Compression. I’m always looking for ways to speed up my clients’ sites, so I thought I would give this plugin a test drive. I saw it got good reviews,…
Read More
Toolset: Using an Image as a Background Image
<div style="background-image: url('[types field='thumb-image' width='185' height='125' url='true' resize='proportional'][/types]'); width: 200px; height: 125px;background-size:cover;">Your content here</div> Note, you must define a height and width. Here I have used 185px wide by 125px high, but you can change these to whatever works for you. Just be sure to change them in all places. You CANNOT use the…
Read More
Display Multiple Markers on Map Using Toolset Custom Fields
I really love using Toolset. It makes it easy to create really dynamic function on your site without knowing PHP. One really nice add-on they came out with a couple years ago is the Maps plugin. So, here’s what I needed to do: I had a list of restaurants and I wanted to display all…
Read More
How to Add a Custom Field to WooCommerce with WC Fields Factory
I have a client selling shirts that can be customized with a name, but WooCommerce doesn’t give you a way to add custom text to a product by default, so I gave WC Fields Factory a try. It allowed me to easily add a custom text field. Here’s how it looks on the product page:…
Read More
Toolset: How to Scroll to Top After Results are Filtered
Again, I’ve really been loving working with Toolset Types. One of the great things it lets me do is filter custom post types by various parameters. However, recently I was working on a site that had a huge list of parameters on the left sidebar and the results on the right. After I scrolled down…
Read More
Collapsing Toolset Filters with the Collapse-O-Matic Plugin
As you already know from my last couple of posts, I’ve been loving Toolset because it lets you filter your archive pages. But sometimes a large number of filters can get out of hand and make your page too long. That’s when it’s a good idea to collapse your filters using the Collapse-O-Matic plugin. I…
Read More