Getting a term on a node is usually asked for but i'm after getting a term that set on a term while displaying term page through views. I need this to determine layout, aligning the page title left, right or centered based on the selected term on the term page.
To clarify
Vocabularies
A = collection
B = Layout (with terms left, right or center)
So i installed drupal yesterday, and activated/installed the stark theme as i want to design it myself. I have to state, that i'm new and doesnt now anything about drupal. I then went into the core, and found stark theme. I then went into the css folder for stark, changed the css filename to something i prefer, and changed the name in the libraries.yml file. The styles i then added to the css file, which i renamed, isn't getting loaded. I have cleared caches and disabled aggregated JS and CSS.
My libraries.yml file: (changed it back to how I think it was before)
I ve planed to show a list of my videos, but with the following questions I have some trouble an need some hint to find the right way, where I have to search for solutions...
how can I set up the embedded video field in views, for width = 100% and height = auto?
Hello, I'm hoping to find a sympathetic ear here. I am trying to subtheme the bootstrap theme and wanted to start out by modifying the page.tpl.php template to add some stuff at the very top of the page as a startup exercise. This is something I'm going to want to do for the production site and is a major unknonw for me. I am following the instructions as best I can from the CDN docs on the Bootrap Theme site.