Search 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 ArticleTemplates for Joomla! 4.x • Re: Hide Cassiopeia collapsible menu fully in mobile
Can you post the URL? So we can have a look at the code.Did you clear cache?Do you see your change in your browser's developer tool? Is your css property active or overridden by other css (grayed...
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 ArticleJoomla! 5.x Coding • Re: Using the Joomla (not WEB Services) API.
I seem to have missed something basic and critical for this to work. I have a number of guesses about what those things might be.What I'm attempting to do must be done in a component and cannot be...
View ArticleExtensions for Joomla! 5.x • Re: Layer Slider alternative
Thanks but Smart Slider 3 hasn't been updated for 2 years and makes no mention of Joomla 5. DJ Image Slider appears to just display slides - no layers that I can see.(To be fair I've only had a quick...
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 ArticleAdministration Joomla! 5.x • "Dropdown" for field creation
HiAnybody that know plugin for "Fields" in articles. Means when I go to Articles: New Field and what to create a field there are some predefined types like:TextCalenderCheckboxColourEditor......
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 ArticleAdministration Joomla! 3.x • Re: Changing title in menu bar
Thanks. The url is https://nieuwjaarsduikwestenschouwen.nl/Versions is Joomla 3.10.12At first I installed a new Joomla version with errors as a result so I changed is to an earlier version.Your help...
View Article