General Questions/New to Joomla! 5.x • Re: Articles in Backend not visible
when you close/save the article, it should return to the article manager at which point you should see the article listed there.Are you creating the articles from the front end or administrator...
View ArticleInstallation Joomla! 5.x • Re: Images Missing after restore
They are probably generated icons e.g. Font Awesome or something.It could be a caching issue - clear your browser cache, and the joomla cache.Statistics: Posted by AMurray — Fri May 17, 2024 10:11 pm
View ArticleExtensions for Joomla! 3.x • Re: Articles Anywhere plugin stopped working...
Code: $db = &JFactory::getDBO();This is old code. The & means a pointer used in a PHP Version a long time ago.JFactory is for Joomla before 3.8.0Statistics: Posted by Per Yngve Berg — Sat May...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: MENU > CATEGORY BLOG
It has to be done with CSS in your template.Statistics: Posted by Per Yngve Berg — Sat May 18, 2024 8:44 pm
View ArticleAdministration Joomla! 3.x • Re: Form not sending on submit
Thank-you for your replies.Test mail fine. FPA output below:[18-May-2024 17:54:21 UTC] PHP Warning: Joomla! Instance :: Joomla! 3.10.12-Stable (Daraja) 8-July-2023Joomla! Platform :: Joomla Platform...
View ArticleJoomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
I think you'll find it easiest to use the web asset manager, as described in http://pr-261.manual.joomlacode.org/doc ... javascript and in https://manual.joomla.org/docs/general- ... definition - you...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 and http3/quic ->...
I will try it and let you know the result.Statistics: Posted by Chris S — Sat May 18, 2024 10:24 pm
View ArticleAdministration Joomla! 3.x • Re: php 7.4.33 upgrade to 8.0 fails
As Hostgator said - contact the developers to fix the issues.It is advisable to contact the web developer and update the scripts to the latest PHP version above 8.1.When they say 'web developer' they...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Articles on homepage display weird?
thank you so much013.depechemodeitalia.comonly the modules in the middle of the homepage work well...FabStatistics: Posted by Fab013_ — Sun May 19, 2024 9:22 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Iframe not working in Joomla...
You did remove the square brackets? They were added by the forum.No, I did not do this! Sorry did not know I just made sure it was enabled and put the iframe in it as I have done for 10 years :-) I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Creating Articles on the Front End...
I see why we weren't on the same page. It was my template not allowing me to see it.I apologize for the confusion but appreciate your help!Statistics: Posted by Kaatt — Sun May 19, 2024 9:59 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Create Categories on Front End
Is there a way to create/edit categories on the front end of a site?Statistics: Posted by Kaatt — Sun May 19, 2024 10:01 pm
View ArticleInstallation Joomla! 5.x • Joomla 5 installation OK, but getting PHP config...
So I installed Joomla 5, it went ok. Joomla! 5.1.0 StableRunning PHP 8.1.27php -i reports config values (examples)memory_limit => 256M => 256Msys_temp_dir => /var/www/tmp =>...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 installation OK, but getting PHP...
The values reported by Joomla may come from an .htaccess file or a php.ini file in the main Joomla folder or even in the administrator folder.Statistics: Posted by toivo — Sun May 19, 2024 10:36 pm
View ArticleAdministration Joomla! 5.x • Joomla updates
I have all my sites set to "Default" and "Stable". Yet I'm getting a number of them sending me update notices about the latest RC1 release. Anyone else experiencing this?Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Adding body class to template
Change $menu->params to $menu->getParams().OK thanks, that worked for desktop but not for mobile. What's interesting is that in Firefox's inspector I am still seeing this for the body class in...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to revert HTTPS setting for...
I get "site cannot be reached" (not secure). Chrome blocking it because it doesn't have SSL (perhaps)? I know browsers are heading in that direction.Statistics: Posted by AMurray — Mon May 20, 2024...
View ArticleExtensions for Joomla! 4.x • EasyBlog shows old blog posts continually
I recently upgraded to joomla .i'm running an easy blog system .The system is by default showing what it calls Recent blog posts (which I labelled under categories as Views,Parsha,News.The blogposts...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Spring cleaning my Joomla
Your list is on track. My suggestions below:Keep joomla up to date - install all updates as they are released (roughly every 6 weeks).Keep extensions updated and use reputable ones from the JED.Backup...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: website developer tool
I believe you are on the right track - the browser developer tool is what you need. If you change the code there, it will show a 'preview' of the page with that change applied. Then you can place the...
View Article