Micro Modal
Download to project npm install micromodal --save move to public directory mv node_modules/micromodal src/js/vendor Import into project Enqueue the js https://unpkg.com/micromodal/dist/micr...
Every Problem can be traced back to a lack of assets. DynamiteFrog aims to provision those assets for common web development and digital marketing problems
Deep dives into the topics that matter most — curated collections of guides, cheatsheets and tutorials.
Download to project npm install micromodal --save move to public directory mv node_modules/micromodal src/js/vendor Import into project Enqueue the js https://unpkg.com/micromodal/dist/micr...
WordPress Migration to DigitalOcean App Platform with Docker Overview This guide walks through migrating a production WordPress site to DigitalOcean’s App Platform using Docker containers. App Pl...
Managing Images in Drupal Drupal shines when it comes to managing images. Specifically around serving an appropriate size images to the user regardless of what size the image was originally loaded...
What do you use for your local environment. Ie: ddev, xampp, mamp. How would you go about creating 2 different versions / styles of a paragraph block? How do you do fluid scalable typography and pa...
What factors should I consider when choosing to use a custom template for collections or use metafields in a shopify theme development? This is a classic “layout vs. content” trade-off in Shopify....
Convert your free ttf fonts to woff and woff2 using the mighty fontsquirrel. go to your theme in shopify. upload your woffs to assets directory.. assets directory wont upload a folder. So jus...
Microcontent Microcontent is a drupal module for usable fragments of content that can be configured to display throughout your site. Microcontent is a module Microcontent is the blueprint fo...
Content Reference Entities A content entity based page construction technique. This technique is native to Drupal and is suitable for working with premade finished nodes of content. So you can cre...
Drupal Views Customizing Views Customizing views is Best done from the view admin rather then the twig files. the view admin gives you all the options to add classes and html. Outputting a blo...
Woocommerce default payment gateway WooCommerce comes with a default payment gateway system built-in. Out of the box, WooCommerce includes a few free payment options you can enable right away: ...