Installing the Blog Kit
You can download another copy of the Installation Instructions here:
Changelog
V1.1 - May 2021
Updates were made to the following files to address changes in Jquery implemented in WordPress:
BK2BlogTemplate.json
BK2ArchiveTemplate.json
BK2SearchTemplate.json
BK2AuthorTemplate.json
BK2BlogLayout1Col.json
BK2BlogLayout2Col.json
BK2BlogLayout3Col.json
BK2BlogLayoutSidebar.json
BK2Code.json
How to update your Layouts and Templates
If you purchased the kit here, you can download a new package from your account home page. If you purchased from Elegant Marketplace, please log in to your account there to download the new package.
Unzip the package (unzipme_bk2.zip).
You will likely not be using all of these files on your site – select the ones you are using and need to update.
If you have NOT made any other changes to the templates or pages on your site, you can go ahead and upload the new files to replace the old ones. However, if you HAVE made your own changes, you can just update the Javascript Code Module in your existing Templates and Pages. To do this, open the Template or Page and locate the existing Code Module at the bottom (switch to Divi WireFrame Mode so that you can see the code modules at the bottom).
Open the Code Module titled Code – Jquery to modify blog module output and replace the entire contents with:
[pastacode lang=”javascript” manual=”%3Cscript%3E%0A(function%20(%24)%20%7B%0A%24(document).on(‘ready%20ajaxComplete’%2C%20function%20()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2FWrap%20blog%20content%20in%20container%0A%20%20%20%20%20%20%20%20%20%20%20%20%24(%22.dd-blog-module%20.et_pb_post%22).each(function%20()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24(this).find(%22.entry-title%2C%20.post-meta%2C%20.post-content%22).wrapAll(‘%3Cdiv%20class%3D%22dd-blog-content%22%3E%3C%2Fdiv%3E’)%3B%0A%20%20%7D)%3B%0A%20%20%7D)%3B%0A%20%20%7D)(jQuery)%3B%0A%3C%2Fscript%3E” message=”New JS Code” highlight=”” provider=”manual”/]
Frequently Asked Questions
Help! My blog excerpts are no longer overlapping the image.
Please see the V1.1 Changelog on this page for details on how to update your javascript code to fix this.