Пікірлер
@BhawnaSingh-hv5ze
@BhawnaSingh-hv5ze 8 ай бұрын
How can we add this in block and then particular regions?
@robsiegal5471
@robsiegal5471 2 жыл бұрын
galat demo tha.
@earlyburg
@earlyburg 2 жыл бұрын
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.
@MeriDunia
@MeriDunia 2 жыл бұрын
Gud
@phfredes
@phfredes 2 жыл бұрын
Thanks for sharing!
@khaledalsamman53
@khaledalsamman53 3 жыл бұрын
does this work with drupal 9?
@earlyburg
@earlyburg 2 жыл бұрын
No
@fengroup
@fengroup 3 жыл бұрын
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!!!!
@vassman
@vassman 3 жыл бұрын
good afternoon, how to make the text scroll ?
@vassman
@vassman 3 жыл бұрын
сделал
@justinSF2000
@justinSF2000 3 жыл бұрын
Thanks for the informative video but I think it should be updated to use Media for the slide's images, not an Image file.
@susobhandas6143
@susobhandas6143 3 жыл бұрын
video starts at 22:07
@NickHope
@NickHope 3 жыл бұрын
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.
@vothaian8809
@vothaian8809 3 жыл бұрын
Thank for your video <3 I can get it although It is a bit hard to hear your voice clearly
@masoodahmad1558
@masoodahmad1558 Жыл бұрын
Everything was perfect, except for that mouse click which was really annoying.
@thenoob3656
@thenoob3656 4 жыл бұрын
Can you help me?
@thenoob3656
@thenoob3656 4 жыл бұрын
Hey I need help with meta tag verification code
@ChrisLuigiTails
@ChrisLuigiTails 4 жыл бұрын
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-oc4fx
@SachinSharma-oc4fx 4 жыл бұрын
how can connect you for drupal traning
@SachinSharma-oc4fx
@SachinSharma-oc4fx 4 жыл бұрын
how can connect you
@SH-ry2xi
@SH-ry2xi 4 жыл бұрын
such a fuckin pain in the ass using this slider. I can't believe there aren't more official d8 supported sliders.
@drupaldev4096
@drupaldev4096 2 жыл бұрын
you can use foundation or bootstrap module.
@ShyammanoharJaiswal
@ShyammanoharJaiswal 4 жыл бұрын
How Can we do auto change without clicking
@mokshit06
@mokshit06 4 жыл бұрын
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
@ShyammanoharJaiswal
@ShyammanoharJaiswal 4 жыл бұрын
@@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.
@mokshit06
@mokshit06 4 жыл бұрын
@@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
@ShyammanoharJaiswal
@ShyammanoharJaiswal 4 жыл бұрын
@@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.
@mokshit06
@mokshit06 4 жыл бұрын
@@ShyammanoharJaiswal I don't think that I can help with it then
@rgry
@rgry 4 жыл бұрын
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?
@mokshit06
@mokshit06 4 жыл бұрын
What is the problem your are facing? Have you created the launch. json file?
@rgry
@rgry 4 жыл бұрын
@@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.
@mokshit06
@mokshit06 4 жыл бұрын
@@rgry I'm not sure of the reason for that. You could try using breakpoints in some other file.
@rgry
@rgry 4 жыл бұрын
@@mokshit06 ok, thanks for doing the video anyway :-)
@mokshit06
@mokshit06 4 жыл бұрын
@@rgry Thank you
@fatimahalqadheeb
@fatimahalqadheeb 4 жыл бұрын
I have designed a website it is ready & running. I want to add a CMS using the Drupal is it possible?
@mokshit06
@mokshit06 4 жыл бұрын
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.
@fatimahalqadheeb
@fatimahalqadheeb 4 жыл бұрын
@@mokshit06 yes with some JS & I going to use PHP for the DB
@mokshit06
@mokshit06 4 жыл бұрын
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
@FBKei
@FBKei 4 жыл бұрын
Thank you for this tutorial! It's very easy to understand and covers the entire process!
@mokshit06
@mokshit06 4 жыл бұрын
Thanks alot
@FBKei
@FBKei 4 жыл бұрын
@@mokshit06 Keep doing tutorials 🙏
@dnielsen9713
@dnielsen9713 4 жыл бұрын
Mokshit, you're awesome
@mokshit06
@mokshit06 4 жыл бұрын
Thank you
@PrimephotoStudio
@PrimephotoStudio 5 жыл бұрын
Great video, thank you for share it with us.
@mokshit06
@mokshit06 5 жыл бұрын
Thank you