Massive Dynamic - Add a link to the business bar items

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

  1. jQuery(document).ready(function($){

  2. $(".info-container .email-content").html("<a href='#'>my email</a>");

  3. $(".info-container .tel-content").html("<a href='#'>my number</a>");

  4. $(".info-container .address-content").html("<a href='#'>my address</a>");

  5. });

*You can use any URL which you want instead of the #

*You can use any text you want instead of the "my email", "my number", "my address".

 

 

 

 





    • Related Articles

    • 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 - 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 - 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 - 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 ...