List View Element Labels?

Todcan

New Member
Hello again,
Loving Fabrik, just in the steep part of the learning curve!
I have a list view using the div template, and I would like to add labels to the elements displayed there.
I have tried 'my element' > 'list view settings' > 'heading label' and adding text there does not render in the list view.
You can see the front end display here with elements but no labels (again, div template) http://todcandev.com/gymhit/index.php/facilities
 
Would live to figure out how to get labels on the elements in front end list view (Div template). (Joomla 3.3 Fabrik 3.1)
 
You need to change in your div list template this line:
PHP:
$this->showLabels = false;
to
PHP:
$this->showLabels = true;

Regards
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top