This topic contains 17 replies, has 3 voices, and was last updated by aryentain99 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
test
Hi,
Sorry for my late reply. There’s a minor change in T3 framework 2.3.0 which need a class in HTML tag to trigger the JS code for main menu. We’re still updating all existing templates and include this fix to the package, please stay tuned.
1 user says Thank You to Adam M for this useful post
<em>@Adam M 434872 wrote:</em><blockquote>Hi,
Sorry for the delay. Please go to root_folder/templates/ja_brisk/tpls and you will see several php files for layout there. All you need is to open all those files, look for this line:
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
and replace it with:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" class="<jdoc:include type="pageclass" />">
Save your files and check again.</blockquote>
Thanks that fixed the problem for JA Mitius.
1 user says Thank You to aryentain99 for this useful post
This topic contains 17 replies, has 3 voices, and was last updated by aryentain99 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum