Hi,
I have a problem with the "Accordion blocks module"...when i activate it, i have a css conflict with my personal theme and i don't see the Accordion blocks in the right. I don't understand why ! (All the installation is ok, and I haven't error message)

Could you help me ?

CommentFileSizeAuthor
accordion_problem.gif67.97 KBlesonunique

Comments

pflame’s picture

Did you install jquery_ui module by following the instructions at http://drupal.org/node/388384#comment-1530114 . Please use the patch attached to that post.

Is your blocks region name is 'right' or 'left'? Accordion effect will apply only for the left and right regions.

lesonunique’s picture

I have followed the instructions at http://drupal.org/node/388384#comment-1530114, and i have this code for the block declaration in my "page-front.tpl.php"

if ($right):
print $right

Have you an idea ?

pflame’s picture

You have $right in page.tpl.php, it should work. Try using latest(1.0-beta1 version) code. If possible send me the url, then I can find the problem.

owntheweb’s picture

Hello,
I seem to be having a similar issue. It's most likely my newbness. Using the Garland theme, I have cool accordion functionality working on my right menu as desired. However there is no styling to start. I want to install another theme, but I need to get the default working first.

I did not install the patch mentioned in http://drupal.org/node/388384#comment-1530114 . I probably need to do this, but am not sure where to start. I found a tutorial on how to use patches, but I do not have access to command line for this project.

Any thoughts on how to proceed? Thanks for the feedback in advance. :)

pflame’s picture

For the styling you need to apply http://drupal.org/node/388384#comment-1530114 patch. If you have FTP access get the module to your local machine, apply the patch then put the files.

owntheweb’s picture

Thanks for the feedback. :) I'm still struggling somewhat but posted my progress at: http://drupal.org/node/388384#comment-1789248 .