Download & Extend

Missing some CSS IDs on content types

Project:Advanced Profile Kit
Version:6.x-1.x-dev
Component:Theming
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

This is probably something I've done wrong. But some for some reason not all of the sections are being assigned ID values, therefore they cannot be targeted with the CSS.

Example:

#user-profile #profile-stats {
border:#666 1px solid;
margin-top:15px;
padding:5px;
}

This works fine because the stats section has the id #profile-stats assigned to it.

#user-profile #profile-about {
border:#666 1px solid;
margin-top:15px;
padding:5px;
}

This doesn't work because for whatever reason the about section has no id assigned to it.

Is there a way for me to alter this? Thanks!

Comments

#1

Title:CSS ID's not working for some sections» Missing some CSS IDs on content types
Version:6.x-1.0-rc1» 6.x-1.x-dev
Category:support request» bug report

Yeah, looks like a few of them got lost at some point. I'll fix that and get a new version of the variant up. In the mean time, you can just go into Page Manager, edit the content, and change the CSS ID on the content type.

Michelle