Sections in this category

Embedding Web Elements in WordPress

With the latest versions of WordPress, version changes make it so that, while you can embed our Web Elements, they will not appear. This is due to the newer versions not being able to handle jQuery.

To embed Web Elements in a WordPress page, you'll need an understanding of navigating through WordPress and basic understanding of HTML.

Below you can find an example of a WordPress page with Web Element code embedded. As you can see, the code generated in the Web Element Designer is simply cut/pasted in the body of the page.

As with the basic HTML page, WordPress pages also need to be able to include jQuery. While you can do this on a page by page basis, it will be easier/faster to do this in the Theme Header file, as demonstrated below.