Page 1 of 1

[SOLVED] - Navigation - new window not working

Posted: Tue Mar 15, 2016 7:11 pm
by SimonF
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:

Code: Select all

<li><a class="cf" href="http://www.xxxxxx.co.uk/">Shop</a></li>
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

Re: Navigation - new window not working

Posted: Wed Mar 16, 2016 11:23 am
by velden
Make sure the {Navigator} call does NOT have the 'loadprops=0' parameter/value.

So either remove that or change 0 to 1

Re: [SOLVED] - Navigation - new window not working

Posted: Wed Mar 16, 2016 3:19 pm
by SimonF
Thank you, Velden.

I hoped it was a simple solution & it was!

Regards,

Simon