12/21/2017 at 4:08 pm
#444964
Keymaster
@ Nora
Well, the template is designed so they load closed. So there is not a good option to do the opposite. Here are a few options you have:
- You could create a category named “Open” and assign every entry to that category.
- You could delete the code in the
slim-plus.js
file which closes the them on load. That might break the ability to toggle open/close. You’d also have to delete theslim-plus.min.js
file. - You could edit the
card.php
file so the open class is applied to all entries. This way the the toggling would continue to work correctly.
The aboved mentioned files are found in this folder:
../wp-content/plugins/connections-slim-plus/
Hope this helps!