Installation Joomla! 5.x • Re: Joomla 5.x on Siteground website
Of course. This is the recommended way:https://docs.joomla.org/J4.x:Installing_JoomlaDon’t use auto-installers, quick packages and the like. Download the offical release package (currently J5.2.1) and...
View ArticleOpen Source Products for Joomla! • XIROSTART template - a fork of Cassiopeia...
The XiroStart template is a fork of the Cassiopeia template for Joomla 5, Joomla 4.It does not use the CSS Grid layout (site-grid, grid-child), it only uses Bootstrap 5. Bootstrap 5 vs. Grid-Layout...
View ArticleExtensions for Joomla! 4.x • Isto Article Newsflash- change speed of articles
Hello,I am using Isto Article Newsflash version 1.2.1 on Joomla 4.4.9. I cannot change the speed of the article interval. They seem to be changing about 3.5 seconds. I would like to display them...
View ArticleAdministration Joomla! 5.x • Re: Call field info by php code
https://docs.joomla.org/J3.x:Adding_cus ... errides/enhttps://docs.joomla.org/J4.x:Fields_and_Field_GroupsStatistics: Posted by SharkyKZ — Sun Nov 24, 2024 7:27 pm
View ArticleTemplates for Joomla! 5.x • Re: scrollspy in astroid
I tried several solutions but without result,Here is below the JS code I entereddocument.addEventListener('DOMContentLoaded', function () { const header = document.querySelector('header'); const...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Content URL shows category ID as well
They are simple step by step instructions. But if you don't want to attempt them then while using Wamp don't use .htaccess, url rewrite or sef url'sStatistics: Posted by Webdongle — Mon Nov 25, 2024...
View ArticleJoomla! 5.x Coding • Add a custom library to Joomla
Hello,I need to add this https://github.com/heureka/overeno-zakazniky custom library to Joomla 5 and then use it in a custom plugin. I read this https://manual.joomla.org/docs/building ... c-library/...
View ArticleJoomla! 5.x Coding • Re: Add a custom library to Joomla
Joomla doesn't support installing custom Composer packages.Technically, because this library doesn't have any dependencies (yet), you could install it as a Joomla library and use Joomla's native...
View ArticleAdministration Joomla! 5.x • Re: issue with user registration
Set 'New User Account Activation to Yes.Statistics: Posted by Webdongle — Mon Nov 25, 2024 6:15 pm
View ArticleGeneral Questions/New to Joomla! 5.x • change color of the menu items
Hi I'm trying to change color of the menu items-Home and Contact Us. Using this code but this don't do anything I have added this code in User.css file. ThanksIt's a Joomla 5 website:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: change color of the menu items
You could make the menu items visible with some CSS like:Code: li.nav-item a { color: blue;}li.nav-item a:hover { color: red;}Statistics: Posted by pe7er — Mon Nov 25, 2024 7:43 pm
View ArticleAdministration Joomla! 4.x • Error You do not have the required permissions...
I have the same issue since I migrated to Joomla4.Even I'm already logged as Super Admin, when I click on the user activation link, I still have the message "ErrorYou do not have the required...
View ArticleJoomla! 5.x Coding • Re: Click on the button, and a modal window opens to...
I found this. It's a field type "ModalSelect Field". I'm learning how it works now.Statistics: Posted by Ravago — Tue Nov 26, 2024 3:05 pm
View ArticleAnnouncements • Joomla! 5.2.2 Released
The Joomla! Project is pleased to announce the release of Joomla 5.2.2. This is a security and bug fix release for the 5.x series of Joomla. These releases continue Joomla’s high standards in...
View ArticleAnnouncements Discussions • Discuss Joomla! 5.2.2
Here you can discuss about the release of Joomla 5.2.2See Announcement: viewtopic.php?f=8&t=1013491Statistics: Posted by pe7er — Tue Nov 26, 2024 4:03 pm
View ArticleJoomla! 4.x Coding • Error en Home: 'syntax error, unexpected token '"...
hola a todos, me aparece esa pantalla desde ayerCaptura de pantalla 2024-11-26 a la(s) 11.04.02.pngCaptura de pantalla 2024-11-26 a la(s) 11.03.56.pngStatistics: Posted by Web Aquamatic — Tue Nov 26,...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.2.2
Can someone tell me and explain why some long time important issues not get merged!! This is a very important fix for Joomla people [5.2] Catch exception to get the user in the action log model #44358...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: A field's "Description"...
Thank you Toivo!Statistics: Posted by nathanwailes — Tue Nov 26, 2024 6:04 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Fixed Position (SP Page Builder)
There is no "custom position" at Advanced. There is only custom width...And I am not able to update to 4.x, lots of plugins don't work and on top of that I can't even update to php 8 - the site...
View ArticleExtensions for Joomla! 5.x • Re: DJ image slider -> Moving like a ticker
I am creating a carousel based on https://splidejs.com/You can try it in your test project and show me the way to develop this module.https://github.com/pablop76/carouseltickerInteresting module. Nice...
View Article