Administration Joomla! 5.x • Re: icon for external link
When you create an external link select the Open in New Window option and use this in user.css:Code: a[target="_blank"]::before { -webkit-padding-end: 3px; padding-inline-end: 3px; font-family: "Font...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Could not connect to the database....
When you point your browser to a new subfolder of htdocs, say j5, the Joomla installation process starts by asking you to choose a language. Did you get that far? One of the forms in the sequence asks...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Clearing cache
Tip: open your browser Developer Tools and look at the Network tab when a page is loaded. The list shows which resources are cached by your browser and which are fetched anew. You can use Shift+Reload...
View ArticleInstallation Joomla! 4.x • Re: Upgrade Joomla 3.9 to 4.4 error message jerror...
Your Max. Upload Size: 32M | Max. POST Size: 8M are too small. The first is just about OK but POST needs to be the same or more. Best set them both to 64M. You will need a session handler. The default...
View ArticleAdministration Joomla! 3.x • Re: PHP versions and Joomla 3.x
Joomla 3.x, especially older versions like Joomla 3.9, will have issues in PHP 8.1. The recommended version of PHP for Joomla 3.x is PHP 8.0. However, Joomla 3.9.25 was released only four months after...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5 Admin Login is too large
Hi,My Joomla 5 admin login is way too wide. It looks really unprofessional! How do I use css to shrink it to about 400px please?URL: https://certatek.com/beta/administrator/index.phpStatistics: Posted...
View ArticleJoomla! 5.x Coding • htaccess file - duplicate content
Hello, I'm basically completely new to Joomla 5. I now have a problem that probably isn't a problem for many of you I used a template, re-imported it as quickzip, set it up for Joomla 5, etc. The...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: JSON data: HTTP 500 error on...
Thanks, but there's only the 'sitemap faster' extension with that actiaweb.com address, and that is disabled.I cleared the everything.php in the logs and this is the error that comes up in it when...
View ArticleJoomla! 5.x Coding • Re: htaccess file - duplicate content
Welcome to the Joomla forum!First of all, please observe the forum rules and do not cross-post the same question into multiple subforums! something didn't go right with renaming htaccess.txt to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 Admin Login is too large
My template.css file contains this in line 14804:Code: .plg_system_webauthn_login_button svg {width: 30px;margin: 4px;}But your template.min.css contains this:Code: .plg_system_webauthn_login_button...
View ArticleExtensions for Joomla! 3.x • Re: 0 Call to undefined function...
Welcome to the Joomla forum!The function GuzzleHttp\choose_handler() is not part of the Joomla 3 core. You should contact the support team for the paid extension EasySocial.Statistics: Posted by toivo...
View ArticleAdministration Joomla! 5.x • Re: Turn of Debug mode is no style or admin...
Some CSS files is missing.When Debug is Off, the template.min.css is loaded.Whe Debug is On, the template.css (none minified file) is loaded to present better readability for the Debugger. Some files...
View ArticleMigrating and Upgrading to Joomla! 4.x • Solved: Upgrade Joomla 3.9 to 4.4...
I reinstalled Joomla core files, and Igot the same identical message. But I solved it—via Extensions:Discove. See enclosed! Screen Shot 2024-03-16 at 16.30.03.pngScreen Shot 2024-03-16 at...
View ArticleGeneral Questions/New to Joomla! 5.x • Problem with html code
I have a bit of code that I am trying to put into a custom module that will generate a button. Once someone clicks on the button it is supposed to open a dialogue box but nothing is happening. When I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Problem with html code
Your User Profile in the Editor must allow script tags.Statistics: Posted by Per Yngve Berg — Sat Mar 16, 2024 5:24 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Country blocking
Maybe useful. https://www.hostinger.co.uk/tutorials/h ... g-htaccessStatistics: Posted by gws — Sat Mar 16, 2024 6:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Lost access to content
You could look in the trash?Statistics: Posted by Webdongle — Sat Mar 16, 2024 9:33 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Installation Failure in macOS
Joomla writes the administrator/cache/autoload_psr4.php during installation. It contains a map of namespace to file locations. My guess is this file was not created because you don't have the correct...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Cassiopeia, getting started?
You might find this helpful: https://jdocmanual.org/The articles in the Getting Started section should give you a good idea of what to do.Statistics: Posted by ceford — Sun Mar 17, 2024 7:59 pm
View ArticleJoomla! 4.x Coding • Updating schema for a module
So, I've developed a module and have it deployed on several sites and now I'm working on an update.The problem is, I can't find the docs on how to update the table.Code: <install> <!-- Runs...
View Article