Hello-
We were wondering if there is a way to use image cache and image_cache profiles with this kit. We have AP installed and working on it and when we try to use it with AP we get a tiny little box where the user image should be. This does not happen using the default image though? Is this compatible?

Comments

schenkin’s picture

I managed to get it to work, though i'm not exactly sure how. I just followed the instructions for both and it worked.

The only issue I had was with css. By default the column the picture sits in is something like 20% of the width. Since I have the image set to 200px, this wasn't wide enough and the text overlapped with the image.

To fix I edited the /web/portal/modules/advanced_profile/advprofile/advanced_profile.css file. Changing the following lines:
#mini-panel-user_basics div.panel-row-1 div.panel-col-1 { width: 220px; }
#mini-panel-user_basics div.panel-row-1 div.panel-col-2 { width: 20%; }
#mini-panel-user_basics div.panel-row-1 div.panel-col-3 { width: 40%; }

Perhaps you are having the same problem but your browser is rendering it differently? I'm using FFv3.

venusrising’s picture

Status: Active » Closed (fixed)

Thansk for the image fix I will try your Css fix today.

Thanks so much