Dear
I'm using the JA Tour template on Joomla 4.0.2 and want to create a contact form page, however the page remains empty. Upon inspecting the code, I notice that $this->params->get('presentation_style')
is always NULL and I cannot find a setting in Joomla that controls that value. I set $presentation_style = 'sliders';
to see if that would solve it, but then the following section causes an error:
<?php if ($tparams->get('show_links')) : ?>
<?php echo $this->loadTemplate('links'); ?>
<?php endif; ?>
When I remove that section, the contact form shows, however it does not look at all like https://ja-tour.demo.joomlart.com/index.php/contact.
When I try to submit the contact form on our site, it says "contact person not found".
All of the above leads me to believe that the contact form override provided with JA Tour is not compatible with Joomla 4 (your demo site uses Joomla 3).
Can you please investigate and provide me instructions on how to get the contact form working?
Kind regards
MR