Templates for Joomla! 4.x • Re: Adding positions in child template
I am placing two modules in the below-top position. One module contains an image and the other some text. I want the image to be on the left and the text on the right. Ceford (above) said to arrange...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
Code: div.grid-child.container-below-top {Padding 0px;}Statistics: Posted by Per Yngve Berg — Sun Apr 14, 2024 6:54 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: HTTP 500 Whoops
What we know is that on line 329 $model->getItems() returns null. I have not found how it can do that. Try this pair of planted lines on either side of line 329:Code:...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Victor - thank you for that sample code. I will give it a shot.Statistics: Posted by davidascher — Sun Apr 14, 2024 7:29 pm
View ArticleInstallation Joomla! 5.x • Re: In Cassiopeia template in Joomla 5 font...
Hi. Why do you think so? J5 / Cassiopea uses Font Awesome 6Thanks but how do you install font awesome 6. It is not installed.Statistics: Posted by GODpleasers — Mon Apr 15, 2024 3:14 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: test email cannot be sent in the...
So I had to reinstall everything from scratch but it works now.Statistics: Posted by GODpleasers — Mon Apr 15, 2024 4:13 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Acunetix "Internal Server...
Our Information Security group runs Acunetix on all of our servers. On our Joomla 5.x server it reports an Internal Server Error when Acunetix tries the below URL on the server. Is there any way to...
View ArticleJoomla! 5.x Coding • Re: Webservices request gets reply 'Class...
Try changing this line:Code: if (Factory::getApplication()->isClient('administrator'))to this:Code: if (!Factory::getApplication()->isClient('site'))Statistics: Posted by SharkyKZ — Mon Apr 15,...
View ArticleJoomla! 5.x Coding • Re: Articles Category List, multi level
May I suggest you explore the Articles - Category: Module. You could set the filtering options to a specific module and include Child Category Articles. If you can get the list you want you might...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Exclude from Smart Search indexing...
Hey!Well, it's possible but only with a slight change in the corresponding finder index plugin for content articles.Open: plugins/finder/content/src/Extension/Content.phpFind (at the end of the file...
View ArticleGeneral Questions/New to Joomla! 5.x • Website not working since recent update
For some reason my jomsocial/joomla based website stopped working after the most recent 5.0.3 update. It seems like all the css/html stopped working. Any suggestions/help would be most...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Website not working since recent...
https://docs.joomla.org/J4.x:Assorted_I ... No_StylingStatistics: Posted by brian — Tue Apr 16, 2024 6:33 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to delete everyone's browser...
https://github.com/dgrammatiko/invalidate-cacheStatistics: Posted by brian — Tue Apr 16, 2024 6:35 pm
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
the phpinfo script is exactly the same code that is used internally on your joomla site to determine the version. On some web servers, either due to poor configuration or a php.ini file in the...
View ArticleExtensions for Joomla! 4.x • Re: Table properties
Carefully study all the examples of BS tables. There is everything you need.I will, thank youFor additional stylization, you can add your own classes where you need and use them in your...
View ArticleGeneral Questions/New to Joomla! 5.x • Can't get userId to pass to slim 4 code
Hello,I have a website that's in Joomla 5 and runs just fine, but I have some custom php tools that will run outside of Joomla. These tools are built in Slim 4. Since the access controls are...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't get userId to pass to slim 4...
Change Session Handler from database to file system. Then you can access the session with standard php functions.Statistics: Posted by Per Yngve Berg — Tue Apr 16, 2024 8:04 pm
View ArticleExtensions for Joomla! 5.x • Re: Alternative to yootheme zoo
I looked at Yootheme pro and I simply dont like it, it was great when zoo suddenly had these extra features, only to be dissapointed when they only work with Yootheme templates, and if I am forced to...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5.1 = Trouble
I installed Joomla 5.1 yesterday on five websites. The installation on one pushed a new Warning - something about Brotli compression and the .htaccess file (as far as I know, Brotli doesn't apply)....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: After update to Joomla! 5.1.0...
It's not a bug, it's a new feature in 5.1 .Statistics: Posted by SharkyKZ — Wed Apr 17, 2024 7:23 pm
View Article