- Posts: 14116
- Thank you received: 1639
Newsflash module doesn't work on IE
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 11 months ago #4905
by ivan.milic
Replied by ivan.milic on topic Re: Newsflash module doesn't work on IE
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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4910
by ivan.milic
Replied by ivan.milic on topic Re: Newsflash module doesn't work on IE
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
<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
Less
More
- Posts: 19
- Thank you received: 0
13 years 11 months ago #4911
by mosskit
Replied by mosskit on topic Re: Newsflash module doesn't work on IE
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 : ))
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.079 seconds