Tutorial Shares
  • Home
  • Tutorials
  • Categories
  • My Favorites
  • Terms of Use
  • WordPress
    • Theme Customizations
    • Security
    • Admin Dashboard
  • Magento
  • Code Snippets
  • Servers
  • CSS
  • Dev Tools
  • Hosting
    • Servers
    • Nginx
    • Ubuntu
    • Linux
  • Design
  • PHP

Home » All Website Development Tutorials » Development Tools » Image Optimizers

Image Optimizers

Troubleshooting Gulp Imagemin Error on Sage Roots.io WordPress

Oct 26, 2024 by Michael Salafia in Image Optimizers Loading 426

Here’s what I did to resolve an error caused by imagemin when running gulp from the Sage theme directory. Example: throw er; // Unhandled ‘error’ event Uninstall imagemin node module (from main theme directory) $ npm uninstall gulp-imagemin Remove all … Continued

Batch Convert PNG to JPG from Mac Terminal

Sep 16, 2024 by Michael Salafia in Image Optimizers Loading 914

Batch Convert PNG to JPG mkdir jpegs; sips -s format jpeg *.* -out jpegs Batch Convert JPG to PNG mkdir pngs; sips -s format png *.* -out pngs About Mac sips command What do these commands do? mkdir just makes … Continued

Recent Posts

  • Install Magento PHP7.0 Extensions
  • Changing Old WordPress permalink structure on Nginx
  • Remote MySQL Connection on Ubuntu
  • Magento 2 CLI Install Ubuntu 14.04
  • Install WordPress Plugins with Composer & WPackagist

Community Favorites

  • Custom admin column for WP categories & taxonomies (1335)
  • Show All Categories and their Posts in Wordpress (1306)
  • Add color picker to wordpress admin metafield (1252)
  • Fix nav menu active classes for custom post types (1202)
  • Contact Form 7 + Bootstrap Example (1189)

Tags

301 Redirects archive.php background image bower Categories Category Archives Customize WP custom metaboxes custom meta fields Custom Page Template Custom Post Type Archives Custom Post Types date DevOps git Gulp li linux commands load Magento 2 Magento logo Nginx NPM Page Templates Pagination Password Protect Permalinks post query arguments Roots.io Roots Theme Sage server admin sort posts by meta field sysadmin Terminal Theme Customizations Twitter Bootstrap typography Ubuntu 14.04 usermod Wordpress Wordpress hacks Wordpress plugins WP Admin Dashboard WP Favorite Posts

© 2016 TutorialShares.com. Brought to you by Digimix, a WordPress Development Company.