Hello, i am a new user in Drupal and i have created a site using a Zen subtheme. The problem is that i can't figure out how to move the search box in the right side of the header. I have searched a lot ,but most posts are fairly old. I am sorry if this problem has already been solved and i missed it.
I'm trying to create a responsive version of a website I created years ago using the 'basic' theme - http://wefs.co.nz/. I've just been playing around with Zurb Foundation theme (thinking perhaps this is the best responsive theme to get up and running), but am getting a bit lost in the complexity. I don't know what css files to modify to change something simple like a heading size or colour.
I'm building a custom theme and had a question regarding loading custom javascript. For example, WP has a function called wp_enqueue_script() which you can use to load js libraries such as jQuery if it has not already been loaded through a plugin / module etc. and also control the order libraries or scripts load. Does Drupal 7 have a similar function?
I made a custom themed D8 site which is working great. I've made some custom content types so the people at my company can post jobs and internships.
These types have their own node twig files to make them custom where I add the fields in my custom layouts.
I made several contact forms with their own fields and email to send it to. My content editors can choose which form to add to the job page. The form is a referenced field to Contact Form and I output it as a Rendered Identity. --> My twig file can output it as {{ content.field_contact_formulier }}