Posted by PhilTheDoc on June 22, 2012 at 8:50am
7 followers
Jump to:
| Project: | Acquia Marina |
| Version: | 7.x-2.0-beta1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
My Navigation Menu won't show bullets. The skin is set to use ">>". Bullets appear for the navigation menu in Bartik and other themes. I can't find a setting anywhere that will correct this.
Any suggestions most welcome.
Phil
| Attachment | Size |
|---|---|
| No_menu_bullets.JPG | 55.67 KB |
Comments
#1
Are you using the 'list' skin for >> ? Just making sure I'm looking at the same thing you are.
#2
I use the drop down menu top right of the navigation menu block, select "Edit skin", go to "Acquia Marina" and in the "List Styles" drop down I select "Small text list with >>". Is that what you mean?
#3
Yes - mine is working ok, I'm not sure why yours is not. Is your site publicly available so we could possibly take a look at what's going on?
#4
No I'm sorry the site is an Intranet locked securely away behind the UK National Health Service firewall. I can provide screen shots but not much else I'm afraid.
#5
me too.
The log shows it is looking for
http://www.my.site/skins/acquia_marina_default/images/green-bullet.png
I suspect it should be looking for
http://www.my.site/sites/all/themes/acquia_marina/skins/acquia_marina_de...
If there is a fix, please post. Tomorrow I will try to find where it happens.
#6
That was an easy fix. The css and the skins directories are at the same level in the directory tree. One simply needs to edit the 'fusion-acquia-marina-style.css' file in the css directory. Change each of the three lines beginning with the string
"background: url(skins/"
to
"background: url(../skins/"
and the navigation menu bullets will no longer be missing.
Now just to find out why they appear hidden by the first character of the menus.
#7
Whoops, that's probably a bug which should be fairly easily fixable.
#8
Unfortunately this doesn't help me. There are no such lines in the css file I have installed - I'm using Acquia Marina 7.x-2.0-beta1+10-dev. I installed the dev version because of a lot of green bullet missing errors but they got better with the dev but the navigation menu problem persists. (http://drupal.org/node/1422988)
#9
Yea even i feel its a bug can u help on how to fix it :) thanks