Remove Facebook Pinit Twitter Google+ from tours

Here is a walk through on how to customize the theme so as to remove the links and JS Scripts. I suppose you are a programmer, or atlas know how to edit code, so please ensure you keep a backup of your site and customize as per Wordpress recommendations.

The theme comes with Facebook, Google+, Twitter and Pinterest share. To remove them, please follow the steps below:

  1. Please go to entrada/functions.php and open the file function.php in text editor like sublime text.
    Step 1: Search keyword “entrada-pinit-js”.
    Step 2: Comment out the line, i.e. type // at the beginning of the line. (Around line: 198)
    Step 3: Search keyword “entrada-facebook-js”.
    Step 4: Comment out the line, i.e. type // at the beginning of the line. (Around line: 199)

  2. Next go to entrada/js/entrada_custom.js and open the file estrada_custom.js in text editor
    Step 1: Search keyword “FB.init({“.
    Step 2: Comment the whole block. (Around line 324 to 328)
    Step 3: Search keyword “SOCIAL MEDIA SHARE”.
    Step 4: There are 5 functions after this line. They are:

postToFeed
fb_callout
share_on_twitter
pin_it_now
google_plus

Comment out the contents INSIDE each functions EXCLUDING FUNCTIONs. As shown in image below:

This will remove the calling of social share functions.

Thank you