General Questions/New to Joomla! 5.x • Disabling collapsing of the "List...
I am setting up a Joomla site to act as a documentation repository, and would like to set up some basic Categories with a handful of Sub-Categories. So far, so good.My desire is to set up a page with...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Site crash while trying to update
Thanks, I was able to get rid of what was causing the error with the error reporting info.Now there's a new issue. If I change from PHP version 7.4.33 to 8.xx, the area that checks for updates (joomla...
View ArticleAdministration Joomla! 4.x • Re: Service unavailable
OK. I was able to get into the administrator area and unpublish the last published item. That appears to have fixed the issue. Any idea what could have caused that? The page that was unpublished was...
View ArticleGeneral Questions/New to Joomla! 5.x • Offline with language flags
Hello.I use the latest Joomla 5 with templates from LTheme.I have 3 languages and the site is currently offline.How can I still show the flags for language display with the offline message?Kind...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Custom.CSS file not applying to pages
What actual template are you using?You mention SP Page builder, but that could be used with any template essentially e.g. Helix Ultimate or even Cassioepia. Helix uses a custom.css file, while...
View ArticleGeneral Questions/New to Joomla! 5.x • Customise Menu - Gantry 5
Hello,I am having trouble to customise a menu. I would like to set up a blog on my website. I have only 2 articles for the moment but the idea will be to have a comprehensive layout with a menu on the...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Unable to access Administrator Page
What is the error?Statistics: Posted by Webdongle — Fri Oct 11, 2024 1:41 am
View ArticleGeneral Questions/New to Joomla! 1.5 • клиника косметологии
Что нужно знать перед первым визитом в клинику косметологиилазерная эпиляция лица спб лазерная эпиляция лица спб .Statistics: Posted by klinika_uaPl — Fri Oct 11, 2024 3:34 am
View ArticleAdministration Joomla! 5.x • Re: Logging in only works properly when debug is...
No - And I clear it on back end and on siteground server everytime I make a change.Statistics: Posted by honeyflow9549 — Sun Oct 13, 2024 8:24 pm
View ArticleTemplates for Joomla! 5.x • Re: How to change the blockquote style?
The code you want is apparently in an external style sheet with a CSS class name "elementor-blockquote". I would go back to your WP site and check how Elementor references CSS. We can't really go into...
View ArticleAdministration Joomla! 4.x • Re: Acceptance of relative URLs for iFrame...
I think you're missing the leading forward slash ("/") so the value should be "/myfolder/index.php".Refer to https://docs-next.joomla.org/help/menu- ... e-wrapper/ which seems to confirm this.From...
View ArticleGeneral Questions/New to Joomla! 2.5 • Re: site down, front end and admin side
Yes I would advise start over. WAMPServer doesn't offer a PHP add-on module lower than PHP 5.6 so there's no possibility to take the site 'offline' and work on a local server (your PC).Moving forward...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla\CMS\Object\CMSObject::$tagline
Thanks for the reply Per.Updated but no change.I discovered more in the log at public_html --> administrator --> logs --> com.knowres --> 2024-10-14 -->...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla 4 - adding Facebook to website
Sorry Pe7er still having the same problemCheersRichStatistics: Posted by perryworld — Mon Oct 14, 2024 4:14 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Articles dont open from category...
Ok PerI included the page content particle from Gantry, looks like it is working. That was that simple so much frustration Thank youStatistics: Posted by 0xSeiya — Mon Oct 14, 2024 5:57 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: 403 access denied
Try renaming .html to bak.html and see if test.php file can be reached. If it's not the .htaccess causing it then it's a server setting.Statistics: Posted by Webdongle — Mon Oct 14, 2024 7:32 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Disabling collapsing of the...
Perhaps use Article category module and loadmodule https://docs.joomla.org/How_do_you_put_ ... loadmoduleOr there might be an extension that would do it?Statistics: Posted by Webdongle — Mon Oct 14,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Customise Menu - Gantry 5
Use "Menu" particle to show menuUse "Page Content" particle to show contentStatistics: Posted by pablop76 — Mon Oct 14, 2024 9:22 pm
View ArticleJoomla! 5.x Coding • Query and display text containing apostrophe
I have a form that includes a comment field. If a user types in a comment that contains an apostrophe, $db->quote works perfectly and saves the entire comment via a Mysql INSERT. However when I...
View ArticleJoomla! 5.x Coding • Re: Query and display text containing apostrophe
I just saw the typo in my posted code that isn't in my actual program.$results = $db->loadRow();My program does have the greater than sign.Statistics: Posted by pcsadmin — Mon Oct 14, 2024 11:55 pm
View Article