I discovered a conflict between EasyBlog and MooTools dropdown menu on my Joomla site, which caused the dropdown menus to not work when viewing the blog page.
My workaround is:
/components/com_easyblog/themes/wireframe/blogs/latest/featured.js:
My workaround is:
/components/com_easyblog/themes/wireframe/blogs/latest/featured.js:
// if (typeof MooTools != 'undefined' ) {
if ( TRUE ) {
var mHide = Element.prototype.hide;
var mShow = Element.prototype.show;
var mSlide = Element.prototype.slide;
• • •