buddhan@
Here you have to shorten some of the text in the Ad. Go in cp-admin to ads, and than edit. Now you can make the Changes on the title or text, after the changes click publish (save).
But first copy and save the text from the ad, so that your orginal ad text get not lost. I had the same issue.
What can i said here nothing ......
EXCEPT a big thanks to buddhan for his help
so THANK YOU MAN .......................!
for those who have this type of problem it exist a automatic solution to reduced the longer of the title
in every package (A B C D) in loop-ad_listing.php look at line 37
the line is
PHP Code:
<h3><a href="<?php the_permalink(); ?>"><?php if ( mb_strlen( get_the_title() ) >= 75 ) echo mb_substr( get_the_title(), 0, 75 ).'...'; else the_title(); ?></a></h3>
change all 75 by eg: 65 & ~~ more perhaps.... depending the language country
so it look after
PHP Code:
<h3><a href="<?php the_permalink(); ?>"><?php if ( mb_strlen( get_the_title() ) >= 65 ) echo mb_substr( get_the_title(), 0, 65 ).'...'; else the_title(); ?></a></h3>
ps see here
align your grid mod correctly
mr green