Hi
Yes, got it. Thank You.
I have not found even one anchor link in Your site, so I'm guessing Smooth Scrolling script can be disabled, since You are not using it.
For logout I honestly do not know if I'm looking at a right place. Please check my screen. Is this the Logout You were talking about ? It has no Javascript functionality attached, all it does is to link to a Joomla's User Login/Logout page.
I can see You had template's /js folder renamed, so none of the template's javascripts were loading, althought template was still calling them and that was most likely causing some problems.
There is one conflict from template I can see. It's with fitVids script which is not needed since You have jwPlayer doing same job. Edit file /layout/default.php and remove at the bottom:
- Code: Select all
<script>
jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("body").fitVids();
});
</script>
and from /layout/blocks/head.php
- Code: Select all
$this->API->addJS($this->API->URLtemplate() . '/js/fitvids.jquery.js');
Would have done that by myself, but unfortunately cannot operate in Your cPanel without knowledge of Your language

Please tell me if I have misunderstood something.