Hi there!
I've got problem with DJ ImageSlider module in Easyblog.
I have made new template position in wireframe/blogs/entry/default.php by adding code:
And it works fine, but when I assign module - DJ ImageSlider, it works in Chrome browser, but in Firefox NOT.
In firefox it is not visible, looks like hidden.
What is going on? Where is the problem?
Moreover, I put the same code in wireframe/layout/image/container.php to show small slideshow under every photo and it shows me viewed photo from EB correct, but not load my slides - only loader of DJ ImageSlider is visible and nothing happend more with this module.
It looks like JavaScript conflict.... How can I solve this issues?
I'll be very gratefull for your help! :-)
Best regards!
Adam
I've got problem with DJ ImageSlider module in Easyblog.
I have made new template position in wireframe/blogs/entry/default.php by adding code:
jimport('joomla.application.module.helper');
$modules = JModuleHelper::getModules('banner-above-comments');
foreach($modules as $module)
{
echo JModuleHelper::renderModule($module);
}
And it works fine, but when I assign module - DJ ImageSlider, it works in Chrome browser, but in Firefox NOT.
In firefox it is not visible, looks like hidden.
What is going on? Where is the problem?
Moreover, I put the same code in wireframe/layout/image/container.php to show small slideshow under every photo and it shows me viewed photo from EB correct, but not load my slides - only loader of DJ ImageSlider is visible and nothing happend more with this module.
It looks like JavaScript conflict.... How can I solve this issues?
I'll be very gratefull for your help! :-)
Best regards!
Adam