09/29/2014 at 10:40 am
#305460
Keymaster
@ Joel
You would add enable_bio='false'
to our existing shortcode:
[connections template=cmap background_color="transparent" background_gradient=false enable_search=false enable_category_select=false page_limit=10 enable_note=false show_im='false' str_bio_show='Show Details' str_bio_hide='Close Details' str_bio_head='' enable_bio='false']
But scrap that suggestion … that would disable it on the single entry page too. Didn’t think that thru, sorry.
Probably the best that can be done is hidding the link:
Add the following to the theme’s custom CSS area:
#cn-cmap .cn-bio-anchor.toggle-div {
display: none;
}