template conflict with Joomlа 2.5.8 - Joomla! Forum - community, help and support
it copy of question cuz problem relates beez5 template.
after upgrade 2.5.7 2.5.8 template shows blank page on registration click (it shows registration page second , blink blank page).
the cause of problem in \components\com_users\views\registration\tmpl\default.php
jhtml::_('behavior.noframes');
if comment string - template working fine.
how can find problem in template now? cuz going fix template instead of com_users
ps using standard beez5
after upgrade 2.5.7 2.5.8 template shows blank page on registration click (it shows registration page second , blink blank page).
the cause of problem in \components\com_users\views\registration\tmpl\default.php
jhtml::_('behavior.noframes');
if comment string - template working fine.
how can find problem in template now? cuz going fix template instead of com_users
ps using standard beez5
i have same problem after automatic upgrade 2.5.7. 2.5.8.
other templates give same problem. if string in place, adds
<style type="text/css">
html { display:none }
</style>
in header.
the file \components\com_users\views\registration\tmpl\default.php has string added in 2.5.8
the display none set unset after complete loading of page, , part never happens?
i notice change solves firefox , ie(9 , 10), not chrome. latest versions
other templates give same problem. if string in place, adds
<style type="text/css">
html { display:none }
</style>
in header.
the file \components\com_users\views\registration\tmpl\default.php has string added in 2.5.8
the display none set unset after complete loading of page, , part never happens?
i notice change solves firefox , ie(9 , 10), not chrome. latest versions
Comments
Post a Comment