Support Forum

  • Page:
  • 1

MooFaq: accordion effect doesn't display

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi, I successfully installed Moo Faq on my local server.

I did all the suggestions so, I've added [code:1].menuTitle {font-size: 12px;font-weight:bold;display: block;text-decoration: none;outline-style:none;height: 18px;padding-top: 6px;padding-bottom: 3px;padding-left: 6px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #ddd;margin-bottom: 1px;}



.content {font-size: 10px;color: #5E6257;display: block;background-color: #FFFFFF;}[/code:1]

to my template_css.css and I've added [code:1]<script src="<?php echo $mosConfig_live_site;?>/modules/moo_faq/mootools.js" type="text/javascript" charset="utf-8" ></script>

<script src="<?php echo $mosConfig_live_site;?>/modules/moo_faq/moo_faq.js" type="text/javascript" charset="utf-8" ></script>[/code:1]

just before </head> tag in my index.php

The result is that I can't get accordion effect working! Moo Faq displays both the question and the answer at the same time..



What can I do?:(<br><br>Post edited by: mauri87a, at: 2007/09/16 20:29
  • Narkotik33's Avatar
  • Narkotik33
  • Free Extensions
  • 3 posts
  • Karma: 0
The administrator has disabled public write access.
Not solved yet..



Help..!!!
  • Narkotik33's Avatar
  • Narkotik33
  • Free Extensions
  • 3 posts
  • Karma: 0
The administrator has disabled public write access.
Its hard to know without being able to see directly. Can you upload to your host?



Does the line referncing the moo_faq.js break or is it all one line.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
It's in local..at the moment I can't upload it.

The line doesn't break.



I have some others mootools scripts running, this could be the problem? (I don't think so..)
  • Narkotik33's Avatar
  • Narkotik33
  • Free Extensions
  • 3 posts
  • Karma: 0
The administrator has disabled public write access.
Well OK theres your solution. Its a conflict with something else you are running.



It often helps to remove one by one or rearrange the way the script is called in the index.php. Perhaps post the full head so I can take a closer look but would really be quicker if it were up on a site ...
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
I am having the same problem. My <head> code is pasted below. I'm pretty sure that's it's conflicting, is there a way to get the scripts to get along without removing one?

<head>

<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />

<?php mosShowHead(); ?>

<?php

if ( $my->id ) {

initEditor();

}

?>

<meta http-equiv="Content-Type" content="text/html; charset=" />

<link rel="stylesheet" type="text/css" href="<?php echo $mosConfig_live_site; ?>/templates/joomlajet11/css/template_css.css" />



<script type="text/javascript" src="<?php echo

$mosConfig_live_site;?>/modules/mod_ajaxsandbox/thickbox/jquery.js"></script>

<script type="text/javascript" src="<?php echo

$mosConfig_live_site;?>/modules/mod_ajaxsandbox/thickbox/thickbox.js"></script>

<link href="<?php echo

$mosConfig_live_site;?>/modules/mod_ajaxsandbox/thickbox/thickbox.css"

rel="stylesheet" type="text/css" media="screen" />



<script src="<?php echo $mosConfig_live_site;?>/modules/moo_faq/mootools.js" type="text/javascript" charset="utf-8" ></script>

<script src="<?php echo $mosConfig_live_site;?>/modules/moo_faq/moo_faq.js" type="text/javascript"

charset="utf-8" ></script>

</head>
  • Carsten's Avatar
  • Carsten
  • Free Extensions
  • 1 posts
  • Karma: 0
The administrator has disabled public write access.
Sorry didnt see the post ...



You could try using slimbox.



Jquery and Mootools tend to always have conflicts.



From memory Thickbox and slimbox are triggered by the same event so shouldn't be too much work.





http://www.digitalia.be/software/slimbox
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers