Okay, its a ‘nasty fix’ simply because it involves messing with the Car Demon Plugin code. And if it ever gets updated it will be overwritten.
BUT
If you go into your plugin files
\wp-content\plugins\car-demon
then go to the folder ‘includes’
find “car-demon-template.php”
in that file on line 45 you will find the following code
$car_title = trim($car_title);
$car_title = substr($car_title, 0, 19);
return $car_title;
Change 19 to something like 60. That fixes it. I don’t know why it was set to 19, that’s really silly. I’m using this for RV’s and they have long names.
hopefully this is implemented into an update so it doesn’ overwrite the files when I give it over to my client.