I came across this video to learn one thing and ended up learning a host of other things. Very nice video, really helps understanding joomla and working with modules etc. Highly recommend this!
For those of you, who have issue with two columns in blog. I also had this problem and was very frustrated. What I done was to switch editor into text mode, add opening and closing tags at the beginning and at the end of code and save it. Then logout. Then log in, remove these tags, save. It helped. From then on blog colums started functioning as they sholud. It can take some more effort (adding "stupid" code", logins, logouts) but it should eventually be okay. For author of this video: you are the best :-) Thank you for your commitment to the community. I also very like that "no words" style, cuz I can learn without bothering anyone xD
I was really struggling to a find a good enough tutorial for Joomla 4. Thanks a bunch! Managed to put all the important stuff in under 2 hours. Also, I enjoyed the background music. I would like to see more Joomla content on this channel.
i'm really happy you made this tutorial and included a 'bucket list' that you can accomplish, i was overwhelmed by the navigation and buttons on the joomla.. your examples was enough to see what is going on :) :) :) and the results are amazing . thanks
Great tutorial. I have one question. Once the page is published live, I notice the user id show ups on where I modified content on the webpage. How do I remove that?
Thank you so much. Can I just know how can I upload my file on my moodle for my lecturer to see my project ? Do I upload the database folder after compressing the SQL and Zipped filed ?
I learned Joomla! thank you so much!!! can you align menu to the right? how about changing background color? creating custom css? please and thanks a lot
nice tutorial... I have one issue. while adding other links in main menu, under article, only blog, default and create new article options seen. No single article option seen. how to fix it ? (step shown at 20:36 in your video)
in minute 37:02 my article go to 1 row after insert read more. if i delete read more my article go to 2 rows .can you help me how to fixed it? thank you so much
been a fan of joomla since it was called mambo. I even feel guilty giving this comment about what I had loved soooo much. Joomla 4 destroyed a backend interafce which used to be clean. All in the name of trying to look like wordpress they introduced a backend which has Big things, everythig is big except the most important things. The layout logic is somewhat very confusing, even installing a template u have to start figuring out where to click. Worse still they decided to roll out Joomla 4 without a care at all for backward compatibility. Now most joomla sites r broken and you see the dreaded isadmin error everywhere. Seems joomla doesnt want to do anything about backward comaptility while rolling out. Today I part ways with this cms which I so much loved and cherished.
Cordial saludo. Excelente video tutorial, cada quien planea el modo de hacer un sitio web, en mi caso, el área de servicios lo habría realizado con un separador en el ítem de menú mostrando los artículos correspondientes pero en el video explican otro modo de hacerlo cosa que está muy bien y justamente de eso se trata, de demostrar la versatilidad de Joomla al crear un sitio web fácil, con sus propias herramientas y bajo distintos modos de hacer el contenido sencillo de administrar. Muchas gracias por el video tutorial.
Please Sir what dimension did you use for the pictures you used for your Thumbnails when creating the gallery? I have been uploading pictures but all I am told is to enlarge the image. Please Help, Thanks.
@@techruzz thanks again. after watching your video,my website are almost done & save so much time. One small suggestion: If with K2 & T4 , that would be perfect.
Great Tutorial.. It Helps me a lot. It would be nice if you can make such a clean Tutorial how to activate the "accept cookie" pop-up. I Have some troubles doing that
i can't upload photos in gallery. In my first try i found and error "The GD function ImageCreateFromJPEG doesn't work on your server".I stuck there 47:43. On the second try i couldn't even reach this place. Any idea ?
You are so good at this , this is simple and easy, but i am trying to access my trash folder so that i can republish some stuff but i cant find it, how can i find it, please help.
Thank you very much. To access trashed items, click "Filter Options" next to the Search Bar, third row from the top. Look for "-Select Status." select "Trashed" from the list.
You can also check out this Joomla 4 site: techruzz.com/Haki/index.php Download link: designersjoint.com/product/haki-lawyer-and-law-firm-website-joomla-4/ Here is what you need to do. 1. Extract and upload the compressed Joomla 4 files to your server. 2. Create a new database using PhpMyAdmin on your server and import the database. 3. Link the database to your Joomla 4 site using configuration.php file. Open the configuration.php file and change the following. (i) Update the host name, database name and username to match the one you just created and also fill in the database password. (ii) You need to change the Absolute Path of your Joomla installation to avoid errors when uploading template, components, plugins or modules. The absolute path is the directory location on a server’s hard disk, where your Joomla installation is located. To check Joomla installation absolute path, you need to do the following. create a .php file and call it path.php add the below code in the file: Upload to the website root folder ( where the Joomla files are), call it on your browser, ex: www.yourdomain.com/path.php 4. Login to the backend using the provided username and password.
Nice tutorial, but when I get to the part of adding the "read more" button, my 2 rows turn into 1 single row. I can't seem to find out why. I'm new to joomla4 as I last used 2.5 version. Can you help with this problem?
I saw you posted this a while ago and may have already found the problem. The problem is that Joomla does not like the read more within a div tag. I added my read more to the article and when into the code editor to add a close div tag before and a new div tag after the read more tag. All better.
This is the bug in components/com_content/tmpl/category/blog_item.php. You need to override that file and fix it. Go to System -> Site templates -> Cassiopeia -> Create overrides -> com_content -> category. You should see "Override created in /templates/cassiopeia/html/com_content/category". Go to Editor -> html -> com_content -> category -> blog_item.php. Navigate to line that contains "" text (something near line 66). Add following just after that line: "". Click "Save & close".
I too faced it. Go to Home Dashboard > Media > Options > Phoca Gallery> Thumbnails> select enable thumbnail generation to YES. You should be able to generate thumbnails as wells the images start appearing in the gallary.
I came across this video to learn one thing and ended up learning a host of other things. Very nice video, really helps understanding joomla and working with modules etc. Highly recommend this!
Great to hear!
joomla is overwhelming at first and it seems like every other tutorial is in joomla 3, this helps a lot thank you so much!
You're very welcome!
For those of you, who have issue with two columns in blog. I also had this problem and was very frustrated. What I done was to switch editor into text mode, add opening and closing tags at the beginning and at the end of code and save it. Then logout. Then log in, remove these tags, save. It helped. From then on blog colums started functioning as they sholud. It can take some more effort (adding "stupid" code", logins, logouts) but it should eventually be okay.
For author of this video: you are the best :-) Thank you for your commitment to the community. I also very like that "no words" style, cuz I can learn without bothering anyone xD
Awesome video, this taught me ALOT more than most other videos. THANK YOU!
You're very welcome!
I was really struggling to a find a good enough tutorial for Joomla 4. Thanks a bunch! Managed to put all the important stuff in under 2 hours. Also, I enjoyed the background music. I would like to see more Joomla content on this channel.
You're welcome!
i'm really happy you made this tutorial and included a 'bucket list' that you can accomplish, i was overwhelmed by the navigation and buttons on the joomla.. your examples was enough to see what is going on :) :) :) and the results are amazing . thanks
You're very welcome!
Thanks alot!! Helped alot for my uni assignment 🙌🙌
Happy to help
You're great! Just wondering how module positions are created apart from relying on the default ones.
Thank you for saving my life.
No problem
Helpful Tuto! Thanks a million
Glad it helped!
Thanks a lot. This was exactly what I was looking for to build my website. The tutorial is easy and precise.
Great to hear!
Nice tutorial, I came looking for something else but I've learned much from you, many thanks hope you not stop 👍
Glad to hear that!
Merci infiniment.un tutoriel complet et tres clair vous etes si généreux.bonne continuation
Watching your tutorial helped me a lot, many things so simply explained... Thanks!
Glad to hear that!
excellent video. very very useful for me. Thanks for your tutorial. Your pesentation and your teaching was very effective for us. God bless you
Thank you, amen
Great tutorial. I have one question. Once the page is published live, I notice the user id show ups on where I modified content on the webpage. How do I remove that?
Sehr gute Anleitung, hat mir sehr geholfen!!!
Please keep making more tutorial about joomla, Thank you 🙏
We will!
Thank you so much. Can I just know how can I upload my file on my moodle for my lecturer to see my project ? Do I upload the database folder after compressing the SQL and Zipped filed ?
You're welcome
Thank you very much
Thanks a lot for this tutorial, was a very good start into Joomla! 4 for me. And you prove: Talking is overestimated... :-)
Glad it was helpful!
Great tutorial. Thank you for taking the time to make this tutorial.
You're very welcome!
Thank you for this great tutorial!
You're very welcome!
This is a great video... Very very helpful... Thank you so much 😊
My pleasure 😊
Fantastic tutorial! I understood everything without you saying one word.
Glad it helped!
great tutorial thanks
You're welcome!
It is very nice tutorial
Well explained
Plz make more tutorial on template customization & coding functionality in Joomla
Noted
I learned Joomla! thank you so much!!! can you align menu to the right? how about changing background color? creating custom css? please and thanks a lot
nice tutorial... I have one issue. while adding other links in main menu, under article, only blog, default and create new article options seen. No single article option seen. how to fix it ? (step shown at 20:36 in your video)
ฉันขอขอบคุณมากๆ สำหรับเว็บสวยและวิธีการใช้
Thank you so much Brother❤
You're welcome
in minute 37:02 my article go to 1 row after insert read more. if i delete read more my article go to 2 rows .can you help me how to fixed it? thank you so much
At 27:18 your url changes from blog to blog/blog so when you change Blog to Blog Article 1 it is a child of the blog menu item. How did you do this?
its a very nice and useful tutorial team ...but got 1 question to you if you can give me a way how to add live chat box in joomla 4...thanks very much
Great work! Thank you for the excellent tutorial!
Glad it was helpful!
Amazing... just learned how to built the joomla 4 site website like yours. How do I change the background colour of the header/footer? Thank you
Thank you! Nice tutorial :)
By the way, is there any way to make the sticky header when displaying on small screens?
been a fan of joomla since it was called mambo. I even feel guilty giving this comment about what I had loved soooo much. Joomla 4 destroyed a backend interafce which used to be clean. All in the name of trying to look like wordpress they introduced a backend which has Big things, everythig is big except the most important things. The layout logic is somewhat very confusing, even installing a template u have to start figuring out where to click. Worse still they decided to roll out Joomla 4 without a care at all for backward compatibility. Now most joomla sites r broken and you see the dreaded isadmin error everywhere. Seems joomla doesnt want to do anything about backward comaptility while rolling out. Today I part ways with this cms which I so much loved and cherished.
45:00 i can't browse the .zip file in, the maximum uplode size was only 2MB. How to fix it?
me to
Cordial saludo.
Excelente video tutorial, cada quien planea el modo de hacer un sitio web, en mi caso, el área de servicios lo habría realizado con un separador en el ítem de menú mostrando los artículos correspondientes pero en el video explican otro modo de hacerlo cosa que está muy bien y justamente de eso se trata, de demostrar la versatilidad de Joomla al crear un sitio web fácil, con sus propias herramientas y bajo distintos modos de hacer el contenido sencillo de administrar.
Muchas gracias por el video tutorial.
After installing phoca gallery and you open category and it display error how do I correct this pls
Thank you
You're welcome
Thank you for your easy to follow tutorial.
Thanks for watching!
Please Sir what dimension did you use for the pictures you used for your Thumbnails when creating the gallery? I have been uploading pictures but all I am told is to enlarge the image. Please Help, Thanks.
The gallery image sizes were 500px X 375px
Thanks🤝
Thank you too 😊
Good tutorial , Thank you
You are welcome!
very helpful
Glad to hear that
@@techruzz thanks again. after watching your video,my website are almost done & save so much time. One small suggestion: If with K2 & T4 , that would be perfect.
YOU HAVE GOT TO BE KIDDING ME…a NARRATIONLESS VIDEO TUTORIAL THAT IS ALMOST 2 hours long???!! TRIPPIN
Amen!
I did the same you did in 36:08 and the article broke the featured layout. The articles started to drop down.
Great Tutorial.. It Helps me a lot. It would be nice if you can make such a clean Tutorial how to activate the "accept cookie" pop-up. I Have some troubles doing that
Noted
i can't upload photos in gallery. In my first try i found and error "The GD function ImageCreateFromJPEG doesn't work on your server".I stuck there 47:43. On the second try i couldn't even reach this place. Any idea ?
Yes I can't solve it. So sad. Anyone know please help.
TechRuzz Tutorials
Probably you should contact your hosting tech support. It seems like system has problem/missing PHP GD image library.
👍 Nice . Man I learned form you a lot. It is beginners for me I never use Joomla 🌐 before.
Glad to hear that!
You are so good at this , this is simple and easy, but i am trying to access my trash folder so that i can republish some stuff but i cant find it, how can i find it, please help.
Thank you very much. To access trashed items, click "Filter Options" next to the Search Bar, third row from the top. Look for "-Select Status." select "Trashed" from the list.
@@techruzz Thank you so so much, it worked , may you please make another video showing how to make a dop down menu with joomla 4 if that is possible.
I can't uploaded image to poca gallery, the requested URL not found on this server, how to fix it😢😢 46:49
For some reason my blogs aren't shown in two columns. Any ideas?
Yes, read my newest comment.
Nice video 👏🏽!
After Compressing the joomla file and downloading the sql database on Cpanel, what do i do next to launch my site online?
You can also check out this Joomla 4 site: techruzz.com/Haki/index.php
Download link: designersjoint.com/product/haki-lawyer-and-law-firm-website-joomla-4/
Here is what you need to do.
1. Extract and upload the compressed Joomla 4 files to your server.
2. Create a new database using PhpMyAdmin on your server and import the database.
3. Link the database to your Joomla 4 site using configuration.php file.
Open the configuration.php file and change the following.
(i) Update the host name, database name and username to match the one you just created and also fill in the database password.
(ii) You need to change the Absolute Path of your Joomla installation to avoid errors when uploading template, components, plugins or modules.
The absolute path is the directory location on a server’s hard disk, where your Joomla installation is located. To check Joomla installation absolute path, you need to do the following.
create a .php file and call it path.php
add the below code in the file:
Upload to the website root folder ( where the Joomla files are), call it on your browser, ex: www.yourdomain.com/path.php
4. Login to the backend using the provided username and password.
@@techruzz Thank you let me implement 😊
@@techruzz can you make a turorial of this please :(
Follow this tutorial: ua-cam.com/video/LgfKndNQi28/v-deo.html
@@knowellcarlodavid7909 Here is the tutorial: ua-cam.com/video/LgfKndNQi28/v-deo.html
please i followed all the steps in uploading the gallery using phoca but i cant view the images. please someone help me
how to make it go live if there is any other video on publishing it live pls help
This will help: ua-cam.com/video/LgfKndNQi28/v-deo.html
Nice n informative
Thank you
How to download same image like text please help me
where can i get free images to use on my website
Get free photos from unsplash.com or pexels.com
can i ask how to upload zip file i only have 2 mb how to increase it can you tell me what joomla version is yours
i cant found url how to fix it thanks
i want to start the project but project file doesnt exist
Great tutorial
Thank you! Cheers!
Nice tutorial, but when I get to the part of adding the "read more" button, my 2 rows turn into 1 single row. I can't seem to find out why. I'm new to joomla4 as I last used 2.5 version. Can you help with this problem?
I saw you posted this a while ago and may have already found the problem. The problem is that Joomla does not like the read more within a div tag. I added my read more to the article and when into the code editor to add a close div tag before and a new div tag after the read more tag. All better.
I should also say this seems to only affect the blog.
This is the bug in components/com_content/tmpl/category/blog_item.php. You need to override that file and fix it.
Go to System -> Site templates -> Cassiopeia -> Create overrides -> com_content -> category. You should see "Override created in /templates/cassiopeia/html/com_content/category".
Go to Editor -> html -> com_content -> category -> blog_item.php.
Navigate to line that contains "" text (something near line 66).
Add following just after that line:
"".
Click "Save & close".
Excellent Video, can you make one on how to make a advanced search module.
Yes, soon
@@techruzz And also how to make a classifieds in joomla 4. Thanks Mate
Can you update download link please
also how to get another free templates?. Thank you again for your cooperation's
You're welcome 😊
@@techruzz thanks for tutorial
thanks
You're welcome!
Did you just enter any database name
How do I change that purple color anyone?
Don't have xampp folder in windows 10😢
Hey watch this ua-cam.com/video/50vQSXwQjzo/v-deo.html
👍
Download Complete Joomla 4 sites: joomla4sites.com/
This would be great if there was some naration
Hey I got an error, my images are not loading in the gallery section at 48:46
I too faced it. Go to Home Dashboard > Media > Options > Phoca Gallery> Thumbnails> select enable thumbnail generation to YES. You should be able to generate thumbnails as wells the images start appearing in the gallary.
Good jop thank you
You are welcome
Silent movie...???
AMAZING VIDEO !!!
Hint on GoDaddy Office 365 email settings:
SMTP
Host: localhost
Port: 25
SSL: None
phpMail did not work
You're welcome
👍👍👍
Most welcome
Marcação para continuar depois 1:08:56
i luv you
Love you too!
Joomla 4 and 5 в сравнении с Jl3 очень трудные движки, сложные для управления и настройки сайта. Очень разочарован тем что сделали разработчики
Shame you have to pay for a template to learn something. Not bothering with the rest now :(
Sorry you think so, It's a free tutorial, sometimes a little support from you guys keeps us going.
If you can't bother speaking to your users on UA-cam and explain what you're doing, don't even bother posting. You fail right out the gate!
The link to the xampp server installation (ua-cam.com/video/Il7nCxyHAuE/v-deo.html) is incorrect, please review it.
Noted. Here is the correct link ua-cam.com/video/50vQSXwQjzo/v-deo.html
8
na kurcu te nosam
too fast, not for teaching
The good thing with UA-cam, you can always pause, rewind or forward
Very boring video
Really!
Thanks
No problem
thanks
You're welcome!
thanks
You're welcome!
thanks
You're welcome