Good tutorial. Want to hear something interesting? You can make the drop down menu work without javascript. Just delete the javascript and put this in your scss file, after all of the styles of the menu, and it will work well: ul.menu > li:hover > ul.sub-menu { display: block; }
@WatchandLearnTutorials6 жыл бұрын
You are right. Pinning your comment, maybe it will help somebody. Thanks!
@borreLore Жыл бұрын
Fantastic! 10/10. Even 8 years later, this is super useful. I wish that Drupal had some documentation to explain how to achieve this very basic site behaviour, however I am thankful people like you exist who actually show how to do this.
@usellab70724 жыл бұрын
Finally a realistic guide on Drupal The "I don't know why this is not working" and "It will not show up, you'll need to go to this obscure page" is really making it real
@WatchandLearnTutorials4 жыл бұрын
Yup, Drupal kind of sucks... that's why I'm not making videos about it any more.
@WatchandLearnTutorials3 жыл бұрын
@Imran Rather Me too :D Nextjs is my goto tool for creating websites nowdays.
@AnonPepe8 жыл бұрын
Thanks a lot Ivan. I have been using your videos for my assignment and they are by far the best ones on Drupal.
@MuhammadImranJutt9 жыл бұрын
Excellent video.
@nikhildhakal37274 жыл бұрын
How do we display static div below the titles of movies on /scifi page? Which template to use
@riteshsomenahallyamarnath7563 жыл бұрын
Good tutorial, was very helpful.
@WatchandLearnTutorials3 жыл бұрын
Glad it was helpful, thanks for watching 😀
@sonam252849 жыл бұрын
Excellent tutorial
@JoachimBerlioz8 жыл бұрын
Thank's again Ivan :)
@MrFabpin8 жыл бұрын
following you i can doing the 3th lvl on my theme, but the bootstrap theme i cant do that, didnt appear more than 2th lvl on the menu
@BADSHAHist7 жыл бұрын
my js is not working.. or I can say my navigation show n hide using js is not working... i just make a main.js file with this code only and as my nav id... but after doing all it's not working... can anyone help what the problem is?
@alexrodriguez_hds8 жыл бұрын
16:28 just plain awesome
@PhrontDoor5 жыл бұрын
I am very very late, but THANK you so much for this.