Massive Dynamic - Add link to the copyright area

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
  1. jQuery(document).ready(function($){
  2. $(".copyright p").css("cursor","pointer");
  3. $(".copyright p").html("<a href='http://theme.pixflow.net/massive-dynamic/'>copyright-made with massive dynamic</a>");
  4. });
 
*You can use any URL which you want instead of the http://theme.pixflow.net/massive-dynamic/
*You can use any text you want instead of the "copyright-made with massive dynamic".
 
For adding link to the part of the copyright text

Please use this codes:
  1. jQuery(document).ready(function($){
  2. $(".copyright").html("<p>copyright-made with <a href='http://theme.pixflow.net/massive-dynamic/'>massive dynamic</a></p>")
  3. });
 
*You can use any URL which you want instead of the http://theme.pixflow.net/massive-dynamic/
*You can use any text you want instead of the "copyright-made with" and "massive dynamic".
 





    • Related Articles

    • Massive Dynamic - Add a link to the business bar items

      In this article, we will show how you can add a link to the business bar items. 1. Open your website in site setting mod 2. Navigate to the general >> custom js 3. Add the following codes there jQuery(document).ready(function($){ $(".info-container ...
    • Massive Dynamic - Update theme

      In this article, we'll explain how to update the theme. 1 - Visit your website admin area and then navigate to appearance >> themes 2 - Now activate any other theme so Massive Dynamic will not be the active theme , if there is no other theme you can ...
    • Massive Dynamic - Install Theme

      Installing Main theme without Child theme 1 - Please login into your envato account and then navigate to https://themeforest.net/downloads 2 - Now find Massive Dynamic item in your purchased items and then click on "Download" button 3 - Choose ...
    • Massive Dynamic - How to set video background

      In this article, we want to describe how to set the video for the row background. You can see the example of video background from the : http://theme.pixflow.net/massive-dynamic/general/shortcode-row/ 1. Open the page which you want in edit content ...
    • 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 ...