Recently a customer needed a map with custom icons rather than the regular map maker icons that come with Google maps. He wanted it to look something like this so each icon represented a different type of store. To do this you’ll need 3 things: 1) A custom post type with Toolset Custom Fields set…
Read More
Using WP Code Highlight? Don’t Upgrade to PHP 7 Until You Do This!
I recently upgraded my site from PHP 5 to PHP 7 and loved the speed boost, but then I noticed one of my favorite plugins broke. I was getting this warning: Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /Applications/AMPPS/www/mysitetest/wp-content/plugins/wp-code-highlight/wp-code-highlight.php on line 68 Yes, WP Code Highlight has been deprecated for a…
Read More
Are You Ready for GDPR? Here’s Your WooCommerce Guide
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
Your content here 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 featured image. You must create a custom field to use. It’s…
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