Hi there,

we are using latest version of JA Coach Template and do have errors on the homepage:

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/vhosts/abc-deutsch.de/httpdocs/afrika-freiburg/templates/ja_coach/html/layouts/chromes/t4section.php on line 19

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/abc-deutsch.de/httpdocs/afrika-freiburg/templates/ja_coach/html/layouts/chromes/t4section.php on line 25

Best rergards
Markus

Hi Markus,

I updated that file: /templates/ja_coach/html/layouts/chromes/t4section.php

Kindly check.

t4sectionphp.zip
2kB

Hi saguaros,

thanks a lot....now there are fortunately no errors anymore - but the content of section-3 moved up now and is overlapping with logo altough we have applied the solution from other forum post
https://www.joomlart.com/forums/d/46112-component-part-is-overlapping-with-header-1-and-masthead

We used the provided custom css and placed header-space-bt' in css class of the page - but it is not longer working while everything is fine with all other pages and content on submenus.

Can you please take a look.

Thanks
Markus

Hi Markus,

As I can see you add padding for some pages like above, you can remove them and set the margin for the header instead:

body[class*="theme-food"] .t4-header {
    margin-bottom: 0 !important;
}

and adjust this margin-bottom value to suit your need.

Write a Reply...
You need to Login to view replies.