@ Paul
If you’re trying to change the “show Bio” … then my instructions change a bit because that depends on the version you’re using.
Versions >= 4.1:
Use Say What? but since this is a template specific string you need to use the text domain cnt_cmap
instead of connections
.
Versions <= 4.0:
You need to use the shortcode options. Here’s an example shortcode:
[connections str_bio_show='Business Info' str_bio_hide='Close Business Info' str_bio_head='Business Info']
re: I stripped out all the html in the biographical text, updated and it still doesn’t work.
HTML in the bio field is fine … you need to remove the HTML tags within and around the [connections]
shortcode. If changing the shortcode options causes other issues with the shortcode, there is definitely HTML tags within it mucking things up for you. Remember, when working with shortcodes, no matter the plugin, always use the Text
post editor and not the Visual
post editor.
Hope that helps!