Joomla! 5.x Coding • Re: Error access joomla 5 framework from external php file
You can use AJAX component for this purpose https://docs.joomla.org/Using_Joomla_Ajax_Interface.Statistics: Posted by SharkyKZ — Fri Sep 27, 2024 8:22 pm
View ArticleAdministration Joomla! 3.x • Re: Joomla 3 and Recaptcha v2
As per the previous posts, this is caused by a reCAPTCHA / MooTools conflict.Assuming you can't immediately migrate to Joomla 4, the best solution is to upgrade Mootools in Joomla 3.The latest...
View ArticleInstallation Joomla! 4.x • Call to undefined method...
I am get this error after updating to joomla 4.4.8 when website is displaying and the administrative backing is not displaying properly. Please helpStatistics: Posted by bintym — Sat Sep 28, 2024...
View ArticleJoomla! 5.x Coding • Error: Allowed memory size of
Hi!public_html/components/com_content/tmpl/categories/default_items.phpCode: foreach ($this->items[$this->parent->id] as $id => $item) :I want to see the contents of items.I write...
View ArticleJoomla! 5.x Coding • Re: Error: Allowed memory size of
It's a known that issue that developers refused to fix. Use dump() function instead. Or, if possible, install PHP debugging extension like XDebug.Statistics: Posted by SharkyKZ — Sat Sep 28, 2024 7:21...
View ArticleExtensions for Joomla! 5.x • Re: Breezing Forms / Crosstec => GONE?
Unfortunately, it seems they have abandoned everything. Their forum and support stoped working since the end of last year. They did not answer their emails for support or questions. It is a pity,...
View ArticleExtensions for Joomla! 5.x • Re: How can I link podcast from Apple to News...
https://extensions.joomla.org/extension/ideal-podcasts/ ?Statistics: Posted by Webdongle — Sat Sep 28, 2024 9:12 pm
View ArticleJoomla! 5.x Coding • Re: Displaying a list of materials in a list of categories
Code: use Joomla\CMS\Factory;$db = Factory::getContainer()->get('DatabaseDriver');$query = $db->getQuery(true);$id_cats = array_column($this->items[$this->parent->id],...
View ArticleExtensions for Joomla! 5.x • Re: Component in an article
Regular Labs had "Components Anywhere" but I see there's only a version for J3 not J4 or J5.For the sake of context what component do you want to include in an article? Is it something that could be...
View ArticleTemplates for Joomla! 4.x • Re: Cassiopeia Banner Image
Per Yngve Berg - thank you so much.. that fixed itStatistics: Posted by DannyWalker4u — Sun Sep 29, 2024 12:27 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: I can't upload big files
HummmmI have the exact same problem on localhost (MAMP)Statistics: Posted by lephil33 — Sun Sep 29, 2024 8:54 am
View ArticleExtensions for Joomla! 5.x • Change Logo size - Gantry theme
Hello guys,I was wondering if it is possible to change the logo size in the gantry layout module. It is nicely customisable but cannot find a way to change the logo size.ThanksStatistics: Posted by...
View ArticleAdministration Joomla! 5.x • Re: Alternatives for forgotten password
If you do not have the login for the cpanel then as chair you should have enough to contact the Host for them to give you access to the Host's cpanel. There are others you know that can help you...
View ArticleGeneral Questions/New to Joomla! 5.x • Featured Article Toggle no longer exists
I'm following along with the Joomla! 5 Boots on the Ground Advanced Addition page 105 Step 5.It shows a picture of toggle switch to turn Featured Article On/Off. This toggle switch does not exist So...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Featured Article Toggle no longer...
Yes it doesfeatured 01.jpgStatistics: Posted by Webdongle — Sun Sep 29, 2024 8:16 pm
View ArticleExtensions for Joomla! 5.x • Re: Change Logo size - Gantry theme
Ok I found outFor those interestedhttps://docs.gantry.org/gantry5/tutoria ... tyle-sheetname the css classes as you want as shown in the picture attached above and then call it with the property you...
View ArticleLanguage - Joomla! 5.x • Re: Issue with Redirect from 'www.bioscience.com.pk'...
Create a home page for each languagehttps://www.joomlart.com/blog/how-to-cr ... p-tutorialSet a default Menu in each Main menu item for example in Main menu EN when you click on the Home menu item as...
View ArticleJoomla! 5.x • problemas al crear artículos
Hola a todos. Hace unos días me ayudaron a resolver un problema luego de la migración de 4.4.8 a 5.1.4. No se mostraban los articulos en el administrador, si en el frontpage me faciiitaron aqui este...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: tinyMCE pasting from Excel can be...
Found thishttps://extensions.joomla.org/extension ... -uploader/The Content Uploader is an innovative tool designed to streamline the process of importing data from spreadsheets directly into your...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Alternative to HOSTS for adding a...
You need to delete the files on the live site and drop the database filesupload the jpa file and kickstart.phppoint your browser at the site.Statistics: Posted by Webdongle — Mon Sep 30, 2024 11:42 pm
View Article