Shape 5

Joomla Templates => Basics - Club => : vwsociety May 06, 2010, 12:38:41 AM



: Accordion Men and Event List
: vwsociety May 06, 2010, 12:38:41 AM
Hello,

now the next problem. I have added the component "eventlist" and the accordion menu doesn't work with the detail page of eventlist. Have a look to this link ( http://vw-society.info/termine/details/2-17-car-a-sound-messe )
The menu begins immediately on the left (in right culumn). There is no distance. Look here: ( http://vw-society.info/termine )
Also the arrows are gone...

It must be possible that this template works with another extensions / plugins / components?


: Re: Accordion Men and Event List
: mikek May 06, 2010, 08:01:38 AM
Hello, it looks like whatever plugin you are using is calling jquery but it is conflicting with the domready commands of the accordion. The plugin should be using a no conflict jquery script or it will cause issues with the default mootools that comes with joomla, which is what the accordion uses.

  <script type="text/javascript" src="http://vw-society.info/plugins/content/joomthumbnail/gallery/prettyPhoto/js/jquery.js"></script>
  <script type="text/javascript" src="http://vw-society.info/plugins/content/joomthumbnail/gallery/prettyPhoto/js/jquery.prettyPhoto.js"></script>


: Re: Accordion Men and Event List
: vwsociety May 06, 2010, 01:28:19 PM
What can I do, now? Is there a possibility to change something in the configuration of the template or accordion extension?


: Re: Accordion Men and Event List
: mikek May 06, 2010, 01:49:03 PM
Hello, first verify that it is the plugin that is causing the issue by disabling it and make sure the page loads correctly after that. If it does then there is an issue with this plugin and won't be compatible with the accordion menu or any module that uses the default mootools.js file.


: Re: Accordion Men and Event List
: vwsociety May 07, 2010, 07:52:41 AM
Hello, it is the plugin "EventList" which causes the issue.
It is possible to change something in my configuration or can I change anything on the accordion menu files?

Thank you!
Best regards, Stefan

Hello, first verify that it is the plugin that is causing the issue by disabling it and make sure the page loads correctly after that. If it does then there is an issue with this plugin and won't be compatible with the accordion menu or any module that uses the default mootools.js file.


: Re: Accordion Men and Event List
: mikek May 07, 2010, 02:47:54 PM
Hello, I am sorry there's nothing that can be changed in the config or menu setup, it is a problem with the javascript of the plugin that is causing this issue and not allowing the default mootools to be called.