Support Forum
I downloaded the child theme, changed the name (following the instructions) and amended the footer to remove stats. Nothing else.
There is an empty image directory which came with the child theme when I unzipped it. There's also styles/images/ and styles/overlays/ all of which are empty.
Yes - they are all supposed to be empty unless you want to override anything. So - for example - if you did want to have a different icon for something then you can add it to the images folder of the child theme and it will be used in place of the one in the parent.
To be perfectly honest I can think of absolutely no reason why this icon should not display of there ave been no template changes to it. After I post this I will take another look at the code that displays it but I somehow doubt I will find a cause - after all we have exactly the same setup here - a child theme with only some minor template changes.
I will come back if I determine anything otherwise we may need to take a closer look at your setup.
YELLOW
SWORDFISH
|
Hrm... I just logged in with your credentials and I don't see the icons, but I do see a completely new section underneath the main sections with new and recent posts. Never had that with the custom theme. Maybe it's a different view for admins and I need to change a setting somewhere?
The new section underneath or the recent post list isn't visible to admins as default. You can change that in the template spGroupView.php, by finding the function:
sp_RecentPostList('show=10', __sp('Unread and recently updated topics'));
and adding the argument 'admins=1' so it would then appear:
sp_RecentPostList('show=10&admins=1', __sp('Unread and recently updated topics'));
So if you wanted to do that in your child theme you would need to start by copying the entire spGroupView.php template in to your child themes templates folder, then make the change there.
As to the icons, I'm not seeing any indication of new posts. What happens if you enable Default theme again, do the correct icons show after changing theme and doing a page refresh?
1 Guest(s)