How can we add this in block and then particular regions?
@robsiegal54712 жыл бұрын
galat demo tha.
@earlyburg2 жыл бұрын
For D8 and up, dependencies and requirements are managed with Composer. The presentation is techniclly correct but useless in a professional setting. As a developer you usually do not have ftp access and sometimes not even shell access. Apologies but this is truth. Dev Ops is a thing and CI is the way.
@MeriDunia2 жыл бұрын
Gud
@phfredes2 жыл бұрын
Thanks for sharing!
@khaledalsamman533 жыл бұрын
does this work with drupal 9?
@earlyburg2 жыл бұрын
No
@fengroup3 жыл бұрын
Excellent guide, thank you! I like Drupal but adding something as simple as an industry standard picture gallery is an absolute mission! This guide was the first one I've followed which has actually worked :) Thank you again!!!!
@vassman3 жыл бұрын
good afternoon, how to make the text scroll ?
@vassman3 жыл бұрын
сделал
@justinSF20003 жыл бұрын
Thanks for the informative video but I think it should be updated to use Media for the slide's images, not an Image file.
@susobhandas61433 жыл бұрын
video starts at 22:07
@NickHope3 жыл бұрын
Thank you, this was helpful. I am not expert, but there may be a couple of issues. I think phpcs.standard is supposed to point to the ruleset.xml file, so on Windows that line would be something like "phpcs.standard": "C:\\Users\\MyName\\AppData\\Roaming\\Composer\\vendor\\drupal\\coder\\coder_sniffer\\Drupal\ uleset.xml". The phpcs.bat is instead pointed to by phpcs.executablePath, which is not in your example but may be necessary for the extension to function. So that line would be something like "phpcs.executablePath": "C:\\Users\\MyName\\AppData\\Roaming\\Composer\\vendor\\bin\\phpcs.bat",. Also, at 19:48, there is already a 'files.associations' section further up in your file, so "*.html": "twig" should be added in there, and then the warning disappears.
@vothaian88093 жыл бұрын
Thank for your video <3 I can get it although It is a bit hard to hear your voice clearly
@masoodahmad1558 Жыл бұрын
Everything was perfect, except for that mouse click which was really annoying.
@thenoob36564 жыл бұрын
Can you help me?
@thenoob36564 жыл бұрын
Hey I need help with meta tag verification code
@ChrisLuigiTails4 жыл бұрын
On each slide, there's a <div class="slide__media"> I know we can add a <div class="slide__caption"> with it, but how do we do so? I want to add different HTML elements on each slides. For example, all of them have an <h2> and a <p>, but each one can have one or more <a> elements.
@SachinSharma-oc4fx4 жыл бұрын
how can connect you for drupal traning
@SachinSharma-oc4fx4 жыл бұрын
how can connect you
@SH-ry2xi4 жыл бұрын
such a fuckin pain in the ass using this slider. I can't believe there aren't more official d8 supported sliders.
@drupaldev40962 жыл бұрын
you can use foundation or bootstrap module.
@ShyammanoharJaiswal4 жыл бұрын
How Can we do auto change without clicking
@mokshit064 жыл бұрын
For that you'll have to use the views module along with views slideshow module. That also gives you the view slideshow cycle module using which it can cycle through the content without user input
@ShyammanoharJaiswal4 жыл бұрын
@@mokshit06 Thanks for reply...before I had used views slideshow module but in that change order of the slide functionality was not there...that's why I created the using slick. Can you tell me how this can be resolved.
@mokshit064 жыл бұрын
@@ShyammanoharJaiswal I'm not sure about that. There are a few videos on KZbin showing the views slideshow with next and previous buttons. You can check this video kzbin.info/www/bejne/nqfUYamFZb1sgbM
@ShyammanoharJaiswal4 жыл бұрын
@@mokshit06 Using this video I created views slideshow..but here we don't have an option for changing the order of the image or slide.
@mokshit064 жыл бұрын
@@ShyammanoharJaiswal I don't think that I can help with it then
@rgry4 жыл бұрын
You stop just before a demo of what you can do now with all that setup....I can't get the breakpoints to work. Launch Chome is getting to the drupal site but none of my breakpoint are ever stopped at?
@mokshit064 жыл бұрын
What is the problem your are facing? Have you created the launch. json file?
@rgry4 жыл бұрын
@@mokshit06 Yes. And when I press the "Launch Chome againt localhost" the website is shown in the Chrome browser and the Visual Studio Code is switching to debug console. But my breakpoints is not working. I try putting one in update.php and then on the website "run updates" but the website just goes though the update without stopping.
@mokshit064 жыл бұрын
@@rgry I'm not sure of the reason for that. You could try using breakpoints in some other file.
@rgry4 жыл бұрын
@@mokshit06 ok, thanks for doing the video anyway :-)
@mokshit064 жыл бұрын
@@rgry Thank you
@fatimahalqadheeb4 жыл бұрын
I have designed a website it is ready & running. I want to add a CMS using the Drupal is it possible?
@mokshit064 жыл бұрын
Have you built it using html and css? If so then you can change it to a Drupal theme using twig. You can find videos showing the process.
@fatimahalqadheeb4 жыл бұрын
@@mokshit06 yes with some JS & I going to use PHP for the DB
@mokshit064 жыл бұрын
As far as i know, you should be able to do the js part by changing the website to a Drupal theme. I'm not sure about the db though
@FBKei4 жыл бұрын
Thank you for this tutorial! It's very easy to understand and covers the entire process!