Migrating and Upgrading to Joomla! 5.x • Re: 0 Class...
Not only is "manually updating" Joomla (by replacing the files with those obtained from a Joomla distrubution package) not recommended nor supported. It's not documented anywhere. If people have...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Moving site from local to live...
Akeeba is the best method but otherwise you need to copy both files and database.https://docs.joomla.org/Copying_a_Joomla_websiteStatistics: Posted by AMurray — Wed Dec 11, 2024 9:04 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Cannot connect to 3.10.12 database
Session Path Writable: No should be Yes. (the current setting could be the reason you're getting the "Failed to read session data: ..." error.)Allow url fopen: No should be Yes.The plain white screen...
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 ArticleLanguage - Joomla! 5.x • Re: Wrong menu association between languages
Well, I solved it. Kind of.Turns out Joomla does not actually use language associations to "connect" menu items with each other. It's strange but it seems to use the item type and target category....
View ArticleJoomla! 5.x Coding • Re: Building a test with payment for results
Look at the options found on the Extension Directory. There are these, for example: https://extensions.joomla.org/instant-s ... y%5D=examsI don't know how you'd integrate any of those exam or quiz...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to change the horizontal...
Do you mean align the menu to come under the heading? I thought you meant move menu items to another menu.That would be done with CSS, but depends on what template you use - it might be easier seeking...
View ArticleGeneral Questions/New to Joomla! 5.x • How to prevent Category List from...
When creating a Category List menu type, the page shows first a list (table) of articles, followed by links to subcategories.In the table, articles from subcategories are included too. I would like to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to prevent Category List from...
You're saying that despite Category levels set to "none" it still shows the sub-category items with no links)?Please provide a link demonstrating the issue. Create two sample pages for each setting as...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Can I achieve these results using...
Hi Sakiss, the "Research" tab and others would drop down to display all joomla categories. Once selected all articles under that chosen sub category would displayStatistics: Posted by knightreader —...
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! 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! 4.x • Re: I no longer have access to my...
ForbiddenYou don't have permission to access this resource.That message does not come from Joomla 4. Please contact your host for an explanation.The frontend of your site displays the message "The...
View ArticleTemplates for Joomla! 5.x • Re: Admin Login Box Image Alignment (Atum)
Did you add some custom css?Does the image itself have a white space on the left side? Maybe due to cropping?Is something overriding this css?Hi,No to all the above. Absolutely standard Atum install,...
View ArticleJoomla! 5.x Coding • Re: Trying to use Ajax
Ah, OK - thx för the clarification.I changed the name of the class and now the onAfterInitialise-function is called and writes in the log-file. Alas, the function onAjaxCheckboxUpdate is not called. I...
View ArticleGeneral Questions/New to Joomla! 4.x • Menu Item to Wrapper includes Frameborder
Hello community.I'm trying to remove a frameborder when I link a Menu item to an Iframe.I don't see that the Menu options include those to remove Frame Border.Where do I look for a...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Can I achieve these results using...
To clarify, there would be 4 filters/search bars as shown and when clicked into a dropdown displaying relevant categories would display. Please refer to the image I've attached as an...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How do I create a button link to a...
I think the issue is you're trying to use "loadmodule" in a hyperlink. You can't directly link to modules using the "LoadModule" or "LoadPosition".You can link to your mailchimp form by embedding that...
View Article