I've inherited a website that is built on Drupal 7 using what appears to be a modified version of Zen Gravity Starter. Unfortunately, the original developer who created this site is no longer available, so I need help working through this issue. (Quick side note, I'm very comfortable with WP, but I am new to Drupal).
I'm using drupal 8 and I have a content type called episodes. The episodes type has a taxonomy where you can choose it it's a trailer or a full show. I would like to create a custom template for both taxonomies based off the taxonomy. Please help.
I tried searching where to place the auto ads script that works with machine learning.(new feature from google). So I can delete that ugly box on the right side bar.
But I couldn't find the answear! can somebody point me to the right file for the frontpage (I use adaptive theme).
I am using Bootstrap theme in D7. I'm creating page--front.tpl.php and page.tpl.php in my sub-theme.
I need to override page.tpl.php for one of my content type node display. My content type machine name is "latest_article". I tried: node--latest_article.tpl.php , page--node--latest_article.tpl.php, latest_article.tpl.php , and many more. I tried flushing cache each time. None of these works. When I load the article, it still shows page.tpl.php that exists in \sites\all\themes\MySubtheme\templates.
Sorry for what probably is a very basic question. I am tasked with implementing a generic template as a Drupal theme from the ground up.
The template I'm working with consists of a set of scss files, javascript and some example html files.