12/21/2014 at 10:15 am
#313258
Keymaster
@ Jason
To change the image size you need to edit the card.php found here:
../wp-content/plugins/connections-slim-plus/
You can change the width/height in this section of code in the file:
$entry->getImage( array(
'image' => $atts['image'],
'height' => 120,
'width' => 100,
'fallback' => array(
'type' => $atts['image_fallback'],
'string' => $atts['str_image']
)
)
);
You’ll also need to change the cn-right and cn-left style statements in the slim-plus.css file found in the same folder.
No, instead of editing those actual files, I highly suggest, copying them and follow the advice in these QuickTips:
- http://connections-pro.com/2014/05/07/quicktip-custom-css-templates/
- http://connections-pro.com/2014/06/04/quicktip-custom-template-override-files/
Doing as explains will make your tweaks update safe.
Hope that helps!
