It's the node template thing on alstangroup.com!
I went to Panels main page. From there I proceeded to enable (and then edit) the Node Template. My aim was to make Variants of the Node Template. I want to make variants so that I can "map" each variant that I create to each content type of my Drupal installation.
I have 10 content types. And I have created 10 different Panels Variants for each of these my darling content types.
I used selection rules in mapping each of these my Layout Builder variants to each of these my wonderful content types.
I'm trying to build a new template for PPC landing pages. The template design is very different than the main template, therefore I'm trying to override html.tlp.php for a specific content type.
The content type machine name is "landing_page".
I've created the following:
html--landing_page.tpl.php (everything in the header and footer)
page--landing_page.tpl.php (everything in the content area)
I got Drupal to read page--landing_page.tpl.php, but can't get it to read html--landing_page.tpl.php instead of the default html.tpl.php.
I'm trying to manually render fields of custom content types, e.g. "field_portrait" as an image html element. According to this post https://drupal.org/node/1059636 I could easily render it by calling print render($content['field_portrait']);
I'm developing a University website and I have a breadcrumbs question I just cant figure out. I created a custom Content type for PROFILES. So when I create a new student profile, I would like it to appear in the Program area navigation I have designated via the menu link (which it does, appears in menu navigation) BUT it does not appear correctly in the breadcrumb path. ex: