Google Photos embed
Google Photos embed https://wordpress.org/plugins/google-photos-embed/ Using shared short URL of Google Photos, you can embed the image easy to blog. Source
Google Photos embed https://wordpress.org/plugins/google-photos-embed/ Using shared short URL of Google Photos, you can embed the image easy to blog. Source
Want to detect focus initiated by a user pressing the tab key button on their keyboard? If the user focuses on an element by pressing tab, you can then fire many different types of commands (alert, console log, toggle class, … Continued
Scenario You have a domain name registered at a customer account of a GoDaddy reseller (e.g. domains.digimix.co), and you need to transfer it into a customer account at GoDaddy.com. Instructions From the domain names panel Unlock: Select the domain name, … Continued
DROP USER yourusername Official MySQL Reference for the Drop User Command.
Anytime I add a new CMS page from the admin dashboard, it Magento generates a no-route 404 page not found error. After days of meticulous troubleshooting across multiple installs and versions of Magento 2.x.x, I’ve discovered a one way to … Continued
See the Pen Game of Thrones Lorem Ipsum Generator by Digimix (@digimix) on CodePen.
Here’s a list off all the Magento 2 extensions required for running PHP7.0 on Ubuntu / Debian (not including mysql or php7). sudo apt-get install php7.0-curl php7.0-gd php7.0-intl php7.0-mcrypt php7.0-soap php7.0-xml php7.0-zip php7.0-json php7.0-xsl php7.0-ImageMagick php7.0-mbstring openssl Assumptions: PHP 7.0 … Continued
How to change WordPress permalink structure from /%year%/%monthnum%/%day%/%postname%/ to /%postname%/ with Nginx. rewrite “^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9\-/]+)” http://www.example.com.com/$1; This would be included in your sites-available conf or which ever conf files handling this. My approach is to maintain a conf file strictly for … Continued
Enable Remote Connection Edit /etc/mysql/my.cnf Basic Editing Options: 1. Less secure, most accessible: Comment out bind-address 2. More secure, less accessible: change bind to your server’s IP address Save and exit. $ sudo service mysql restart Grant Access to your … Continued
Stuck on the first steps of the CLI install for your Magento 2 project? This is the terrible documentation provided by Magento. http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli.html Here’s how you quickly setup Magento CLI so you can use the command magento instead of … Continued