General Questions/New to Joomla! 5.x • Re: Removing border around a banner...
To eliminate the white border around the banner image in Cassiopeia, you'll want to adjust the padding of the div.grid-child.container-below-top element. You can achieve this by overriding the default...
View ArticleGeneral Questions/New to Joomla! 5.x • Pagination issues:
In my Joomla project, I have a category with news articles. However, in the settings for pagination (Main Menu/news, which is set to "category list") I am only given a limited number of articles to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: url to news post?
JRoute is deprecated and will not work in later versions of Joomla.Use the name-spaced function shown by @SharkyKZHmmm, ok. So how do I re-write the above, working though deprecated line of code to...
View ArticleJoomla! 5.x Coding • Re: ACL on form fields
In the form (or form override) you could fetch the the group the user is in, then use an if statement to display the field or not?Or have two forms, one to be seen with one view level and the other to...
View ArticleAdministration Joomla! 5.x • Re: Permissions for someone working on the site?
You could give full access or1. In global config create a new User group with Public as Parent.2. In global config Allow for that new Group, Site login and Administrator Login.3. In Users >>>...
View ArticleAdministration Joomla! 4.x • "Third-party cookie will be blocked"...
I am on Joomla 4.4.1. With recent releases of chrome, I see this warning 50+ times on my site:Third-party cookie will be blocked. Learn more in the Issues tab.The details from the Issues tab is as...
View ArticleAdministration Joomla! 5.x • Re: TinyMCE sandboxes scripts in iframes
I confirm it. I put to article:<iframe src="https://drive.google.com/file/d/gkhbjfblkjgdf/preview" width="2000" height="700" allow="autoplay"></iframe>and TinyMCE adds sandbox="" attribute...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
Make a backup with akeeba, use akeeba backup and their kickstart.php to install on wampserver on your pc. Then update it via wampserver,make a backup when updated and then install that backup on live...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problem with .htaccess file vol.2
I'm using this one now https://docs.joomla.org/Preconfigured_htaccess and still have problems. Many buttons in administrator are dead, and the styling with lists is distorted.Statistics: Posted by...
View ArticleAdministration Joomla! 5.x • Re: I am puzzeled by the blog sample data
Thank you again. I checked out your reply and found that the /templates/cassiopeia/html/mod_custom/banner.php file on my site contains exactly the same code as the Joomla blog sample site. Yet the...
View ArticleAdministration Joomla! 5.x • Re: Upload Images using Frontend
Thank you very much!I installed JCE.Do I have to define JCE as the default editor?Statistics: Posted by Marka_DE — Tue Apr 30, 2024 2:15 pm
View ArticleJoomla 4.x - Задайте здесь свой вопрос по поддержке • Joomla 4.3.2 with nginx...
Joomla 4.3.2 with nginx dont show preview, help me. Only several pictures can view pteview. I haven't been able to solve the problem for a month nowMy nginx config nginx.conf: | server { listen 80;...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: No contacts in the admin panel...
Thank you!Here is what I see when I search for contact:main & main-menu contact.jpg(連絡先 is Japanese for contact)I've no idea as to what I should change... If there is some other info item...
View ArticleExtensions for Joomla! 5.x • Re: extension for booking of physical...
Can't you use an extension for booking hotel rooms?I will have to, if there is no better option. The "hook" is a predefined booking period: "per week", "per months". The extentions that I tested do...
View ArticleInstallation Joomla! 5.x • Re: In which NGINX directory must add the...
I set it this exact way, and I got the following error...Note that there is no "autoload_psr4.php" file.http://130.162.233.174/installation/index.phpScreenshot 2024-05-01 at 2.38.21 PM.pngStatistics:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Some newbie questions...
First of all, i would like to thank all of you, and Pavel, for the time you gave me. Thank you so much.My hosting solved the problem. When i wrote them, they answered:"It seems to be a known problem...
View ArticleJoomla! 5.x Coding • Multiple grids, checks not working
I've got two grids in the same form (in different tabs), but my buttons with "listCheck" and the grid.checkAll boxes no longer work. How can I re-establish them?Statistics: Posted by MarkRS — Wed May...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Pagination issues:
<<, <, >, >>These arrows are from Font Awesome. J4 uses Font Awesome 5, J5 uses Font Awesome 6. Check if the Font Awesome right version is connected in your template.Without URL not...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Contact form?
If you will use com_contact - do not forget to enable Captcha. Maybe even HCaptcha.Which Captcha extension can you recommend? One that is compatible with the built-in Joomla form.Statistics: Posted by...
View ArticleInstallation Joomla! 5.x • Re: Trying to install joomla 5 on Pi
You have to get your database working. Does it work with phpMyAdmin or mysql from the command line? Have you created a database and database user for your Joomla installation?You are likely to need...
View Article