The "nolink" option does work for the primary links of the Acquia Marina theme (the dropdown menu's based on suckerfish). However, it doesn't show up very nice. In the attached pic the first menu item (OVER MIJ) has the nolink option, the rest doesn't. It works nice, but something happened with the lay-out or something. Any solutions?
Thanks.

CommentFileSizeAuthor
menu.jpg7.14 KBsportel

Comments

ndwilliams3’s picture

same problem. on line 264 of fusion-acquia-marina-style.css change background-position to "right -46px;"

#primary-menu ul.menu li .nolink:hover,
#primary-menu ul.menu li .nolink.hover {
background-position: right -46px;
color: #fff;

marciasa’s picture

Hi,

what style.css file are you refering to?
I have the same problem ; bu can't file any fusion-acquia-marina-style.css
neither in acquia marina themes or the module ;
thanks ;

ndwilliams3’s picture

Sorry, I did not look at the version you were using. I am using 6.x-3. look at the main style sheet. The same problem may exist in both versions.

marciasa’s picture

Hi there,
so I am using Acquia Marina; I have tried simply adding the nolink code from the fusion style.css file;
now the top tab in the primary link shows fine, but the sub tab don't' ;

do you know a way to make the fusion code related to the nolink work with acquia marina;
so basically how to add to the acquia marina theme the support for the special menu (nolink)?

Rgds,

ndwilliams3’s picture

I am using 6.x-3.0-alpha1 of Acquia Marina the newer subtheme of Fusion Core. I did not have any issues with sub tabs, just the top tab. What version of marina are you using?

bidi’s picture

Version: 6.x-1.4 » 6.x-1.5

I had the same issue and that's worked for me http://drupal.org/node/485960#comment-3809218

gagarine’s picture

Category: bug » support
Status: Active » Closed (won't fix)