Pregunta

I am using a joomla sp accordian module for displaying a set of articles on a page. However, the accordian effect only shows up when I am logged in as a registered user. It does not show the accordian effect when I am logged out. I have set all of the access levels to public.

What am i doing wrong here?

¿Fue útil?

Solución

I'll take a punt on this being either: a) some sort of cache issue (Joomla not browser) b) a javascript error

For (a) turn off all caching - global config and system pluginand retest.

For (b) check mootools is loading. Check the browser's error console for .js errors. If the tabs module/plugin loads jquery check for noConflict mode - and also that only one instance of jQuery's .js file loads.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top