11/07/2013 at 11:37 am
#273151
Keymaster
@ Karelle
The only way to do that is to edit the template.
You need to edit the card.php file found here:
../wp-content/plugins/excerpt-plus/
Look for this line”
echo '<div class="cn-excerpt" id="cn-excerpt-' , $uuid , '">';
Change it to this:
echo '<div class="cn-hide" id="cn-excerpt-' , $uuid , '">';
Look for this line:
echo '<div class="cn-detail cn-hide" id="cn-detail-' , $uuid , '">';
Change it to this:
echo '<div class="cn-detail" id="cn-detail-' , $uuid , '">';
If I read my own code correctly, that should do it.
