![]() |
Menu Dingbats
Ok, so I've been customizing my menu (left column) of my site and everything is fine except one oddity:
The dingbat for my Help section is the same as my authentication / affiliate section (I.e green), when the actual image it should pull is orange. Steps I have taken and relevant info: -The actual image file (dingbats_Help.gif) is correct; i.e. orange. skin1/customer/help/menu.tpl looks like this: Code:
{* skin1/customer/menu_dialog.tpl looks like this: Code:
{* skin1/main.css snippet: Code:
/* Code:
/* menu Box title */ Any ideas? |
Re: Menu Dingbats
do you have both dingbats_Help.gif and dingbats_help.gif?
according to this .menu-help .title-bar img.icon { background: url(images/dingbats_help.gif) no-repeat; } this image name should be written in lowercase Also I believe that for 4.2.0 Templates editing there is a separate forum. |
Re: Menu Dingbats
It is dingbats_help, no caps. Sorry. If this is in the wrong forum I apologize, didn't know.
|
Re: Menu Dingbats
Moved to 4.2 forum
|
Re: Menu Dingbats
So entering in browser URL your_domain/skin1/images/dingbats_help.gif you see correct image?
|
Re: Menu Dingbats
Quote:
Yep. Which of course leads me to believe it is referencing a different image somewhere, but I can't for the life of me discern where :lol: |
Re: Menu Dingbats
It is possible due to overriding CSS rule for menu-help with more specific one.
Try to change Code:
.menu-help .title-bar img.icon { background: url(images/dingbats_help.gif) no-repeat; } to Code:
#left-bar .menu-help .title-bar img.icon { background: url(images/dingbats_help.gif) no-repeat; } |
Re: Menu Dingbats
Didn't help =/ thanks anyways.
I have bigger issues at this point anyways, I plan to move my site from one domain to another, so i switched the ssl to the new site. Unfortunately now I cannot log into the admin side (was using secure login) :lol: ***EDIT*** Found the correct DB entry, I'm back in my own store :lol: |
Re: Menu Dingbats
Please PM me your store URL or post it here I'll try to investigate this right in place.
|
Re: Menu Dingbats
Thanks for taking an interest in it.
www.speartech.net/shop/home.php?shopkey=testing you'll see it on the left there (green when it should be red) |
All times are GMT -8. The time now is 03:53 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.