General Questions/New to Joomla! 5.x • Re: change color of the menu items
You could make the menu items visible with some CSS like:Code: li.nav-item a { color: blue;}li.nav-item a:hover { color: red;}Statistics: Posted by pe7er — Mon Nov 25, 2024 7:43 pm
View ArticleAdministration Joomla! 5.x • Re: issue with user registration
While not perfect and not 100% a guarantee, try adding a captcha to your registration form.It is possible to remove the registration link if you need to - with layout overrides.Another thing to...
View ArticleJoomla! 5.x Coding • Re: Add a custom library to Joomla
Joomla doesn't support installing custom Composer packages.Technically, because this library doesn't have any dependencies (yet), you could install it as a Joomla library and use Joomla's native...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Google maps doesn't work anymore...
Hi Guys, thank you so much about your reply.Yes in the page come raggiungerci (how to reach us) you'll find only screenshots.I put the goolge maps just on the main page...I just activate the API and...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.2.2
https://github.com/joomla/joomla-cms/pull/44358Why have this issue not been merged at this time??The second human test for this PR came in too late to include it in Joomla 5.2.2,which was already...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Fixed Position (SP Page Builder)
There is no "custom position" at Advanced. There is only custom width...And I am not able to update to 4.x, lots of plugins don't work and on top of that I can't even update to php 8 - the site...
View ArticleTemplates for Joomla! 5.x • Re: How to centre and change the font size of the...
Hi,The above css is working fine to change the font size of the menu items.However how I can change only the level 1 menu items font size and keep level 2 unchanged?ThanksStatistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 5.x • Dynamic label position (Filter SQL)
Hello, I am trying to create a form with dynamic positions according to a graph... this with the purpose of extracting filtered information from a SQL and being able to place it according to the...
View ArticleTemplates for Joomla! 4.x • Re: Some positions don't allow for modules?
It is now....Statistics: Posted by antonios — Tue Nov 26, 2024 9:00 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: User login very slow
I'm no techy/coder but many on the forum in the past have said use "file" instead of "database". The one drawback of using database is as you found; the session table can get quick big, very quickly.I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: A field's "Description"...
Note that inline help is not "perfect" - in your screenshot it doesn't look like you have a toggle-button for inline help on that particular screen. The regular "Help" button will simply open a pop-up...
View ArticleAdministration Joomla! 5.x • User Registration / Password change
I've done Jooma-Websites since 1.5, but now I am really confused. I've tried a lot to fix it, but I must raise the white flag.Problem 1: I added a menu, menu type Users > "Change Password".But even...
View ArticleTemplates for Joomla! 5.x • Re: Convert a Joomla 4 template to Joomla 5
I'm not following, I did not create overrides, nor did the developer I think. Are we misunderstanding? I'm referring to an external developer crating a Joomla 4 template that currently cannot be used...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Could not load root metadata.
Memory Limit: 128M256M is needed.Statistics: Posted by Per Yngve Berg — Wed Nov 27, 2024 9:18 pm
View ArticleTemplates for Joomla! 5.x • Best templates for Joomla! 5
Hi!What do you think are the best free templates for Joomla! 5 today?Statistics: Posted by Joomletto — Wed Nov 27, 2024 9:19 pm
View ArticleExtensions for Joomla! 5.x • Re: Which login do I use for Kunena?
For "Guest" users that wish to register, they would click the "Register" link on the Login form, or via a "Register" menu item. Refer to https://docs.joomla.org/Special:MyLangu ... figuration and...
View ArticleAdministration Joomla! 5.x • Re: User Registration / Password change
Where have you added that menu (front end or back end)? Those menu items look like options only an site admin type user would see (super user, administrator, manager, author, editor, publisher) - so...
View ArticleTemplates for Joomla! 5.x • Re: Best templates for Joomla! 5
Very subjective opinion but a template is just the framework on which to build your site so why wouldn't Cassiopeia work for you? Personally I use Helix Ultimate.Think of a template as a skyscraper's...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Memory exhausted error when...
Even though it appears your memory limit is 2G (2147483648 bytes), it's still trying to allocate more memory above that limit - additional 69632 bytes (as per what the error says).if this is your own...
View ArticleExtensions for Joomla! 4.x • truly responsive slide extension
Hello,I am testing Truly Responsive Slides (2.8.0) on Joomla 4.4.9. I want to use articles as a data source but I get the message "There is no slide to show" on the front end of website.I switched to...
View Article