10/28/2014 at 9:30 am
#308326
Keymaster
@ Joel
Well, I see why the “Show Details” klink does not display. Someone used CSS to hide it.
The follow CSS statement is in the theme’s styles.css file:
#cn-cmap .cn-bio-anchor.toggle-div {
display: none;
}
As for the missing images … when you moved servers, you need to make sure you move the wp-content
folder because the images are saved in this path:
../wp-content/uploads/connections-images/
After you move that folder, I believe the images should load again.
Hope that helps!