Dear reader,
There is an issue with the com_contacts override in ja-kidscorner. I updated to joomla5, and now the contacts show an empty page. If i rename the com_contacts folder in html template folder. The contact is displayed with default joomla layout.
ja kidscorner joomla 5 update contacts
https://www.sjt-terschelling.nl/otap/informatie/contact/beroepskracht
the rest of the info is added.
Hi
It looks like you're using old version of PHP, Joomla 5 requires PHP version 8.1 and above.
Please access your hosting account and switch the PHP version there or reach out to your hosting provider for help to change this.
Regards
Yeah, sorry about that. I had to switch it. This is not related to the contact form issue. I switched it back now. So you can check the contact form issue.
Sorry i migrated to a subdomain to solve the php issue.
it's otap.sjt-terschelling.nl
Do you have cache settings enabled on your server side for this sub-domain? I updated this file a bit: /templates/ja_kidscorner/html/com_contact/contact/default.php
but did not see the changes on frontend.
Hi, no caching enabled. Just the default joomla caching. I deleted cache, but do not see a change. I can see the new file however with ssh
I updated the same file: /templates/ja_kidscorner/html/com_contact/contact/default.php
and temporarily commented your custom css code as it caused issue with the captcha
.captcha #jform_captcha > div,
.captcha #jform_captcha iframe {
width: 100% !important;
height: auto !important;
}
Kindly check.