Closed (won't fix)
Project:
Omega Kickstart
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2013 at 23:47 UTC
Updated:
15 Jul 2013 at 12:25 UTC
I'm confused about why field--fences-h2--node.tpl.php is read, but field--fences-h2--product-display.tpl.php is not
Comments
Comment #1
cookiz commentedyour custom file is not read because in the template.php file in omega_kickstart we've added a new hook_suggestion to read the -h2--node file.
So in order to read your -h2--product-display file you'll need to add these lines in your custom theme
Sorry for the late answer.