Categories
Pro Tips

Setup JS and CSS Dev Environment (no external libs)

There are many different ways to set up and structure your WordPress plugin or theme CSS and JS environment files. If you need something complex with eslint, stylelint, and PHP standards, I would recommend looking at the Composer + nodeJS method or looking into Gulp.

Categories
Pro Tips

Theme and Plugin Support

What is the best way to get theme or plugin support. The primary method to contact us is by using each of our themes or plugins WP.org Support Tab.

Categories
Pro Tips

Hiding Advanced Custom Fields

Today's tip of the day is for the Advanced Custom Fields plugin.

Categories
Pro Tips

2 Methods to Add Any SVG to Gutenberg

Have you ever wanted to include and add an SVG icon or two on your page via the Gutenberg editor. Without the need to install a WordPress plugin or load an entire set of web fonts.

Categories
Pro Tips

5 SASS Mixins

I recently started a new SASS project on GitHub and wanted to share a few mixins that may help you with your next development project.