Image of automatically-use-fallback-thumbnail-size-for-youtube-maxresdefault-image-on-html-img-tag-with-javascript.jpg

Automatically Use Fallback Thumbnail Size for YouTube maxresdefault Image on HTML img Tag with JavaScript

Sometimes when working on web projects, there may be cases where we want to display a YouTube video’s thumbnail on our webpage. YouTube provides specific url endpoints that can be used to grab a video’s thumbnail. When researching the topic, most will try to use the largest thumbnail size that is provided for a video, […]

Featured Image for Adding Support for Elementor to Custom Post Types Programmatically

Adding Support for Elementor to Custom Post Types Programmatically

Elementor is a popular WordPress page builder plugin that allows you to create beautiful websites easily. As a developer, you may create custom post types for various reasons on a website. By default, Elementor will not be usable for custom post types. Documentation for Elementor is clear on how to add support and use Elementor […]

Featured Image for Restoring Anchor Links in Nested Tabs Widget

Restoring Hash Links / Anchor links and Linking to Specific Tabs in Elementor’s new Nested Tabs Widget

The popular WordPress page builder plugin Elementor recently released a new widget called Nested Tabs. The Nested Tabs widget allows for far greater customization and flexibility with the content. It Replaces the old Tabs widget if you have containers enabled. The old Tabs widget supports anchor links (links that end with #anchor-link-here), allowing you to […]

Featured Image Banner for Setting CSS Custom Properties (Variables) using the Wordpress Customizer

Setting CSS Custom Properties (Variables) using the WordPress Customizer

Recently I worked on a WordPress project that was undergoing a site refresh, and had frequent color changes. To save the hassle of having to go in and update colors for everything and also give the client control over the colors, I decided that the best course of action would be to make the colors […]