How to backup or migrate a WordPress site
All-in-One WP Migration plugin This free plugin exports your WordPress website including the database, media files, plugins and themes with no technical knowledge required. Upload your site to a different location with a drag and drop in to WordPress. More information: https://wordpress.org/plugins/all-in-one-wp-migration/ All-in-One WP Migration Import Free plugin increases All-in-One WP Migration Import file size from to 512MB. Download plugin: https://import.wp-migration.com/
MAMP Pro: Local web development solution
With MAMP PRO you can create as many hosts as you want. Each host can be configured individually and thus adapted exactly to the target system. More information: https://www.mamp.info/en/mamp-pro/windows/
Explore creative color options for your design project
Which colors work together, and why? How can you creatively explore different moods or directions? Find a color making up harmony on the interactive color wheel. Use the free Color Calculator to explore creative color options for your design project. Simply pick your base color(s), choose a color harmony, tweak/explore as needed, and see results. You’ll get a report of the hex, RGB, and CMYK color values for your project and see your colors applied to design samples. Share or print, rinse and repeat. More information: https://www.sessions.edu/color-calculator/
Create free logos in minutes
Canva’s logo maker provides all of the ingredients you need to create a custom logo, fast – and free. Learn how to design a logo online with ease. More information: https://www.canva.com/create/logos/
Easy way to add an image or title next to logo using css in WordPress
This can be done for WordPress, Magento, Prestashop or other CMS that don’t have an existing similar feature. Using ::after or ::before element in CSS allows you to insert content onto a page without it needing to be in the HTML. For example, Adding an image on the right from the logo: .logoclass::after { content:url(“/url/path.png”); } 2. Adding some text on the left from the logo: .logoclass::before { content:”text string”; }
Error: Cannot find module ‘gulp-sass’ solution
This one worked for me. Just do npm update and then npm install gulp-sass --save-dev in your root folder, and then when you run you shouldn’t have any issues. More information: https://stackoverflow.com/questions/33314607/error-cannot-find-module-gulp-sass