0
votes
1answer
97 views

Window.addEvent is not a function after merging js files

well i used joomla's ScriptMerge to merge all js files into one but now i get window.addEvent is not a function on squeeze box initialization,everything else is working fine except for this...i ...
1
vote
2answers
128 views

How can I write a router to open a Joomla Squeezebox modal from a URL parameter?

I have a Joomla site which uses Squeezebox which the default modal javascript for Joomla. I've been using Squeezebox with template overrides. For example, I have a link that looks on every page ...
1
vote
3answers
156 views

Mootools and Joomla 2.5 Custom Template

Im creating a custom template for joomla 2.5 and I want to know if is it safe to disable mootools for my template? If its safe, how can I disable mootools?
2
votes
1answer
117 views

Specific href after joomla's modal window close

I have a Joomla 1.5.26 site here and I am trying to make modal window take specific href on close. Looking into modal.js file, I found this part of code... this.btnClose = new Element('a', ...
2
votes
1answer
88 views

Converting Event Tracking code from Jquery to Mootools

I'm working on a Joomla website so it's using Mootools. I need to use Analytics Event Tracking on the contact form submit button; however, JQuery isn't working and I have tried all of my options by ...
0
votes
0answers
52 views

Joomla Chronoforms working when logged in but not when browsing as a guest

I decided to ask this question here because this might not be completely Chronoforms-plugin related. My problem is that I've made a custom Joomla registration form with Chronoforms, but when I'm ...
0
votes
1answer
119 views

simple ajax call in joomla 1.5 not working

I'm trying to do a simple ajax call in joomla 1.5 (from the jseblod subtemplate, if that's any help) but nothing seems to work: I tried using javascript and using mootools (version is 1.1) to call a ...
0
votes
2answers
48 views

Development of a module joomla

I'm trying to develop a simple module using jquery, but I want disable mootools. I try to use this code in default.php file $user =& JFactory::getUser(); if ($user->get('guest') == 1) { ...
0
votes
1answer
113 views

Lightbox behaviour on appeded or cloned content

i'd really use some help please! I'm working in Joomla's backend. As you probably know Joomla uses Mootools by default and it's default SqueezeBox lightbox. I'm trying to built a module and inside ...
0
votes
2answers
142 views

scrollbar in IE6

Today, I tried to browse my Joomla website in an ancient browser, IE6. All elements looked fine, but I saw a long horizontal scrollbar in pages with SqueezeBox (Joomla modal box) enabled. To find ...
2
votes
2answers
224 views

Mootools (joomla) + jQuery + Firefox conflict: selector bug

This is a very specific - and bizarre - bug relating to these specific software versions: Joomla 1.5.23 jQuery 1.7.2 Mootools Upgrade (a Joomla plugin) Mootools 1.2.5 Firefox 18.0.1 Note that the ...
0
votes
0answers
116 views

MooTools conflict on Joomla site with no other scripts running

