Active
Project:
Accordion Blocks
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2009 at 21:47 UTC
Updated:
8 Jul 2009 at 15:36 UTC
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 ?
| Comment | File | Size | Author |
|---|---|---|---|
| accordion_problem.gif | 67.97 KB | lesonunique |
Comments
Comment #1
pflame commentedDid 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.
Comment #2
lesonunique commentedI 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 $rightHave you an idea ?
Comment #3
pflame commentedYou 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.
Comment #4
owntheweb commentedHello,
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. :)
Comment #5
pflame commentedFor 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.
Comment #6
owntheweb commentedThanks for the feedback. :) I'm still struggling somewhat but posted my progress at: http://drupal.org/node/388384#comment-1789248 .