Not a bug CSS Error: node_list.css: Invalid Property Access

CyberAP

Well-known member
CSS Error: node_list.css: Invalid Property Access: group: forumIconReadPath, group: forumIconUnreadPath, group: pageIconPath, group: linkIconPath, group: feedIconPath

scr2.webp
 
This is the expected behavior if you use a style that isn't compatible and they reference style properties that don't exist.

Note that this only shows up in debug mode.
 
It's not the old properties - it's your templates referring to them. So reverting will likely do the trick - you can always search the templates for the named properties as well.
 
I ran into this with Flexile and just editted the node_list.css template to match the entries in the master style until a 1.1 version of it comes out.
 
Top Bottom