Muziq - Music Band & Musician Template

Contents

1. Update twitter in template

2. Theme And Plugin Update

3. Visual Composer License

1. Update twitter in template

First, please update script in: \muziq\scripts\vendor\twitterFetcher_min.js. Please copy last version of script and paste it in current file from:

https://raw.githubusercontent.com/jasonmayes/Twitter-Post-Fetcher/master/js/twitterFetcher_min.js

Then go to \muziq\scripts\main.js go to Twitter section.

The default code:

function twitterfeed() {  
      var config5 = {
        "id": '702067549920485376',
        "domId": 'twitter-feed',
        "maxTweets": 4,
        "enableLinks": true,
        "showUser": true,
        "showTime": true,
        "dateFunction": '',
        "showRetweet": false,
        "customCallback": handleTweets,
        "showInteraction": false
      };

Change it to:

function twitterfeed() {
      var config5 = {
        "profile": {"screenName": 'type your username here without @'},
        "domId": 'twitter-feed',
        "maxTweets": 4,
        "enableLinks": true,
        "showUser": true,
        "showTime": true,
        "dateFunction": '',
        "showRetweet": false,
        "customCallback": handleTweets,
        "showInteraction": false
      };

2. Theme And Plugin Update

Please go to http://themeforest.net/downloads and download latest version of our theme

Please follow this video to update our theme in your website.


3. Visual Composer License

If you have Visual Composer with a theme which you’ve purchased from ThemeForest, then you don’t need to activate it.

Please see this link: http://themeforest.net/forums/thread/visual-composer-licence-key/133679