muratyil Hi
You can backup your site, download latest version of T4 system plugin and template package: https://www.joomlart.com/member/downloads/joomlart/t4/t4-framework
and install directly into your site.
muratyil Hi
You can backup your site, download latest version of T4 system plugin and template package: https://www.joomlart.com/member/downloads/joomlart/t4/t4-framework
and install directly into your site.
Hi Saguaros thanks for answer but already I am using latest version of template and T4 plugin
I did but nothing changed. I have tried on different sites it is the same.
I have added login details. Php warnings does not appear on live site they are on localhost only. But link problem persists. T4 template is assigned to this link: tst.joomlatema.net/t4-link
By default, there is style for links in menu module in that t4-footnav section, if you want all links of this section have the same color as footer section, you can use this custom css:
.t4-footnav a {
color: var(--footer-link-color);
}
.t4-footnav a:hover, .t4-footnav a:focus, .t4-footnav a:active {
color: var(--footer-link-hover-color);
}
Hi thanks but that is not working footnav as you can see on this link https://tst.joomlatema.net/index.php/en/t4-link Link is controlled by var(--body-link-color); see screenshot please. var(--footer-link-color); does not effect there.
Yes it changes when you add the code but it should be var-footer-link-color by default. It did not set for footer link color by default it set for body-link-color. Should not it be footer link color?
Okay Thanks.