I am using the TB Methys theme and modules view and view-fluid-grid. I notice that the headings in the teasers of view-fluid-grid are not showing up.
Is there a way to do this showing up?
Hi piter-moda,
You follow step-by-step guide bellow:
Step 1: Use any editors (NetBeans, Notepad++, ...) to open: node.tpl.php file
in tb_methys directory
Step 2: At the 82th lines
Change source from:
<?php if ($title && !$page): ?>
To:
<?php if ($title): ?>
Step 3: Save file
Ok, let me know if you have any questions.
Thanks