Extensions for Joomla! 5.x • JCE adding characters to my html
When I edit code in JCE code mode when I go to save it characters are added to the codeL<script src="https://maps.googleapis.com/maps/api/js ... vzw1zlexkq&callback=mymap">It adds the...
View ArticleExtensions for Joomla! 5.x • Re: JCE adding characters to my html
& is the html encoding og the amp (&) character.should not be used with UTF-8.Statistics: Posted by Per Yngve Berg — Sat Apr 06, 2024 5:36 pm
View ArticleExtensions for Joomla! 5.x • Re: (Ad) Banner Management
They need to login to the back-end, but need only access to the banner component.Create a new group as child of Registered.Give Group Login Administrator permission.Give Group permission to Banner...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Form with multiple selection criteria
thanks I already found these one looks interesting though the demo doesn't work!Statistics: Posted by fzb78g — Sat Apr 06, 2024 6:27 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Friendly v...
https://docs.joomla.org/Search_Engine_Friendly_URLs will get you moving with this.Statistics: Posted by AMurray — Sat Apr 06, 2024 9:27 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Source map error & status 404...
Unable to reproduce the behaviour in Joomla 5.0.3 using Firefox v124.0.2.The Firefox Developer Tools documentation explains the errors: Source map errorsStack Overflow shows how to disable the...
View ArticleGeneral Questions/New to Joomla! 5.x • Article custom style from mock-up:
If I want my article to look like in the mock-up below, text and image side-by-side, how would you suggest I approach it? I want the person to easily be able to add/update/remove text and...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Behavior-Backward Compatibility...
Toivo you are absolutely right and I apologize.I will work on the first website, the one that originally presented the problem, and post an update.In the meantime I will delete from my web space the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Changing Default Homepage does not...
Hello! Thanks for the suggestion! I didn't need to try in the end, as I found the issue: The template had multilanguage set up, and was defaulting to 'Home EN' which was a different homepage to the...
View ArticleJoomla! 3.x • Re: No puedo acceder al al administrador de Joomla
Edita el fichero configuration.php de la raíz y busca la línea que dice force_ssl y ponla a cero, tal que así:public $force_ssl = 0;Guarda y prueba de nuevo.Ojo que puede haber caché de navegador,...
View ArticleGeneral Questions/New to Joomla! 2.5 • A wake-up call for people using old...
Hello, sorry I might need some experienced advice. My ex-wife asked me to help her with her website. My guess is too old running with an unsupported version of Joomla, PHP.I'm unable to connect to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Article custom style from mock-up:
I can think of a couple of solutions:[Option 1]:This extension https://extensions.joomla.org/extension ... templater/ allows you to save frequently used layouts or parts of a page, that you just...
View ArticleGeneral Questions/New to Joomla! 2.5 • Re: Unable to login Administrator page...
Mod note: Merged topics into one. Please do not open new topics for the same issue.Statistics: Posted by pe7er — Sun Apr 07, 2024 9:48 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: PhocaGAE/CustHtmlAdSense
Did you add the AdSense script link in the <Head> section of the template? https://extensions.joomla.org/extension/phoca-gae/ suggests an easy way of doing that is using Phoca Site Plugin...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: <jdoc:include...
I don't know what this refers to Code: <jdoc:include type="styles" />I found the following resources that may be useful: https://docs.joomla.org/J4.x:Web_Assets, and for reference, this older...
View ArticleMigrating and Upgrading to Joomla! 5.x • MariaDB on XAMMP and MySQL on server
Hello. I have 4.4.3 Joomla site. My hosting is going to upgrade MySQL from version 5 to 8 soon. I made Akeeba backup, installed it on XAMMP and upgraded to Joomla 5. However, XAMMP uses MariaDB. Will...
View ArticleInstallation Joomla! 5.x • Admin panel not work
Hello i have installed the 5.0.3 version, so the fronted works but the admin panel no.It works only article but not works all other with this error in_array(): Argument #2 ($haystack) must be of type...
View ArticleInstallation Joomla! 5.x • Re: Admin panel not work
Could you give more info about your Joomla/server setup?Please use Forum Post Assistant https://forumpostassistant.github.io/docs/Statistics: Posted by pe7er — Mon Apr 08, 2024 7:35 pm
View ArticleJoomla! 4.x Coding • Google reviews
Hi.I am trying to display Google map reviews.For that purpose I created the simple module.But when I am trying to get access token, I get the errorAccess is blocked: This app’s request is invalid.The...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: fetching Full Article Image with php?
The article contains an images field where both the intro and full image can stored in JSON format.To display them you could use something like:Code: <?php$images =...
View Article