I've been reading "Drupal 6 - Ultimate Community Site Guide" - it's a tutorial on how drupalfun.org was built. Early on it suggests using the Pixture theme and the DHTML Menu module. In researching these, it appears that the Pixture Extended theme and JQuery Menu module might be better alternatives. Since Pixture Extended uses Superfish menus (a jQuery plugin), I'm wondering if there might be conflicts in combining the two.
Here is the part of the documentation for the theme regarding the Superfish Drop Menu:
1) Build a standard drupal menu. Set the correct levels to "expanded".
2) Disable Primary links in the theme settings AND check the setting to enable Superfish (scroll to the bottom of the Pixture Reloaded theme settings page).
3) Place the menu block in the Superfish region (using Drupals normal block configuration system). Your menu will be auto-magically rendered as a Drop menu.
4) To modify the animation style and speed please see the following site for a full run down on configuring the Superfish plugin: http://users.tpg.com.au/j_birch/plugins/superfish/
I'd appreciate any insight/guidance on this matter.
There shouldn't be any conflict with the modules themselves
There shouldn't be any conflict with the modules themselves, however it is possible that there could be theme conflicts. Jquery menu prefixes all of its styles with the name of the module so it is virtually impossible that it would have a name space collision. Usually when there is a conflict it is due to a style in the theme that overrides the CSS of the JQuery menu module. Fixing those kinds of issues is fairly easy, but does require a knowledge of CSS.
When in doubt test your site with a standard theme such as Garland. If a problem occurs with a custom theme and not with a standard theme then you can be sure that the problem rest with the theme.
Poster un nouveau commentaire