Tag Archives: css

youtube Api Could not be loaded ! Please Check and Renew SSL Certificate ! [SOLVED]

Recently I encountered the following error message on a client’s site: This error is fairly glaring as it covers the video that was meant to be playing. After some research, I was able to narrow the issue to a slider plugin and specifically the following javascript libary: jquery.themepunch.revolution.min.js and another more recent site had the same code in the file: rs6.min.js on both sites, the file was located in: \wp-content\plugins\revslider\public\assets\js\ After reviewing the code, it is evident that the javascript

Custom menus CSS in WordPress

While working on a project I needed to use a particular CSS class for a particular WordPress menu item, thankfully the following resources told me how. The first link was the most helpful, but all of them have some insights into menus on WordPress. πŸ™‚ How to Add a Custom Class to a WordPress Menu Item – SevenSparkhttp://sevenspark.com/tutorials/how-to-add-a-custom-class-to-a-wordpress-menu-itemThis is a question I get a lot related to UberMenu – WordPress Mega Menu Plugin, though it’s actually baked into WordPress Core.