Hi Steven
I was updating the following files:
Connections > includes > template > class.template-parts.php – changed category(ies) to country, changed also link to top:
$out[] = sprintf( __( ‘You are searching within country: %s’, ‘connections’ ), implode( ‘, ‘, $terms ) ); //Regine changed here
Line 1110: ‘href’ => ‘#’, //#cn-top Regine changed this
Connections-cmap > cmap.php – changed multiple labels:
$permittedAtts[‘str_work_addr’] = ‘Address’; //$addressLabel[‘work’]; Regine
$permittedAtts[‘str_work_phone’] = ‘Phone’; //$phoneLabel[‘workphone’]; Regine
$permittedAtts[‘str_work_fax’] = ‘Fax’; //$phoneLabel[‘workfax’]; Regine
$permittedAtts[‘str_work_email’] = ‘Email’; //$emailLabel[‘work’]; Regine
Connections-cmap > cmap.css and cmap.min.css – changed cn-alphaindex twice to center:
#cn-cmap .cn-alphaindex { text-align: center; }
#cn-cmap #cn-list-head .cn-alphaindex {
clear: both;
position: relative;
margin: 12px 0 0;
text-align: center;}
I tried copying the CSS code into my child theme, but it didn’t work.
I haven’t found anything option in WP to make the label changes.
Thanks
Kind regards
Regine
