PDA

View Full Version : craiglist listing.tpl bug not showing description. (TODO: description field)



caluromero
September 29, 2016, 03:57 PM
Example on your demo page:


http://classifieds.demoflynax.com/united-states/california/properties/flats-apartments.html


(TODO: description field Lorem ipsum dolor sit amet, conse)

caluromero
October 2, 2016, 04:10 PM
any feedback?

Wei Hong
October 2, 2016, 04:40 PM
yes I saw that. And I really like the template but because of that TODO I think it is still unfinished. Please correct me if I'm wrong.

Curtis
October 3, 2016, 02:03 AM
This field specially disabled in template, because it can have more text or html tags and it broke design.
If you want enable it then open file /templates/general_craigslist/css/style.css in row ~4297



#listings.grid article.item ul.ad-info .description,#listings.grid article.item ul.ad-info .price-tag { display: none;}

and remove selector of description field:


#listings.grid article.item ul.ad-info .price-tag { display: none;}

Mulabdic Jasmin
December 13, 2016, 02:10 PM
Ho to remove this TODO code on mobile version ???

Wei Hong
December 13, 2016, 03:58 PM
Ho to remove this TODO code on mobile version ???

I think you should check the file setting.tpl in template folder. Not quite sure but I think its there

Mulabdic Jasmin
December 13, 2016, 04:21 PM
No, this is not in this file setting.tpl in template folder

Sisay Beshah
December 13, 2016, 04:50 PM
This field specially disabled in template, because it can have more text or html tags and it broke design.
If you want enable it then open file /templates/general_craigslist/css/style.css in row ~4297



#listings.grid article.item ul.ad-info .description,#listings.grid article.item ul.ad-info .price-tag { display: none;}

and remove selector of description field:


#listings.grid article.item ul.ad-info .price-tag { display: none;}

>Didn't resolve TODO: description field Lorem
>Another issue with Logged in user ID missing - doesn't show who is logged in, please allow to show eg. Welcome: username or realname
1994