Template not working in IE/Safari after a content migration
Posted 15 years 10 months ago
We recently did a content migration over the site installed with RockTemplate(MediaMogul), data moved included articles and their associated tables/records(like section, category, menu structure etc).
Now we have a problem that the home page does not display its all things in IE/Safari browser, but works okay in Firefox browser. The missing parts in IE/Safari browser are those top down from "Top Videos" section on the right as well as the footer part in home page.
Anyone has similar problem when migrating content from Joomla's built-in templates into MediaMogul template? Thanks in advance.
Re: Template not working in IE/Safari after a content migration
Posted 15 years 10 months ago
Hello,
This seems not a template bug, but the error after you did the migration or some changes. Did it work at the first time? Do you remember what is the last changes you made before it's broken?
Re: Template not working in IE/Safari after a content migration
Posted 15 years 10 months ago
I agree that it is not a template bug, but a module bug in Top Videos. When removing the below javascript block from Top Videos module, it looks okay in IE except the up/down arrows disappeared:
<script type="text/javascript" src="templates/rt_mediamogul_j15/js/rokvideoscroller.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
var x = new RokVideoScroller('video-list',{
'duration': 1000
});
});
</script>
Since it worked fine before content move, a reasonable excuse should be that the template is too heavy and once a large number of content imported, it will dramatically exhaust vistor's internet browser and halt at reading above javascript. We know IE browser works differently in coping with multi-thread javascript as against Firefox, that may be the case.