I just installed Control Panel 5.x-1.2. The icons don't show up.
Does anyone have the same issue?

Comments

dreed47’s picture

try with the latest build. I made a recent change that I backed out.

dreed47’s picture

Status: Active » Fixed
k3vin’s picture

I just testet the latest build. Still no icons. Only a dummy icon, instead of the orginal icons for the topics. So i don't think it's fixed.

dreed47’s picture

The module by default points to the normal navigation menu (the top level menu) but the icons that ship with the module are for the admin menu section. If there is no icon for a given menu path then the default icon shows, If you want to see the admin icons then set the menu source to administration at (admin/settings/controlpanel)

If you want to add icons for non-admin paths then you can upload icons to the images directory following the naming convention.

Now if you're saying you are seeing NO ICONS at all (not even the default) then thats a different story.

k3vin’s picture

Thanks for your help. I play around with Source menu item and Child Panels and see some icons.
Excuse me that my Issue title is not very exactly. When i activated the Control Panel Modul the default setting (Navigation) shows me only the default icon.

Another thing what i noticed is that the icons beginn to move by rollover. It seams they have an offset.

Bricks and Clicks Marketing’s picture

I just installed it on a local (xampp) dev site today and also am getting the default icon for everything. I tried setting the source menu item to 'Administer' but nothign changed. I also tried both the modules folder and the sites/all/modules folder. Thanks!

k3vin’s picture

Another thing what i noticed is that the icons beginn to move by rollover. It seams they have an offset.

The code in line 13: border: 1px #CCC solid; in the div.control-panel-item:hover in the controlpanel.css is reponsible for that weird flickering on mouseover
After i removed it. It looks nice now.

dreed47’s picture

Latest build should have fixed the "flickering" problem.

As for the icons, I need to understand....are people having problems AFTER they change the source to the admin menu? Essentially this module just looks for icons that follow the simple naming convention of
.png So, for example, the path admin/build/block should have an icon in the images/48x48/ folder named admin_build_block.png If you're having problems getting icons to show up make sure you have the appropriately named icon in the images folders.

Bricks and Clicks Marketing’s picture

All the .pngs are named correctly - the only one being shown is control_panel_default.png. For me, it doesn't matter whether the menu is set to Navigation or Admin - the only icon used for all control panel links is control_panel_default.png.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.