Newsflash module doesn't work on IE

More
13 years 2 months ago #4905 by ivan.milic
Ok, use "report to moderator".

But be sure to give account that can access Template Manager!
Numeros times I got the login but I could not access T.M.

Please Log in to join the conversation.

More
13 years 2 months ago #4910 by ivan.milic
It was this:
<script type="text/javascript">
jQuery(function() {
jQuery('#gallery a').lightBox();
});
</script>

when there us no html element with id="gallery" , containing <a>. Go to Template Manager , Edit HTML and change that to look like this:

<script type="text/javascript">
try{
jQuery(function() {
if(jQuery('#gallery a')[0])
jQuery('#gallery a').lightBox();
});
}catch(exc){}
</script>

You did not change it when I told you so

Please Log in to join the conversation.

  • mosskit
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #4911 by mosskit
Well I did so but when replacing those files you had asked before, I got back with that HTML code to the previous version to check all the combinations and solve the issue.

Big thanks to You once again. This summer i'm going to visit croatia. Please be sure, to have box of beer delivered right at your fee : ))

Please Log in to join the conversation.

Time to create page: 0.287 seconds
Powered by Kunena Forum