Administration Joomla! 5.x • Re: restoring Akeeba Backup of Version 5.1 hangs
In addition to the configuration of Apache virtual hosts in Wampserver, it is also possible to access the test sites through dummy domain names by adding them into the hosts file:...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Something strange with...
Either leave it blank or make sure it match the domain your are using when moving website to the live server or another demo server.For instance for me I was working on a demo site like this: public...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: joomla 5 invisible reCAPTCHA not...
Oh it's an updated site?viewtopic.php?p=3714017#p3714019 might be helpfulnot sure that's my problem, i think that spam bots found a way to register to joomla regard the fact i setup reCAPTCHA...
View ArticleTemplates for Joomla! 5.x • Re: Will Joomla Support Sub Domain Concept , Sub...
Thank you so much Pavel-ww For your response.Statistics: Posted by girijauppu — Mon May 06, 2024 5:42 am
View ArticleExtensions for Joomla! 5.x • Re: Mosets Tree in J5
Are you having issues with Mosets Tree?Not natively. It seems to work fine with the V4.X version of MT. I purchased the current version and it does work in J5. What I’m hoping someone out there has...
View ArticleAdministration Joomla! 5.x • Parent for new menu
In simply Two menus have careated: Menu1Menu2 Asume that the default main menu item is Menu1.item1 which point to main page Now , The parents of all menu items on menu2 is Menu1.item1 (by default) The...
View ArticleExtensions for Joomla! 5.x • Re: Internal Server Error when saving...
@AMurray thanks for the feedback.The extension provided was only to help in researching the error, in JCE it also gives the same error that I reported, I consulted hosting support who showed me the...
View ArticleAdministration Joomla! 5.x • Re: Parent for new menu
Not sure of understand well.Is not possible set as parent a menu item from one menu for items of a different menu...but again, maybe I not got well your idea.With what I understood, here a idea: Have...
View ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
Welcome to the Joomla forum!More information is required.When I try to use the additional fields and saveAre those custom fields related to articles, categories or users?Are you using the latest...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Banner impression analytics inside...
Hi, I need help or an explanation/clarification regarding banner impressions.On my page, under the menu, I have a banner. It is displayed on all pages. Regarding Google Analytics 4 and Microsoft...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Pagination issues:
Here is how I solved it, in case someone else wants to know:1. components > com_content > tmpl > category > default.xml2. Find “display_num” in that file and change the options as per...
View ArticleGeneral Questions/New to Joomla! 5.x • 500 Internal Server Error out of the blue
I've been digging around for the past couple hours checking the usual things like file permissions, replaced .htaccess with the standard Joomla one, setting debug and error reporting to maximum, etc.,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 500 Internal Server Error out of...
I'm working on the directory permissions issues now. I've been trying to find a terminal command that will fix them all recursively, but my knowledge of the command line is paltry to say the...
View ArticleTemplates for Joomla! 5.x • Re: Help modifying Cassiopea a bit
Thanks for getting back - this is just the start of the test site and nothing close to what would be the production site - dalthaus.net/test5Statistics: Posted by netphoto2139 — Wed May 08, 2024 1:38 am
View ArticleJoomla! 4.x Coding • Re: Migration guide for J3 to J4 components?
This document is also useful: Potential backward compatibility issues in Joomla 4Statistics: Posted by toivo — Wed May 08, 2024 2:32 am
View ArticleAdministration Joomla! 5.x • Step by step to create a list with states and...
Friends, I wanted help, I'm trying to create a form field with states and cities in Brazil, I tried to create it with List, but I can't generate it.I looked for tips in the official documentation, but...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Old installation of Joomla - need...
Create a new host in dnsStatistics: Posted by Per Yngve Berg — Wed May 08, 2024 5:19 am
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 ArticleGeneral Questions/New to Joomla! 5.x • joomla article Open Graph tags
how to set the joomla article OPEN GRAPH tags (image, title, description)?? does joomla provide it to enable it or that will need an extension?Statistics: Posted by joomlerGR — Thu May 09, 2024 2:06 am
View ArticleTemplates for Joomla! 5.x • Re: Override pagination to show fewer page links
Until the option is introduced, you override links.php. Inside this block:Code: if (!empty($pages['pages'])) {Add this:Code: $pages['pages'] = array_slice($pages['pages'], 0, 5);Statistics: Posted by...
View Article