Installation Joomla! 5.x • Re: PHP Version Trouble During Installation
"I learned something new today—thank you for sharing! [url=https://astonjackets.com/product/the-ni ... oodie//The Nightmare Before Christmas Icon Hoodie[/url]Statistics: Posted by davidjohnathar — Wed...
View ArticleExtensions for Joomla! 5.x • Re: JCE Mediabox - no label numbers
You're right that it's just cosmetic but you have a workaround. You may be able to create a language override or make your own German translation of the English language file.Contact the author of JCE...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Updated to 4 and now there's no...
Alright, I've updated my site to Joomla 5, but it's still missing all of the menus. Also it has the "The PHP temporary folder is not set." warning. Plus all of the links to my articles that I had...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 admin menu issues
Some things to try:Delete administrator/cache/autoload_psr4.php - it will be recreated on your next page load.I think something is compressing your html output. In Global Configuration / Server tab,...
View ArticleTemplates for Joomla! 5.x • Re: Cassiopeia divide module position topbar into...
Will the customizations that I added in my Cassiopeia template be affected if there will be an update of Joomla?Thanks.Statistics: Posted by irenuyam — Thu Dec 12, 2024 4:14 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Can I achieve these results using...
What kind of fields are the "Policy Center" and the "Research Area"?If they are custom fields, you will find a setting named "Search Index" in the Options tab on each of them.By setting "Add as...
View ArticleLanguage - Joomla! 5.x • Re: Where to report a partially missing Russian...
You could report it to the maintainer of the Joomla language package:https://downloads.joomla.org/language-p ... ns-joomla5I sent an email and a private message in this forum. Thank you very...
View ArticleJoomla! 5.x Coding • Re: Integrating an AI Chatbot into a page
First of all, you should check if the ai you want to implement has an API to interact with an external entity such as a website.But except that...How to do imagine that "buy more credits"...
View ArticleGeneral Questions/New to Joomla! 5.x • How to change the horizontal position...
Hi,how can I tell Joomla 5 to display the submenus of a dropdown menu some distance to the right of where they are displayed by default?menu.pngFor example, I'd like to displace the submenu in the...
View ArticleAdministration Joomla! 5.x • Menu requires compatibility mode ON
HiI had to setup an empty J5.2.2 for testing.Loaded a couple of things to test, setup a couple of articles and menu items to access them.Guess what - I turned Compatibility Mode off by disabling the...
View ArticleAdministration Joomla! 5.x • Re: Menu requires compatibility mode ON
You have a 3rd party extension that requires the plugin to be active. Deactivating it doesn't break a a vanilla site.Statistics: Posted by Webdongle — Fri Dec 13, 2024 5:59 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Troubles after upgrading from...
https://forumpostassistant.github.io/docs/ pleaseStatistics: Posted by Webdongle — Fri Dec 13, 2024 7:26 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Akeeba restoration in live site...
Delete the folders/files and drop the database tablesUse kickstart to unpack the jpa file and choose to replace the .htaccess fileIf no availDelete the folders/files and drop the database tablesUse...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to prevent Category List from...
I see. So, there's no way to do the same with Category List, right?Could that be done by overriding a PHP file? And, if true, could you point me to the right one where the functionality of Category...
View ArticleGeneral Questions/New to Joomla! 4.x • I no longer have access to my site's...
Hello, I no longer have access to my site's administration (https://teamoptc.com/administrator/) -> ForbiddenYou don't have permission to access this resource. or error 404. Who knows a solution?...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Login Issues with Joomla Backend...
Welcome to the Joomla forum!Do you get any error messages from the failed login? What about devices with other types of processors?Statistics: Posted by toivo — Sat Dec 14, 2024 11:26 am
View ArticleTemplates for Joomla! 5.x • Admin Login Box Image Alignment (Atum)
Hi all,Just a little annoyance that seems to trigger some kind of OCD… I’ve changed the default image on the /administrator login screen for one stored locally on the site. The image appears to...
View ArticleTemplates for Joomla! 5.x • Re: Admin Login Box Image Alignment (Atum)
Can't say from the image.My html looks the same.Did you add some custom css?Does the image itself have a white space on the left side? Maybe due to cropping?In my install (default J logo) this css is...
View ArticleJoomla! 5.x Coding • Trying to use Ajax
I'm trying to implement a checkbox that updates my database without reloading the webpage. I asked an AI for help, and got some pretty detailed advice.I added some js to my webpage and installed and...
View ArticleJoomla! 5.x Coding • Re: Trying to use Ajax
It's a naming issue. The plugin name is update_checkbox so the class name should be PlgSystemUpdate_Checkbox. This won't matter if you convert the plugin to J4 architecture.Statistics: Posted by...
View Article