By John Calvert on Tuesday, 19 February 2019
Posted in Technical Issues
Replies 1
Likes 0
Views 591
Votes 0
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:


// if (typeof MooTools != 'undefined' ) {
if ( TRUE ) {
var mHide = Element.prototype.hide;
var mShow = Element.prototype.show;
var mSlide = Element.prototype.slide;
• • •
Hi John,

Thanks for the sharing By the way do you have try to enable setting Render EasyBlog's Own jQuery library https://take.ms/h48kK before?
·
Tuesday, 19 February 2019 14:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post