Search Engine Optimization (Joomla! SEO) in Joomla! 4.x • Re: How do I fix...
Searching forDuplicate without user-selected canonicalI found top resulthttps://www.google.com/search?client=fi ... +canonicalGoogle has found identical or very similar content on your website but has...
View ArticleThe Lounge • Re: My site's spam score is 17%
A spam score of 17% is relatively low. Spam scores typically range from 0% to 100%, with higher percentages indicating a higher likelihood of being considered spam. A score of 17% suggests that your...
View ArticleExtensions for Joomla! 5.x • Breezing form label inside field
Hi,I'm using Breezing form with Tycho theme. I need to put labels inside the field area. Hoa can I do it? See attached image.For checkinh the URL is https://greektrader.gr/1ThanksChrisStatistics:...
View ArticleTemplates for Joomla! 5.x • Re: How to centre and change the font size of the...
You add the new code to the existing user.css file.With this addition your user.css file should look likeCode: :root { --body-bg: #bfd7de;}.container-header .mod-menu { font-size: 1.2em; text-align:...
View ArticleSecurity in Joomla! 2.5 • Re: Porn link on mobile version of company website
Please see viewtopic.php?f=714&t=946026 and viewtopic.php?f=710&t=956702Best done on localhost with Wamp. or try https://mysites.guru/pricing/Statistics: Posted by Webdongle — Mon Jul 01, 2024...
View ArticleTemplates for Joomla! 5.x • Re: custom code removed from the admin login page...
YesStatistics: Posted by Webdongle — Mon Jul 01, 2024 5:41 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Gateway timeouts
Can you confirm whether J4.4.4 supports php-8.3.8?I'm trying to migrate a J4.4.4 system to a new server running fedora40 and php-8.3.8 and seeing gateway timeout errors. The database is running on a...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Gateway timeouts
https://manual.joomla.org/docs/next/get ... uirements/ states "recommended" PHP 8.2 but doesn't suggest "8.2 or higher". Try PHP 8.2 - does the problem resolve itself? With PHP 8.3.x, you might need...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: menu flex-wrap issue
Remove this line from user.css: Content of user.cssOr if you want to keep it use /* */, like /*Content of user.css*/Thank you. I looked at that yesterday and thought it was a just a header in the...
View ArticleExtensions for Joomla! 5.x • Re: Breezing form label inside field
Yes, I've set placeholder and hide the label.Thanks for the hint!Usually with form builders you have placeholders to show text in a field.Statistics: Posted by cvrak — Tue Jul 02, 2024 7:14 am
View ArticleTemplates for Joomla! 5.x • Re: CSS: separate system template parts
Custom CSS goes in a file called user.css for Cassiopeia. It might work in a simple principle for other templates - some may call it "custom.css" or other filename variations.Third-party extensions...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Need Assistance with QB Error 404
Sorry, I should have checked that earlier. It looks like [spam], nothing to do with Joomla.Statistics: Posted by toivo — Tue Jul 02, 2024 9:32 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Some internal links not recognized...
Well, they "sort of" fixed it... so far. We added a simple CSS code of .com-content.view-article #sp-main-body .article-details-intro {position: initial !important;}There was a lot more they gave me...
View ArticleJoomla! 4.x Coding • Requesting URL parameter variable
Our Joomla 3 site successfully used this code inside a module using RegularLabs 'Sourcerer' plugin shortcode to retrieve a value from the URL. It appears to be failing for Joomla 4. Does the following...
View ArticleJoomla! 4.x Coding • Re: Requesting URL parameter variable
Use this:Code: {source}<?php use Joomla\CMS\Factory;$input = Factory::getApplication()->input;$ucg_coverimage = $input->get('CoverImage', '', 'string');echo...
View ArticleInstallation Joomla! 5.x • 500 error on Amazon Linux 2
Hello, I just installed LAMP on an AWS linux 2 server, all updated. I followed these instructions https://forum.phparea.com/thread/how-to ... mla-on-aws, installing the latest joomla zip, but I got an...
View ArticleJoomla! 5.x Coding • Re: How to check if user is admin in an article.
You did not say where you want to add your code: frontend or backend, display or edit. Anyway, try this where you want to modify your code: Code: <?php...
View ArticleAdministration Joomla! 5.x • Re: Wikipedia type tooltip available?
You could do something (not quite Wikipedia-style exactly, which is a little bit more fiddly) like this:Code: <span title="tooltip to appear">word</span>When you hover your mouse over the...
View ArticleInstallation Joomla! 5.x • Re: 500 error on Amazon Linux 2
Welcome to Joomla forum!How did you check the PHP version?The PHP CLI version can differ from the PHP used by your webserver (Apache/Nginx/OpenLiteSpeed/etc).Joomla uses mainly the webserver PHP...
View ArticleAdministration Joomla! 5.x • Re: Joomla API
What data do you want to retrieve?Joomla's core data can be accessed via the Web Services APIhttps://manual.joomla.org/docs/next/gen ... -functionsStatistics: Posted by pe7er — Thu Jul 04, 2024 4:10 am
View Article