Active
Project:
Acquia Marina
Version:
7.x-2.0-beta1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2012 at 08:50 UTC
Updated:
2 Jan 2013 at 16:23 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| No_menu_bullets.JPG | 55.67 KB | PhilTheDoc |
Comments
Comment #1
esmerel commentedAre you using the 'list' skin for >> ? Just making sure I'm looking at the same thing you are.
Comment #2
PhilTheDoc commentedI 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?
Comment #3
esmerel commentedYes - 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?
Comment #4
PhilTheDoc commentedNo 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.
Comment #5
seedseller commentedme 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.
Comment #6
seedseller commentedThat 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.
Comment #7
esmerel commentedWhoops, that's probably a bug which should be fairly easily fixable.
Comment #8
PhilTheDoc commentedUnfortunately 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)
Comment #9
adams.garfield commentedYea even i feel its a bug can u help on how to fix it :) thanks