Templates for Joomla! 5.x • Re: new position in the template
Hi. Create a child template, set it as default template and edit the code in its index.phpDuplicate bottom-b code and change to bottom-c1.jpgAlso you will need to add CSS to user.css fileCode:...
View ArticleGeneral Questions/New to Joomla! 5.x • Phocadownload suddenly needs login.
Hi,after migrating to joomla 5 i've noticed that Phoca Download ask to log in on the website. Before, the users( guest) were able to download without logging in. I've searcht everywhere, but i'm...
View ArticleTemplates for Joomla! 5.x • Re: Admin Login Box Image Alignment (Atum)
Okay, I figured out what is happening...It's a combination of your image size/width/ratio plus Atums CSS.- The image space is 300x70.4px.- The max-height, set by Atum, is 70.4px (4.4rem).- When your...
View ArticleNorwegian Forum • Re: Hjelp til med å gjøre Joomla tilgjengelig på ditt språk!
See also: viewtopic.php?f=210&t=1006497Statistics: Posted by pe7er — Sun Dec 15, 2024 11:48 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Akeeba restoration in live site...
Delete the folders/files and drop the database tablesUse kickstart to unpack the jpa file and choose to replace the .htaccess fileIf no availDelete the folders/files and drop the database tablesUse...
View ArticleJoomla! 5.x Coding • Re: Trying to use Ajax
Probably also a naming issue. index.php?option=com_ajax&plugin=checkbox_update will trigger onAjaxCheckbox_Update event. Either change it here or the method name in the plugin.There's the official...
View ArticleGeneral Questions/New to Joomla! 5.x • Unable to upload files to site using...
I just created a new site and tried to upload an image for the logo, but I see this error: Unable to upload file.I found some posts from 2015 but nothing seems to help. Can anyone assist?Statistics:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Unable to upload files to site...
Can you give somewhat more info about your site/server setup using theForum Post Assistant https://forumpostassistant.github.io/docs/ ?Statistics: Posted by pe7er — Mon Dec 16, 2024 10:57 am
View ArticleTemplates for Joomla! 5.x • Re: The menu items appear throughout header at ipad.
I have done it.How can I get the header at welcome scaled al every device?Now it does not fit correctly so the picture is visible as a whole.See https://ontwikkel16.comp-it-aut.nl/Statistics: Posted...
View ArticleJoomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
HiThanks to Robbie Jackson, there is now a J5 Compatible version . . . Bit of tidying up for versioning and upgrading etc etc . . . And I now have a very basic understanding of what is required . . ....
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Upgrade to 5.2.2 fails - newly...
It seems the memory limit is still too low 268435456 bytes is 268.44M (approx).So 256M needs to be increased to 512MThe forum is public, you can't private message without invitation from the person...
View ArticleAdministration Joomla! 4.x • Re: Helix Plug-in and update
Thanks for the advice - I added the two lines as new ones after the following for the file named .htaccess:<FilesMatch ".(py|exe|php)$"> Order allow,deny Deny from...
View ArticleAdministration Joomla! 5.x • two types of registration in the same site
Is it possible to have two types of registration in the same Joomla site?The first type is the default one, which is also used by J2Store for shopping users.The second registration form should...
View ArticleAdministration Joomla! 5.x • Re: two types of registration in the same site
Add a Custom Field to Registration. Write a Plugin that acts on the selection of this Field.Statistics: Posted by Per Yngve Berg — Tue Dec 17, 2024 12:11 pm
View ArticleTemplates for Joomla! 5.x • Joomla - Error The template for this display is...
Hi everyone,Thank you for taking the time to read my question, I have been having a template error on Joomla 3 for a while.I am very new to Joomla and pretty much know nothing, the error I am getting...
View ArticleTemplates for Joomla! 5.x • Re: Joomla - Error The template for this display...
I think Isotope is a J 4 template only not J 5.Statistics: Posted by gws — Tue Dec 17, 2024 12:16 pm
View ArticleAdministration Joomla! 5.x • Cannot add custom field to category
It seems that in Joomla 5.x it's not possible to add custom fields to categories. When creating a custom field or a custom field group, there is no option to specify that I want that to be applicable...
View ArticleGeneral Questions/New to Joomla! 5.x • Still get Joomla warnings/errors while...
Hi,Can you tell me how to make sure that my visitors don't get warnings like:Joomla\CMS\Cache\Storage\FileStorage::_deleteFolder Verwijderen...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Still get Joomla warnings/errors...
According to the error message and the name of the method, _deleteFolder, the removal of the particular file in a cache folder failed. The language constant associated with this message is...
View ArticleMigrating and Upgrading to Joomla! 5.x • create Joomla instance for web page
I am trying to bring up to the latest usage convention an old Joomla 3 module. It is working, and $user = Factory::getUser();works fine. I note, though, that this is deprecated to be replaced with...
View Article