Problem with LanderPro Menu

My menu keeps redirecting me to AddThis page any ideas the cause? Thanks in Advance!

Bob

It looks like you’ve added it to either your site wide Code Javascript area or on each page’s JS area in the page inspector. Probably just on individual pages as I’m not seeing it on every gallery page.

Great Mbira collection - amazing!

It is right under your GA code:

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21166662-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

<!-- ADDTHIS BUTTON BEGIN -->
<script type="text/javascript">
var addthis_config = {
     pubid: "YOUR-PROFILE-ID"
}
1 Like

wow that was quick !! Thanks David … thanks for the comments on Mbira… been fun collecting & Playing them

Best Bob

1 Like

Glad that helped.

Yeah, I’m a big fan of Shona Mbira music and was honored to perform once with Thomas Mapfumo at the SWSX festival in the early 2000’s when I was playing in Wadada Leo Smith’s ensemble and Thomas and Leo collaborated on a few pieces. I was very saddened by the passing of Cosmas Magaya - he was one of the greatest masters who be sorely missed. Very sad that he passed from Covid.

Man its a small world!!! Thomas was the inspiration for me …yes, very sad about Cosmas Magaya …not many masters left…

BTW I tried removing the AddThis code and still no luck…any others suggestions?

1 Like

I would just look for that code in the page source code for all your pages and check in the page inspectors and site wide code as on another look I do see it on your homepage as well. Also, I noticed you GA code appears twice on your homepage, so it seems like you might have added it to the site wide code as well as on individual pages’ page inspector, and perhaps did the same with the AddThis code?

ok great I’ll go back and check Thanks again!

1 Like

Thanks so much for your help!! All is fixed!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.