I have a Joomla 2.5 site not functioning correctly in IE8/IE7. It uses a MooTools plugin to load accordions (as you can see here: http://www.bicyclestreetinn.com/groups/ ). But in IE8/IE7, the ...
0
votes
1answer
123 views

Mootools 1.4.5 + Fail to execute the initialize method of a subclass

I have migrated a Joomla 1.5 website to Joomla 2.5. The Joomla 1.5 website uses Mootools 1.11. The Joomla 2.5 website uses Mootools 1.4.5. The website contains a specific functionality named annuary. ...
-1
votes
1answer
55 views

Does a web page shows a 404 not found error due to mootools plugin error in internet explorer [closed]

Does a web page shows a 404 not found error due to mootools(1.12) plugin error in internet explorer This problem occurs only in Internet explorer due to the following error SCRIPT438: Object ...
0
votes
2answers
256 views

Solving a mootools error / conflict using Gantry Framework on J3.0.2

I am having problems finding the solution to two errors on a web site I am building on a Joomla 3.0.2 platform and using the Gantry Framework. The first error is: Type issue 'null' is not an object ...
0
votes
1answer
838 views

TypeError: Object #<HTMLSelectElement> has no method 'getSelected' in Joomla ChronoForm

I'm getting this JS error on my code: error: TypeError: Object #<HTMLSelectElement> has no method 'getSelected' code: window.addEvent('domready', function() { ...
2
votes
1answer
72 views

Mootools Breaking Panoramio Javascript API

I am trying to use Panoramio's JavaScript API but it fails to display when the MooTools framework is used. Using Chrome's inspect feature on this jsFiddle reveals this error with the included ...
0
votes
1answer
234 views

dynamic changing element style using JS - Joomla ChronoForms

Please help me with a form I'm trying to do. I have a dropdown select, all the options in the < select > have ID's, for example: one option has id="hide_me", other option has id="hide_none". Here ...
0
votes
1answer
94 views

call ajax with mootools

Hi everyone I call ajax with mootols and obtain this error, I looking for internet but dont find anything this is my code to call ajax $$('.item-129 a').addEvent('click', function(event){ ...
0
votes
2answers
93 views

alert with mootools and joomla

I have to try something very simple with mootools and joomla 2.5, but dont work. I only can show a alert when I clicking in a link of my menu I only want to show a alert,firebug don“t reconized any ...
0
votes
1answer
61 views

menu with mootols

I am using joomla 2.5 and I want to modified a <div> tag with ajax and mootools in my index.php file I have this <div id="content" class="column grid_16"> <div ...
0
votes
3answers
478 views

Need help resolving what appears to be a jQuery/MooTools conflict

I am attempting to implement a jQuery plugin called Textify which I purchased on CodeCanyon. Textify requires jQuery, and I am implementing this plugin in a Joomla 2.5 environment using the Vertex ...
0
votes
1answer
85 views

Hook with jQuery in joomla squeeze box

Situation is quite difficult and i don't have enough time to solve it properly, so is there any way to use jQuery with Joomla's squeeze box modal windows instead of MooTools. Not delete MooTools, but ...
0
votes
1answer
1k views

How to fix Mootools and jQuery conflict on Joomla aiContactSafe

Overview I have a Joomal 2.5 website with AiContactSafe contact form installed. Standard AiContactSafe works as a component which means, I cannot include a contact form into an article, it has be on ...
0
votes
1answer
162 views

Mootools accordian remote trigger in Joomla

I'm trying to customise the Joomla 2.5 Accordion contacts page to add a clickable map to trigger the accordion and I'm struggling. The accordion part works fine, and the map works fine with clickable ...
4
votes
2answers
678 views

Importing jQuery into Joomla

I have been a Joomla developer for almost an year now. I have been struggling to import jQuery into joomla everyday. Joomla comes with mootools. When I import jQuery it crashes. Also when I create ...
0
votes
0answers
333 views

Close drop-down menu on click for mobile

I'm using the IceMegaMenu extension on a Joomla 2.5 project. IceMegaMenu is based on Menumatic and uses Mootools. Mostly this is working fine. But I'd like to make the drop-down menus close if the ...
-1
votes
1answer
115 views

I can't Use jquery in Joomla

After I installed my jquery plugin http://farukat.es/journal/2011/02/514-new-creation-jquery-runloop-plugin in Joomla, I still can't call any function in there. It seems like there is nothing at all ...
0
votes
0answers
131 views

MooTools or Joomla expendable maplink - Worldmap [closed]

I look for a maplink as Joomla module or as MooTools example. I think something like the Maplink Combo Pack from http://www.joomlaxtc.com is not bad, but it is too expensive and I need more features. ...
0
votes
0answers
256 views

Restore contents of div after using joomla's modalbox and handler:adopt

I have been trying for ages to open a google map in joomla's modal box (which uses mootools). Link to the site Live Site I have 2 modal links on 1 page, both opening a hidden div, 1 - a contact form ...
0
votes
1answer
708 views

mootools document.getelement is not a function

I'm trying to convert a Joomla 1.5 plugin to Joomla 2.5 plugin. As this plugin is runnning, Firebug says `TypeError: document.getElement is not a function. Here is my code.... var btn = ...
0
votes
1answer
211 views

Is there any way to add a description to an image using joomla! modal squeezebox?

I am using the Joomla modal window squeezebox. I wish to be able to add some text below the image popup, like on www.pathgate.org images. Is there any way I can add this when calling up the modal ...
0
votes
0answers
160 views

Preparing to build MooTools Drag Slider - looking for input to get started

I'm not a programmer and know next to nothing when it comes to javascript, but I want to learn. I'll be adding the slider to a Joomla 2.5 site. This is my starting point: ...
0
votes
1answer
671 views

Joomla 2.5 Menu Buttons Not Working

I'm building a Joomla website and I've now encountered a problem as the buttons have stopped working. These are the Save, Save and Close, Cancel etc buttons in the top right. I can select from the ...
1
vote
3answers
429 views

ClearBox 3 jQuery.noConflict(); and/or javascript conflicts?

I've been trying to make this script from ClearBox3 to stop conflicting with MooTools.. But I can't seem to find a solution on google on how to do this. Expected (Removed mootools library) - Displays ...
1
vote
2answers
100 views

Mootools script corrupts php tags when sets html into document

I am developing module for Joomla 2.5. and I had one problem. I wanted to send data to same page and receive answer in it, without reloading. I found solution for it, but then I stuck again. The ...
0
votes
1answer
1k views

joomla 2.5 native modal box next and prev buttons

I'm using joomla 2.5, and need to add next and prev buttons to the joomla native modal behaviour (media/system/js/modal.js). I have multiple thumbnails which each opens a modal box with a youtube ...
0
votes
1answer
295 views

On Joomla html tabs default code, how to change the active tag using external javascript

In a joomla component I am making, I am using joomla's default tabs functionality. It uses mootools and works like a charm. The problem is that I need to change the active tab using javascript (from ...
0
votes
1answer
315 views

Mootools: Open a parent/section accordion panel if its child item is active

I have 2 Mootools challenges/issues with this site (Built with Joomla) and I would appreciate it if someone can help me out Link to the site. As you can see, I have 4 accordion items that include ...
0
votes
1answer
280 views

accordion in joomla module for form inserted from jumi

I'm having a bit of trouble with this one. the plugins for accordions all seem to be for articles. I have a fairly simple form that is included in a .php file that is included in the module via a ...
0
votes
1answer
165 views

Joomla/Mootools capturing order of Sortables

I am trying to sort a list of database entries and then update the database with the new order in Joomla. So far I've got mootools Sortables list with every <li> having two hidden <input> ...
0
votes
2answers
76 views

setInverval cannot find function?

I dumbed down this script so it wasn't so bulky, but the gist of it is that I keep getting a reference error every second that I have no function getList(). I tried to move setInverval() above and ...
0
votes
2answers
57 views

Declare Code as JQuery

I have mootools and jquery installed (Joomla) for various reasons, and I think my jquery code is trying to run through mootools because I keep getting a bunch of garbage errors with $.getJSON. Is ...
1
vote
3answers
2k views

Joomla modules conflict

I am working ot his project: www.eltotaldesign.com/planeteco I have the modules dj image slider, and another named altra switcher. I tried to install Easy Jquery, and other methods, but nothing ...
0
votes
2answers
1k views

Mootools Script Working In Joomla 1.5, Not in 2.5?

I have a script that I need to use in Joomla 2.5, however it seems it won't work with the new version? What are my options? Here is the full code for the script of the file. echo "<script ...
0
votes
1answer
139 views

How can I dynamically advance Rokbox slide?

we have a site using Joomla, and the rockbox plugin for a javascript-based slideshow. I want to make it work with swipe on mobile devices and have found a mootools library which will pair well, but I ...
0
votes
1answer
1k views

squeezebox ajax mootools

I use the modal window a fair bit in joomla and just found out that it doesn't work with ajax added links. What is the code I need to have the modal window work with those links? I'm better at jquery ...
2
votes
1answer
3k views

What are alternatives to window.addEvent('domready',function() for window.location.href?

We are passing the url page to our Admin Emails through the 'refer' id in Joomla using ... window.addEvent('domready', function() { document.getElementById('refer').value=window.location.href; ...
0
votes
1answer
204 views

Mootools Javascript slideshow freezes after browsing website

Hi I have been using Rokstories, a mootools javascript slideshow in Joomla, I am having a very odd problem with Rokstories in IE . I have uploaded a temp copy to my server to show everyone. If you ...
1
vote
1answer
277 views

How to go to a specific tab in Joomla

I have created a component using joomla 1.7 and I have used tabs like follows. Now My active page is First Tab(tab1.php). What I want is I want to go to the third tab by clicking a link. Following ...

1 2