Massive Dynamic - Add HTML and Javascript to page

Massive Dynamic - Add HTML and Javascript to page

This is a step by step guide for adding HTML and Javascript to the page.

There are two ways for adding the HTML codes and Javascript codes to the page.

1. Using Massive Dynamic shortcode

1. Open the page which you want to add the codes in edit content mode.
2. Open the shortcodes panel



3. Find the "HTML Code" shortcode.



4. Drag & Drop it to the page.
There you can write the HTML codes and the Javascript codes.




2. Using Visual Composer plugin

Add HTML 
If you want to add the HTML code to the page (for example, a table), you can follow these steps:

1. Open the page which you want in edit mode from the WordPress dashboard.



2. Choose Backend Editor from the top of the page.



3. Choose Raw HTML from the elements.



4.Add HTML codes into the Raw HTML 



The result:



Add Javascript
 If you want to add Javascript code to the page (for example popup window), you can follow these steps:

1. Open the page which you want in edit mode from the WordPress dashboard.



2. Choose Backend Editor from the top of the page.



3. Choose Raw JS from the elements.



4. Add Javascript codes into the Raw JS. 



The result:






    • Related Articles

    • Massive Dynamic - Customize the shop page

      In this article, we'll explain how to customize the shop page. By using Massive Dynamic you can choose between two different layouts for the shop page. . 1. The default layout of the shop page that comes from the Woocommerce plugin. You can see the ...
    • Massive Dynamic - How to create a blog page?

      This is a step by step guide for creating the blog page. In Massive Dynamic, you have two ways for creating the blog page.  WordPress Default Template In this way, you can't set the content for the blog page and you can't use "Edit" or "Edit content ...
    • Massive Dynamic - Add Custom CSS and Custom JS

      In this article, we'll explain how to add custom CSS codes and custom js codes into the Massive Dynamic. Adding  Custom CSS codes Follow the below steps for adding codes: 1. Open the website in the site setting mode. 2. Navigate to the General >> ...
    • Massive Dynamic - Add link to the copyright area

      In this article, we will show how you can add a link to the copyright area text. 1. Open your website in site setting mode 2. Navigate to the general >> custom js 3. Add following codes there jQuery(document).ready(function($){ $(".copyright ...
    • Massive Dynamic - Change background color of the post page

      In this article, we will explain how to change the background color of the single post page. 1. Open the website in site setting mode 2. From the left-hand sidebar navigate to the general >> custom css 3. Add this code there .single ...