[SOLVED] - Navigation - new window not working
Posted: Tue Mar 15, 2016 7:11 pm
CMS 2.1.2
PHP 5.5.32
Have some links in my navigation, using Simplex Template. Choose Target as _Blank from the dropdown but these links do not open in a new window or Tab, they open in the same tab. Same result in multiple browsers.
Whilst I have modified the Simplex Template and the Core & Layout Stylesheets, I haven't changed the default Navigator files.
When inspected in Chrome tools, the link shows as this:
Edit to add that other external links on the site do open in a new window as set to do so.
Target="_blank" is not being added to the navigation links when generated by CMSMS.
Any ideas why not, please, folks?
Regards,
Simon
PHP 5.5.32
Have some links in my navigation, using Simplex Template. Choose Target as _Blank from the dropdown but these links do not open in a new window or Tab, they open in the same tab. Same result in multiple browsers.
Whilst I have modified the Simplex Template and the Core & Layout Stylesheets, I haven't changed the default Navigator files.
When inspected in Chrome tools, the link shows as this:
Code: Select all
<li><a class="cf" href="http://www.xxxxxx.co.uk/">Shop</a></li>
Target="_blank" is not being added to the navigation links when generated by CMSMS.
Any ideas why not, please, folks?
Regards,
Simon