Adding Custom HTML/Tab To Facebook This was the best article I could find that explained, in detail, how to add tabs and custom html content to a Facebook business page: http://www.hiddenwebgenius.com/blog/guides/how-to-add-custom-tabs-to-your-facebook-business-page/ Article Content Here’s the article content as I found it on March 23rd, 2018. Facebook, because of its popularity, is now being seen by […]
Visual Composer/WP Bakery Masonry Grid & Admin SSL
I’m running a site that uses Visual Compower/WP Bakery. On one of the pages, I installed the Post Masonry Grid to display my posts. Problem When I initially loaded the page, all I got was a blank screen. I remembered dealing with a problem like this before when running my wordpress site administration over SSL […]
Webpack Dev Server – Watch Files
I’ve been learning Webpack and the Webpack-dev-server environment in Node. I have Webpack version 3.10.0 and Webpack-dev-server version 2.11.1. Here’s a quick example of how to get a package version using NPM: # check the version of a node package in bash, in this case, check on webpack [user]$ npm list webpack es6@1.0.0 /home/my/software/site/ └── […]
Github Code Block Types
When working with code blocks, sometimes you need to know the acronym associated with a language in order to create the block. For example, when working with a Wiki in Github, a code block can be create by entering three back-ticks. Followed by the language type. A carriage return. The code itself and then another […]
Facebook Business Page Features
Facebook Business Page I’m writing this page as a way of keeping track of what can and can’t be done on a Facebook Business page. I’ll keep it updated as I learn things so there’s a good chance this information will change over time. But, I need a single reference that I can go back […]
Magento Developer Modes
In Magento 2.0, there’s a command line tool that allows you to switch between modes. This article details some of these modes and also explains how to do it. More information can be found on in the Magento DevDocs (devdocs.magento.com) Developer Modes default According to the documentation, “Enables you to deploy the Magento application on […]
Override Magento 2 Less Style Sheets
This post will cover some of what I’ve learned about the way Magento 2 (version 2.1) handles style sheets. I’ve been upgrading a Magento store installation for a client who was using an older version of it along with a custom theme. After going through the data and code upgrade, it came time for the […]