General Questions/New to Joomla! 5.x • Re: Hide modules on responsive mode?
Try: d-none d-sm-flexthe first class hides the module on all sizes and the second reveals it on sizes of sm and larger.That's not working its still shows on all devicesStatistics: Posted by chris2k13...
View ArticleLanguage - Joomla! 4.x • Language selection on the front end?
I have the languages installed, but I don't see a language selection module to display on the front-end. Where do I add the language selector?Statistics: Posted by fstltna — Thu Mar 07, 2024 5:19 pm
View ArticleAdministration Joomla! 4.x • Re: Administration link redirects to frontend
Use the Forum Post Assistant. See Red Box above.Statistics: Posted by Per Yngve Berg — Thu Mar 07, 2024 5:26 pm
View ArticleTemplates for Joomla! 5.x • Re: Changing Position of Navigation Drop Down Menu
Pavel-wwI can find the css but I can't seem to change it to make the menus behave as I wish.Do you have any more specific feedback about how to change the css, or what css to add, to make the menus as...
View ArticleLanguage - Joomla! 4.x • Re: Language selection on the front end?
Publish the Language Status Administrator Module in Administrator. This will tell you what is missing on your Multi Language Setup.Statistics: Posted by Per Yngve Berg — Thu Mar 07, 2024 6:24 pm
View ArticleAdministration Joomla! 4.x • Image folder not showing if Joomla is behind a...
I moved Joomla behind a reverse proxy and the contents of the image folder are not showing. After debugging in a browser I found that the contents of an ajax call returns <html> <body>...
View ArticleAdministration Joomla! 4.x • When will joomla 4 have responsive pagination?...
Hello!Since the release of Joomla 4, there has been no adaptive pagination. There is always a shift in pages in the mobile version, which some search engines consider as a site that is not adapted for...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 4.x • No follow in...
I'm hoping somebody could help please.If this is incorrect feel free to correct me.Say for example I have a joomla website about cars.I also have a blog about cars within the same joomla site.In the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: can't past text through Mobile
I presume that you with "past" means "paste".With my Android Phone, I make a Long Press into the text and a paste button appear.Statistics: Posted by Per Yngve Berg — Fri Mar 08, 2024 5:46 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Test mail could not be sent.
Hi,Trying to send a test email out using the built in PHP mail function but it keeps failing. Getting notice "Could not instantiate mail function." and error "Test mail could not be sent.". I've...
View ArticleGeneral Questions/New to Joomla! 5.x • How Can You Display Only Modules in...
Is it feasible to set up a Joomla site where only the modules are visible, avoiding the large gaps left by creating blank articles or categories? Are there any methods to achieve this without the need...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How Can You Display Only Modules...
It can all be done with a template.Statistics: Posted by Per Yngve Berg — Fri Mar 08, 2024 7:24 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Test mail could not be sent.
The PHP Mailer is not configured properly on your server (php.ini)Select SMTP instead and put in the Credentials for you host's SMTP Server.Statistics: Posted by Per Yngve Berg — Fri Mar 08, 2024 7:38...
View ArticleJoomla! 4.x Coding • Re: Send email to site admin when a person clicks a...
Thanks. It's a start. Those docs were written for Joomla v2.5 (and most of the links are broken); some methods may still exist in Joomla 4.4 (viewtopic.php?t=994165).What I need is to run some...
View ArticleAdministration Joomla! 5.x • Joomla contacts and users
Good morning everyone, I wonder if anyone can help.I allowed user to register in my websiteI have to activate the user, I want to do this to make sure all users are legit.When a user registers the...
View ArticleInstallation Joomla! 3.x • Joomla instances suddenly stopped working
Hello,I have two Joomla instances that are hosted by the same provider and they suddenly stopped working.The symptom is a HTTP code 500 error and a totally blank page on both cases.I'm quite convinced...
View ArticleInstallation Joomla! 3.x • Re: Joomla instances suddenly stopped working
Looking at another post, I saw that one needs to replace `#__` by the actual database prefix when running the SQL.And sure enough, with this the error message about a missing session table went away...
View ArticleGeneral Questions/New to Joomla! 5.x • Repositioning Site Modules for Mobile...
Hello,On our homepage, we have a section on the right side (sidebar-right) dedicated to displaying important news. This section remains on the right in desktop view or when viewed in landscape on a...
View ArticleForum Post Assistant (FPA) • Using forum post assisstant again
Just installed joomla 5.03 and gor successfully to the end.Now I cant log in. I am using forum post assistant to debug. I need to use it a second time but I am yold I must download a new copy. If i do...
View ArticleJoomla! 5.x Coding • Re: Using behavior.caption and behavior.tabstate in...
JHtml::_('behavior.tabstate') has been replaced by using uitab. Have a look in administrator/components/com_content/tmpl/article/edit.php and search for 'uitab'. Also see this answer:...
View Article