General Questions/New to Joomla! 5.x • Login form
Hi,On this page: https://bajiplast.hu/index.php/en/In the login form, when I push the following buttons:"Forgot your password?""Forgot your username?""Create an account"the page doesn't scrolls down....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Login form
Works ok for me in firefoxStatistics: Posted by Webdongle — Fri Sep 27, 2024 7:57 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cannot use Microsoft Email Address...
The oauth extensions cover signing on to your website. They don’t deal with the email associated with the website configuration. Google have announced a similar approach will be implemented so...
View ArticleJoomla! 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 ArticleGeneral Questions/New to Joomla! 5.x • Re: embedding video code
https://www.joomlacontenteditor.net/sup ... deo-issuesStatistics: Posted by Webdongle — Sat Sep 28, 2024 6:58 pm
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 ArticleAdministration Joomla! 5.x • Re: Alternatives for forgotten password
Welcome to the Joomla forum!The document How do you recover or reset your admin password? is the authoritative last resort. You need access to the cPanel or a similar page, provided by the host, to...
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 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 Article