Viewing 7 replies - 1 through 7 (of 7 total)
  • Look for the same answer. Thanks.

    Thread Starter OgityBogityBoo

    (@ogitybogityboo)

    Yeah, this website I am building was almost finished and then I found this. This might be a deal-breaker. I’m sniffing through the plugin code now to see if there is anything I can do :/

    Thread Starter OgityBogityBoo

    (@ogitybogityboo)

    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.

    All good! Worked for me. Thanks dude!

    I’ve got the same problem in the search results pages. Did you? Maybe you found a fix to this to?

    Plugin Author theverylastperson

    (@theverylastperson)

    Sorry I didn’t catch this earlier.
    That line has been removed in the next version, so your change will keep during your next upgrade.

    You can download a copy of all the other updates at;
    https://downloads.www.ads-software.com/plugin/car-demon.zip

    It’s on the developer’s page for the PlugIn under Development Version;
    https://www.ads-software.com/plugins/car-demon/developers/

    I try to keep it as close to up to date as possible.

    I’m currently on version 1.2.7 and right now I’m leaning towards not doing a full public release until version 1.3.0

    Hey Jay, thanks for the hard work. Just a heads up, the title in the cars-for-sale page are still limited in number of characters. But in the single car view, the title is ok.

    Thanks again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title Character Limit?’ is closed to new replies.