Migrating and Upgrading to Joomla! 5.x • Re: MariaDB on XAMMP and MySQL on...
Yes, it is relatively easy. It should be as simple (if not using Akeeba) as exporting from MySQL, and importing to a new MariaDB and vice versa. If using Kickstart to restore, then that should be...
View ArticleJoomla! 4.x Coding • Re: Google reviews
Pay attention to what the error is telling you: (its coming from Google, not Joomla).error 400 redirect URI mismatchFrom my research, you have to ensure you have put in the correct redirect URL (and...
View ArticleExtensions for Joomla! 4.x • Custom Blog files not rendering when using...
Good day everyone,I have made a copy of Articles Blog, renamed files and edited XML file and all is workingFiles location: templates/MyTemplate/HTML/com_content/category/my-filesI have set up a menu...
View ArticleJoomla! 5.x Coding • Re: Behavior-Backward Compatibility plugin unchecked:...
Use the method FieldsHelper::getFields() to access the custom fields.Code: // add this use statement after use statements in the beginning:// use...
View ArticleExtensions for Joomla! 4.x • Re: Custom Blog files not rendering when using...
The name of the override folder is html, not HTML.Statistics: Posted by toivo — Tue Apr 09, 2024 1:47 am
View ArticleExtensions for Joomla! 3.x • Hcaptcha shows only on contact page
Hey everyone, I'm hoping someone can help with an hcaptcha issue in having. I just installed it on my 3.10.12 joomla site and it pivot shows on contact page. I want it on contact and login/...
View ArticleExtensions for Joomla! 3.x • Re: Hcaptcha shows only on contact page
There is no reason to have a Captcha on the login and there is no such feature.Statistics: Posted by Per Yngve Berg — Tue Apr 09, 2024 5:09 am
View ArticleAdministration Joomla! 3.x • Re: Host changed server and blank site with...
http://www.nomadtravellers.com/ worksYes, but not HttpsStatistics: Posted by phidias81 — Tue Apr 09, 2024 5:51 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Article custom style from mock-up:
I tried sending you a dm, not sure if it got through.Hi. Yes, I received your message.The easiest way. You should install Aceeba Backup, create a backup with this. Create a new, clean database at...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problems with SSL Certificate on...
How do I fix the content that is being blocked by https?Statistics: Posted by airplayne — Wed Apr 10, 2024 2:12 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: <div...
'col-md-4' is Bootstrap 3 or 4 and comes from a 3rd party template in J3.Statistics: Posted by Per Yngve Berg — Wed Apr 10, 2024 4:08 am
View ArticleExtensions for Joomla! 5.x • Re: Blog
For "adding" documents I'm using Phoca Download. But you can simply upload them with Filezilla. It's up to your knowledge.Statistics: Posted by pl71 — Wed Apr 10, 2024 5:23 am
View ArticleAdministration Joomla! 4.x • Re: App update results in error
I suggest you do not change anything until you establish what the path is supposed to be. Look in System / Information / Folder Permissions and see what is there.How are doing the update? Why do you...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: How to make work the language...
Hello everybody, I've created a custom template for my multilanguage website in Joomla 4. Hi. It looks like you made a mistake - your template contains js files (full bundles) from different versions...
View ArticleTemplates for Joomla! 5.x • Re: J5 Cassiopeia: How do I get internal...
Hello ghazal,Thanks for your advice.I started off with using built-in TinyMCE Editor to design my Tables. TinyMCE uses the attribute 'style' in-line per table or row. Then, I also found some clues on...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problem with .htaccess file vol.2
Script used in file: (currently renamed back to txt and URL rewriting disabled)The attached .htaccess file is not the latest version that gets installed with Joomla 4.4.3. The latest version of...
View ArticleInstallation Joomla! 5.x • Re: No Databases to Choose From
Can you not install different database versions? The server I use allows the choice of database version when I create a database. I can export the database, create a database of a newer version,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Lack of print button: problems...
You need to modify component.php or roll your own like print.php.Omit the loading of the Accordion Menu.Code: <link href="https://www.rossmartin.co.uk/essential-know-how/171-employment-status"...
View ArticleAdministration Joomla! 4.x • Re: Cannot save article - term_id does not have...
Welcome to Joomla forum!The issue that you described, sounds like a database issue indeed. With such an issue, I would compare the database structure of your website with a working Joomla 4 database...
View ArticleGeneral Questions/New to Joomla! 5.x • Pagination or "load more...
I was wondering if there is a built-in option in Joomla to add pagination into a category of articles? In my case, I'd like to show 6 articles at a time, and have a pagination menu at the bottom. OR,...
View Article