General Questions/New to Joomla! 3.x • Administration buttons - label not...
Hi, I have been tasked with doing some work on a Joomla 3.x installation as part of my job, unfortunately, I'm not experience in the least bit, but I've managed to figure out what I needed on the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5.2.0 + articles - error
Welcome to Joomla forum!I have not heard about TinyMCE issues in Joomla 5.2 yet.Could you give somewhat more info about your setup/server?Please use https://forumpostassistant.github.io/docs/Hi Peter,...
View ArticleTemplates for Joomla! 5.x • Re: order modules in side bar left before main...
Sidebar left or right ..both are after main bottom position.Hi. Here is viewtopic.php?f=815&t=996442#p3675648Before editing, do not forget to turn off the JCH Optimize and completely clean its...
View ArticleTemplates for Joomla! 4.x • Re: Hide Cassiopeia collapsible menu fully in mobile
My next question is how I could hide specific menu item on mobile. Using the below didn't work.Code: @media (max-width: 768px) { .metismenu-item .item-413 { display: none;}}Hi. Try {display: none...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 3.x • Re: SEO and Google...
Ugh, dealing with that /index.php issue in URLs is such a headache, right? I ran into the exact same problem a while back. My solution? I fiddled with the .htaccess file, setting up a redirect to...
View ArticleAdministration Joomla! 5.x • Re: 0 Class...
1. Empty livesite Lifesite can only be changed by editing configuration.php.Open configuration.php and findCode: public $live_site = 'WHATEVER_IS_WRITTEN_HERE';and change it toCode: public $live_site...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5 MUST HAVE CAPTCHA V3 Plugin
Hello joomla lovers,I had the need to write this article because I really don't understand the reason that Joomla developers decided to remove ReCAPTCHA plugin from the joomla 5?Supposedly joomla go...
View ArticleGeneral Questions/New to Joomla! 3.x • Printing Articles
Can I change the layout of articles when printing from the website? They are currently printing the complete document including the full article path etc. How do I print the document with just the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 MUST HAVE CAPTCHA V3 Plugin
I really don't understand the reason that Joomla developers decided to remove ReCAPTCHA plugin from the joomla 5?Google ReCaptcha got removed to remove dependencies to external services. It was...
View ArticleExtensions for Joomla! 5.x • Re: Layer Slider alternative
DJ image slider, Smart Slider 3...Statistics: Posted by Nidzo2203 — Fri Nov 01, 2024 9:53 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 must have Captcha V3 plugin
It would be interesting to know what % of sites actually have registered users.Statistics: Posted by Webdongle — Fri Nov 01, 2024 11:53 pm
View ArticleExtensions for Joomla! 5.x • Re: issue trying to install Component Builder...
JInstaller: :Install: Error SQL Duplicate entry '25' for key 'joomla_componentbuilder_joomla_component.PRIMARY'Did this error seem to originate from the _extensions table? It is possible to list the...
View ArticleGeneral Questions/New to Joomla! 4.x • finder
I have a site with 43305 articles on my joomla 4 site. Table bpp16_content has 106 MB. But if I use smart search indexing then table bpp16_finder_links_terms has 10 million records and 747 MB and...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: finder
There are settings in the finder component where you can set the strength of the finder index.For such a large content though, I would suggest going on separate search solution such as algolia...
View ArticleAdministration Joomla! 4.x • Re: Cannot Access backend - Redirects to /el/
Check if you have the live site attribute set, in configuration.php (you should not).Statistics: Posted by Pnkr — Sat Nov 02, 2024 9:53 am
View ArticleMigrating and Upgrading to Joomla! 4.x • upgrade 4.4.8 to 4.4.9 fails with no...
I am attempting to update from 4.4.8 to 4.4.9. Any insight would be appreciated. When I try to update I get Server errorJoomla Update encountered a server error when applying the update to your...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: upgrade 4.4.8 to 4.4.9 fails...
Please provide the FPA report. See Red Box above under Forum Rules.Statistics: Posted by AMurray — Sat Nov 02, 2024 9:40 pm
View ArticleTemplates for Joomla! 5.x • Re: Looking for a good guide to customizing...
I'm happy working with Template-Creator https://extensions.joomla.org/extension ... reator-ck/, where one can create a simple or a complex template or anything in between; but one has to get the hang...
View ArticleAdministration Joomla! 5.x • Re: "Dropdown" for field creation
It is not clear whether you need a list field, sql field or subform. Some documentation:https://jdocmanual.org/jdocmanual?artic ... list-fieldMaybe you could clarify what you want to enter in the...
View ArticleJoomla! 4.x Coding • Re: Custom Extension -> Upload File (Controller / Model)
The model's save method must not return an ID, it must be return a boolean. If the method had a return type, this would result in an error. The model should also not be reading request data. What you...
View Article