Migrating and Upgrading to Joomla! 5.x • Re: Promoting subfolder J5 Site
https://docs.joomla.org/Moving_the_site ... irectoriesThanks Per, when the time comes I'll try and follow thisStatistics: Posted by munchman0912 — Sun Apr 07, 2024 4:15 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Exporting J2.5 users into J5 site
Hi all, my old J2.5 site is finally being replaced with a J5 site. I am nearing the end of the process and would like to get to grips with exporting/importing users from the old to new.I just (1st...
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 ArticleGeneral Questions/New to Joomla! 2.5 • Re: Unable to login Administrator page...
Your method seems fine - using WAMPServer on a local computer.With Wampserver you can safely test older PHP, so perhaps that's what the site requires. You can install PHP as old as 5.6.40 (if the site...
View ArticleGeneral Questions/New to Joomla! 4.x • Problems with SSL Certificate on GoDaddy
My site is hosted by godaddy and even though the SSL certificate has been issued and appears to be installed when I try to navigate to my site with the https prefix the site will not load and I get an...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problems with SSL Certificate on...
What is the exact error message, please? What is the URL?Statistics: Posted by toivo — Mon Apr 08, 2024 1:53 am
View ArticleTemplates for Joomla! 5.x • Re: Control width of Offcanvas in Shaper...
Overwrite your own value white-space: normal;custom code cssThanks for your help - I was cautious to make sure I was making the change in the right place, and it seems to have worked without changing...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5x and style
Ok I have been using Joomla for Many years 1.0 x I even met the initial creators in Toronto for a Tech conference many years ago. This Open Source project has been strong for so many years, and the...
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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Article custom style from mock-up:
You could use a free Joomla site to put you tests online. See this article: https://docs.joomla.org/How_to_build_yo ... la_WebsiteAnd select the Launch button at the top of this site.Statistics:...
View ArticleJoomla! 5.x Coding • Re: Behavior-Backward Compatibility plugin unchecked:...
After a thousand attempts, I found the origin of the issue.It is in the override file: html/com_content/article/default.php , created to use Joomla Custom Fields to Add Canonical URLs.The code that...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: MariaDB on XAMMP and MySQL on...
Yes, it is relatively easy. It should be as simple (if not using Akeeba) as exporting from MySQL, and importing to a new MariaDB and vice versa. If using Kickstart to restore, then that should be...
View ArticleJoomla! 4.x Coding • Re: Google reviews
Pay attention to what the error is telling you: (its coming from Google, not Joomla).error 400 redirect URI mismatchFrom my research, you have to ensure you have put in the correct redirect URL (and...
View ArticleExtensions for Joomla! 4.x • Custom Blog files not rendering when using...
Good day everyone,I have made a copy of Articles Blog, renamed files and edited XML file and all is workingFiles location: templates/MyTemplate/HTML/com_content/category/my-filesI have set up a menu...
View ArticleExtensions for Joomla! 4.x • Re: Custom Blog files not rendering when using...
The name of the override folder is html, not HTML.Statistics: Posted by toivo — Tue Apr 09, 2024 1:47 am
View ArticleExtensions for Joomla! 3.x • Hcaptcha shows only on contact page
Hey everyone, I'm hoping someone can help with an hcaptcha issue in having. I just installed it on my 3.10.12 joomla site and it pivot shows on contact page. I want it on contact and login/...
View ArticleExtensions for Joomla! 5.x • Re: Blog
More detail is required, please.What do you mean by "possibility to add documents" and "the text does not remain formatted"?Are you copying text from MS Word, and expecting MS Word's formatting to be...
View ArticleInstallation Joomla! 5.x • Re: MySQL no longer works
You can download the executable VisualCppRedist_AIO_x86_x64.exe from https://github.com/abbodi1406/vcredist/releases. This All-In-One file installs all the Visual C++ Redistributable Packages in one...
View Article