Administration Joomla! 5.x • Re: restoring Akeeba Backup of Version 5.1 hangs
Hi allUsual story !Remove and reinstall and all goes Ok !I am reminded of the "Jaguar Joke". Man in jag breaks down on motorway. Jaguar support says "remove engine, and reinstall - do NOT change...
View ArticleGeneral Questions/New to Joomla! 5.x • Menus Not Displaying Correctly
The menus on my Joomla site are not displaying correctly. Some menu items are missing, while others are appearing in the wrong order. I've checked the menu settings and everything seems to be...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Menus Not Displaying Correctly
Welcome to Joomla forum!Do you mean that the front-end menu items are not displaying correctly?Did you try Menus > Main Menu > [Rebuild] button?Statistics: Posted by pe7er — Mon Apr 29, 2024...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
To eliminate the white border around the banner image in Cassiopeia, you'll want to adjust the padding of the div.grid-child.container-below-top element. You can achieve this by overriding the default...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: PRINT button Joomla 5
You could use the plugin UP to print friendly https://up.lomart.fr/demo/action-printerHave a good dayStatistics: Posted by Jeff71 — Tue Apr 30, 2024 11:44 am
View ArticleJoomla! 5.x Coding • Re: Filter by categories and category title in the list...
You need to include the possible filters in your config array built in the __construct method.So your published filter needs the entry 'published' added to that array.Statistics: Posted by MarkRS —...
View ArticleJoomla! 5.x Coding • ACL on form fields
I have fields in a form that I don't want members of some groups to see. Can I control this in the form xml file? If so, how?Statistics: Posted by MarkRS — Tue Apr 30, 2024 11:47 am
View ArticleThe Lounge • Re: Hi Everyone
I am new to Joomla.Statistics: Posted by JessicaAaron — Tue Apr 30, 2024 12:13 pm
View ArticleAdministration Joomla! 5.x • Re: I am puzzeled by the blog sample data
It is implemented as an override. Go to System / Templates / Cassiopeia Details and Files and then html / mod_custom / banner.phpOverrides are preserved during updates.Statistics: Posted by ceford —...
View ArticleJoomla! 5.x Coding • Re: ACL on form fields
In the form (or form override) you could fetch the the group the user is in, then use an if statement to display the field or not?Or have two forms, one to be seen with one view level and the other to...
View ArticleAdministration Joomla! 5.x • Re: Permissions for someone working on the site?
You could give full access or1. In global config create a new User group with Public as Parent.2. In global config Allow for that new Group, Site login and Administrator Login.3. In Users >>>...
View ArticleAdministration Joomla! 4.x • "Third-party cookie will be blocked"...
I am on Joomla 4.4.1. With recent releases of chrome, I see this warning 50+ times on my site:Third-party cookie will be blocked. Learn more in the Issues tab.The details from the Issues tab is as...
View ArticleAdministration Joomla! 5.x • Re: TinyMCE sandboxes scripts in iframes
I confirm it. I put to article:<iframe src="https://drive.google.com/file/d/gkhbjfblkjgdf/preview" width="2000" height="700" allow="autoplay"></iframe>and TinyMCE adds sandbox="" attribute...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
Make a backup with akeeba, use akeeba backup and their kickstart.php to install on wampserver on your pc. Then update it via wampserver,make a backup when updated and then install that backup on live...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: No contacts in the admin panel...
Mod. Note: Split from an old topic (viewtopic.php?f=812&p=3649757#p3649757)Statistics: Posted by Per Yngve Berg — Wed May 01, 2024 9:35 am
View ArticleJoomla! 5.x Coding • Re: "Menu recovery mode"?
I picked "None", as I have done with the others too! Statistics: Posted by MarkRS — Wed May 01, 2024 10:25 am
View ArticleInstallation Joomla! 5.x • Re: Trying to install joomla 5 on Pi
Hi AllI've gone away and learnt a lot about running a LAMP system and I've made some tweaks to my Pi set up and FPA is reporting a lot more is work, but it's still failing before I create the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problem with .htaccess file vol.2
Also GZIP is disabled in global configuration...Statistics: Posted by opkyrtsis — Wed May 01, 2024 11:28 am
View ArticleExtensions for Joomla! 5.x • Re: extension for booking of physical...
Can't you use an extension for booking hotel rooms?I will have to, if there is no better option. The "hook" is a predefined booking period: "per week", "per months". The extentions that I tested do...
View ArticleInstallation Joomla! 5.x • Re: In which NGINX directory must add the...
I set it this exact way, and I got the following error...Note that there is no "autoload_psr4.php" file.http://130.162.233.174/installation/index.phpScreenshot 2024-05-01 at 2.38.21 PM.pngStatistics:...
View Article