RE: i dont know what is going on with the permalink? when i go to CONNECTIONS – MANAGE – VIEW it doesnt show the listing – it shows this URL – I dont think ‘name’ should be in the URL but i dont know where i can fix this?
It appears you split your directory across many pages on your site. The view link will only resolve to the page set as the directory home page. This is set on the Connections : Settings admin page under the General tab.
Since the directory is split like this, the view links in the admin will not function because it is not possible for Connections to know which page that entry actually resides.
Hope this makes sense!
RE; after using the css code, it has moved the image, which is great – however now there is a massive blank area – can the ‘bio’ go in this space, or can the Contact Details go in this space?
Use this CSS instead:
#cn-list #cn-profile .cn-clear {
clear: none;
}
#cn-list #cn-profile .cn-entry-single .cn-biography {
clear:left;
padding-top: 20px;
}
Hope this helps!