09/26/2013 at 3:44 pm
#270085
Keymaster
@ James
- This can only be done by editing the
card.php
file found here:
../wp-content/plugins/cmap/
After you open the file just move the line of code for the social media links to after the links line of code. IT should make sense after you open the file if you has basic working knowledge of PHP. - Use the str_work_email shortcode option. Here’s and example:
[connections str_work_email="Email"]
- The CSS files are in this folder:
../wp-content/plugins/cmap/
Make you changes the the cmap.css
files, duplicate the file and save it as cmap.min.css
. Upload both, overwriting the originals. You will likely have to force refresh the browser to see the changes.
Hope that helps!