PDA

View Full Version : Is there a way to hide the listing field titles in the listing page?



Pete Young
December 15, 2018, 10:48 AM
Is there a way to hide the listing field titles in the listing page?

I know there is a option to hide these in the short view but not the listing page ? can it be done ?

Viktor
December 17, 2018, 02:39 AM
Hello Pete,

You can remove code for it. Open file: ftp://templates>>your_template>>tpl>>blocks>>field_out.tpl
find and remove code:


{if $item.Type == 'image' && $small}{else}
<div class="name" title="{$item.name}">{if !$small}<div><span>{$item.name}</span></div>{else}{if $item.name}{$item.name}{else}{$lang[$item.pName]}{/if}{/if}</div>
{/if}


save and check again.

Pete Young
December 17, 2018, 11:45 AM
thank you Viktor