08/02/2017 at 2:57 pm
#431157
Participant
Hi Steve,
for my css problem I found a solution. I will use custom classes (e.g. “cn-myentry” to not interfere with the default card template.
But using the customizer to modify default card template also changes the entries in my custom “mycard” template. I use the correct unique slug “mycard” and I also changed following in the default-card.php from:
require_once CN_PATH . 'templates/card/class.customizer.php';
to
require_once CN_PATH . '../../plugins/connections-mycard/class.customizer.php';
I don’t know If this is correct, but anyway it doesn’t work.
