Shape 5

Joomla Templates => Corpway - Club => : augustkrys July 02, 2014, 10:23:30 AM



: Accordion Menu issues
: augustkrys July 02, 2014, 10:23:30 AM
Clicking link on accordion menu  goes to /undefined but if i right click and open it works fine please advise


: Re: Accordion Menu issues
: mikenicoll July 02, 2014, 05:51:18 PM
Hello,

Can you post a URL?

-Mike


: Re: Accordion Menu issues
: augustkrys July 02, 2014, 08:34:44 PM
Yourwebsitedemo.info


: Re: Accordion Menu issues
: mikenicoll July 02, 2014, 08:47:29 PM
Hello,

Which page do you have the Accordion Menu active on? I took a look but don't see it active on any of those menu links. Did you try doing a fresh installation via the Extension Manager in case something got corrupted?

-Mike


: Re: Accordion Menu issues
: augustkrys July 02, 2014, 09:21:04 PM
Put it on the home page


: Re: Accordion Menu issues
: mikek July 03, 2014, 07:21:09 AM
Hello,

That is strange, I am not totally sure why this is happening and I've never seen it do this before. I was able to get it working though with the ftp you provided, by removing the following in the module's js file:

if (tmp.nodeName == 'A' && tmp.href != 'javascript:;' && tmp.target!='_blank' && tmp.onclick==null) {

                self.location.href = e.target.parentNode.href;

                return false;

            }


It's strange though because that should work. It's acting like it can't detect the href for some reason. Anyway, it's working now with the modified js file.