I'm using Drupal Bootstrap 8x 3.0 beta2 with a sub theme. Whenever I attempt to add new content with the "save and keep published" button, instead of saving the data, it's reverting to the preview page and won't save.
Hey y'all - I'm new to Drupal, coming from WordPress.
I know this is probably ridiculously simple, and there are articles all over the 'net about template naming conventions in Drupal 8, but it's just not making sense. I created a custom content type called 'Staff Member' (machine name 'staff'); there will be many staff members. I'd like to use a custom template to display single staff member records, so I created a 'node--staff.html.twig' file in the /templates/ subdirectory of my custom theme directory. I've also tried it directly in the custom theme directory.
Hello,
I am building a custom theme for Drupal 7.41 and I would modify its global contact form.
However, no matter the function I wrote or the test enviroment I use, my template.php is always ignored.