General Questions/New to Joomla! 5.x • Re: Hide modules on responsive mode?
Did you enter the class in the Module Class field of the Advance tab in the module data entry form (in Cassiopeia)? Seems you may have applied the class to the card body rather than the whole card. Or...
View ArticleAdministration Joomla! 4.x • Re: namespace problem with ApiRouter
Hi.Here is the stack trace of an API call to a single article :'code' => '500','title' => 'Internal server error','detail' => 'Error: Call to undefined method...
View ArticleJoomla! 5.x Coding • Implementing Captcha
I think I have this plugin working on my website ("CAPTCHA - Invisible reCAPTCHA" Joomla Project version 3.. The issue I am having with it is that when the challenge comes up, if one clicks on the...
View ArticleJoomla! 4.x Coding • Re: Call captcha plugin programatically in custom component
I just asked this question anew in the J5 coding forum, but it seems this may be the thread to ask the question.I seem to have the plugin working in basically the same way described here but using...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Password reset not working
The Joomla version is 3.7.2Statistics: Posted by Mina-mt — Sun Mar 24, 2024 10:16 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Recommendation for Joomla 5 Host
Not sure about the importance of having the web server physically in Australia. I have been using the same host for yonks and the server is in the UK. They recently introduced PHP 8.3. Pings take less...
View ArticleTemplates for Joomla! 5.x • How to unlock a template?
Hi there, i am trying to uninstall a template but it says that this template is locked. How can i unlock it so i am able to uninstall it?Thanks in advanceStatistics: Posted by hackermade — Sun Mar 24,...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Joomla update problem 5.0.2 php...
Hi Gws you wrote: "LiveSite: Is Not Empty. Absolutely needs to be empty." yes but i did before and it did not change, but ok, I change now again so it is this: public $live_site = ''; but it doesnt...
View ArticleGeneral Questions/New to Joomla! 5.x • adding/changing site logo dynamically?
How do I go about making it possible to display an image of my choice in the header of my custom template?To be more specific, I want the super-user or any sub-admins to be able to pick an image from...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: adding/changing site logo...
It should be set in the Template Style as a Parameter. Look at the Cassiopeia Template.Statistics: Posted by Per Yngve Berg — Sun Mar 24, 2024 11:38 am
View ArticleInstallation Joomla! 5.x • Re: Call to undefined function...
Yes, and including DOM. The Document Object Model (DOM) "allows operations on XML and HTML documents through the DOM API with PHP."Statistics: Posted by toivo — Mon Mar 25, 2024 8:35 am
View ArticleTemplates for Joomla! 5.x • Re: How to unlock a template?
If you are using a third party frontend template, go to System - Manage - Extensions and disable Cassiopeia. That will shorten the list of template positions to select from when assigning modules to...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: A migrating from J3.10 to...
J4 extensions that work in J5 with the compatibility plugin are (imho) more likely to commit to developing than those that don't.Absolutely, and a factor worth considering when choosing extensions. Go...
View ArticleGeneral Questions/New to Joomla! 5.x • type size for email addresses
When I use an email address in text, it always remains at a very small type size. I can increase the size of the text around it, but not the email address itself. Anyone know how to fix this...
View ArticleJoomla! 5.x Coding • Re: How to create User Group Progamatically
Worked like a charm, Thank You. Lastly, how do I get the id of the newly created group?I tried {var:php9.id}, outside the php block, but that did not work. I have a Joomla Message that displays the...
View ArticleTemplates for Joomla! 5.x • Re: Locating customised hyperlink colors
Thanks, checked that but nothing there other than the <hX> color overrides.What I was wondering is whether there's anywhere you can click (like right-clicking -> inspect) to locate source...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: I'm new to Joomla 4 URL Help
What errir?Statistics: Posted by Webdongle — Mon Mar 25, 2024 11:41 am
View ArticleTemplates for Joomla! 5.x • Re: css & js in custom template not working:
If anyone else comes across this issue, the above solution worked, only I had to also add the following in my index.php:<jdoc:include type="metas" /> <jdoc:include type="styles"...
View ArticleGeneral Questions/New to Joomla! 5.x • Social media buttons?
If I want to add a list of social media links in my footer, what is the best approach? If I only wanted the urls displayed as regular text, I would have gone with a menu. BUT, I want the links to be...
View ArticleJoomla! 4.x Coding • Re: Using Composer on Joomla 4
I am (successfully) using the Google API.I have the composer json and lock files in my component's administrator directory and therefore the vendor directory directory is there too. In order not to...
View Article