Administration 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 ArticleJoomla! 4.x Coding • Re: Migration guide for J3 to J4 components?
Time to read then: https://www.dionysopoulos.me/book.htmlWhile Nicholas wrote a good reference book there, the new documentation (WIP) have some good useful code for you....
View ArticleTemplates for Joomla! 5.x • Re: Help modifying Cassiopea a bit
While you are on it, a good start is here: https://cassiopeia.joomla.com/helpStatistics: Posted by carlitorweb — Wed May 08, 2024 12:52 am
View ArticleGeneral Questions/New to Joomla! 4.x • Old installation of Joomla - need...
I have an old installation of Joomla website on my WHM server. The installation is in the root public html folder.A year ago, we created a new website for our organization on a new server. The...
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 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! 5.x • Re: Joomla 5 blocks videos
Check out this thread viewtopic.php?f=834&t=1008580Unfortunately, neither editing the code nor the plugin helped.Statistics: Posted by veblis — Wed May 08, 2024 9:32 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Issue with iframe code that worked...
Iframes are not ideal, (and are security risks), and you should probably use a more modern method to embed a video such as HTML5's <video> tag or use a plugin from the extension directory for...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Transfered hosting to godaddy-...
I just disabbled gzip in .htaccess file to test that and it fixed it but what is the proper way to address this? Gzip is off in global Config already!more specifically these line:#RewriteCond...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Migrate joomla 3 to 5
Your questions seems to be about backing up a Joomla 3 site and restoring it the same site. ....but not about migration from 3.10.x to 5.x.... are you trying to migrate your site to Joomla 5?Note your...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update 5.0.3 to 5.1
I am seeing the same thing on a bitnami installaiton of Joomla 5. Except that I see no way to navigate to "System-Maintenance-Database ".From the system dashboard I see no "maintenance" link. So I am...
View ArticleJoomla! 4.x Coding • API Call not working.
Hello,I had to comment out the Directory browsing(Options -Indexes) in the .htaccess for some of the API requests(users/banners) to go through in postman. I am not able to get articles to go through....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: PRINT button Joomla 5
the ?tmpl=component is an editable page so i can insert my html code to show my logo?Statistics: Posted by joomlerGR — Thu May 09, 2024 1:10 am
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 ArticleGeneral Questions/New to Joomla! 4.x • Re: Old installation of Joomla - need...
Create a new host in dnsSo I ended up creating a new subdomain in cPanel (subdomain.mydomain.com) set to use the same root folder as mydomain.comI then altered the config.php file "live site" setting...
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
You are not consistent (estado, estados).Use characterset utf8mb4 instead of latin1.Thanks for your attention, I've already corrected it to utf8, including the characters that had bad...
View ArticleGeneral Questions/New to Joomla! 5.x • Call Intro or Full Article Image
how to call Intro or Full Article Image inside Index.php into the content="..."Code: <meta property="og:image" content="">Statistics: Posted by joomlerGR — Fri May 10, 2024 12:20 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Call Intro or Full Article Image
Not sure where is the "index.php", but normally this you can do it inside the article view. So, first, make a override to com_content/article.Then you need the follow code:Code: use...
View Article