So Yoast appears to have removed the ability for it to auto-generate the meta description based off of the content of the page or post. Using this snippet turns Yoast into an automated SEO solution that will pull the first 250 characters of content to use within the...
So when it comes to Divi Accordion I didn't like how the first one was always open and there wasn't a way to close one without opening up another one. So I came across the following code to accomplish what I was looking for. Here is the Javascript needed to give...
If you want it to be site wide, go into the Divi > Theme Options > Integrations and add the following code to the head area of your site. <script> jQuery(document).ready(function() { jQuery(‘.et_cstm_video video').attr(‘controlsList',...
So there are times where you want to try to protect the video on a page. Here is the jQuery that you should use. <script> jQuery(document).ready(function() { if (jQuery(‘.et_pb_video_box').length !== 0) {...