Menu items open in new tab - Joomla! Forum - community, help and support
hi,
have been creating fresh site in joomla3.0.1
whenever on home page, if click menu item in main menu opens new tab , page loads there.
now, staying in new tab, if click other menu item new tab not opened. if click same menu item before. ok until click 'home' , click other menu item again - new tab! please help!
the address of build site is: cstage.irokatech.co.uk if see mean.
regards
have been creating fresh site in joomla3.0.1
whenever on home page, if click menu item in main menu opens new tab , page loads there.
now, staying in new tab, if click other menu item new tab not opened. if click same menu item before. ok until click 'home' , click other menu item again - new tab! please help!
the address of build site is: cstage.irokatech.co.uk if see mean.
regards
.
something odd going on there.
on home page menu links have target="_blank" on links.
so menu links open in new tab.
on other pages menu links do not have target="_blank" on links.
so menu links open in same tab.
looks problem template or menu module/system.
it interaction plug-in or other extension.
there other odd code in menu html.
such as:
<li class="item-123 deeper parent" style="<span class='aname'>width</span>: <span class='aval'>auto</span>">
those <span> tags should not there.
this points plug-in affecting links, or template/menu code bad.
try disabling 3rd-party plug-ins, modules, etc.
sometimes broken html can have cascading effect.
you have html validation issues.
http://validator.w3.org/check?verbose=1&uri=http://cstage.irokatech.co.uk/
.
something odd going on there.
on home page menu links have target="_blank" on links.
so menu links open in new tab.
on other pages menu links do not have target="_blank" on links.
so menu links open in same tab.
looks problem template or menu module/system.
it interaction plug-in or other extension.
there other odd code in menu html.
such as:
<li class="item-123 deeper parent" style="<span class='aname'>width</span>: <span class='aval'>auto</span>">
those <span> tags should not there.
this points plug-in affecting links, or template/menu code bad.
try disabling 3rd-party plug-ins, modules, etc.
sometimes broken html can have cascading effect.
you have html validation issues.
http://validator.w3.org/check?verbose=1&uri=http://cstage.irokatech.co.uk/
.
Comments
Post a Comment