List Manager Forum

Remove the Call to JTooltips

User cmb 2016-03-31 19:02:23

In the past there was some discussion here in the forum about removing the call to JTooltip. (https://www.moonsoft.es/forums/5-lm-support/694-how-can-i-remove-tooltip) Unfortunately the links provided in that thread and elsewhere on the moonsoft.es Website are dead. See http://www.moonsoft.es/en/help/5/433-stop-pop-ups and https://www.moonsoft.es/index.php/en/help/5-lm-support/433-re-stop-pop-ups.

I am using List Manager version 2.2.15 on a Joomla version 3.5.0 Website. The call to JTooltip is causing a JavaScript conflict so I would like to remove it. What is the best way to do that and preserve the upgrade feature of the extension, that is, not edit the files that might be overwritten later?

Moonsoft support 2016-04-01 11:51:41

Hi,
you're right, we've fixed now the redirect urls from older site. In order to remove jtooltip you should edit this file:

JOOMLA\modules\mod_listmanager\tmpl\content.php

and remove/comment the line


JHTML::_('behavior.tooltip');

(about line 27)

You could create a template override to keep the file change, but the original file most of the times needs to be updated, so we suggest to fix the js conflict instead or remove the line again when upgrade.

Regards

User cmb 2016-04-06 20:28:10

I think I can live with the Tool Tips error. Upon close examination I found that the Bootstrap dropdown menu on the pages that displayed a ListManager list did not work. There was a conflict with the JavaScript included by ListManager. (Probably the /components/com_listmanager/assets/js/lmbootstrap.min.js file.)

The JQueryEasy extension that I use has the noConflict code enabled but that wasn't correcting the problem. I examined my template and noted that the bootstrap.min.js file was being loaded last and not first. I have modified my template so that the Bootstrap JavaScript is loaded first and now the dropdown menus work on the pages with ListManager components.

Now the browser complains that Bootstrap needs JQuery (which is loaded later) but at least the page works. I can modify the order of JavaScript loading to correct that problem.

Moonsoft support 2016-04-07 18:06:36

Hi,
yes, the right order is to load jquery before the bootstrap. Please set it that way and let us know an url to check your page (you can do it privately placing a ticket at your customer helpdesk), we'll debug directly at your site and let you know how to fix.
Additionally, you can try to disable for a while the jquery easy and check if you can see any change.

Regards

User cmb 2016-04-11 18:28:16

The script declaration that you supplied in the support ticket (shown below) solves the problem. I added it to the JQueryEasy extension and my dropdown menu works again.

jQuery(document).ready(function($) {
$('').dropdown();
});

I also look forward to the new version of List Manager.

...
Support/development 40 hours

With the peace of mind of having a professional team at your service (20% discount)

Buy now!
...
Support/development 10 hours

Get a bigger amount of hours for more complex tasks and get a 10% discount

Buy now!