Support Center

Enable popup when login/register clicks

You can easily do it by removing following code in theme js.

/Portals/_default/Skins/Tucson/Resources/js/base.min.js

1
2
3
4
5
(function ($) {
'use strict';
jQuery('#login').find('a').removeAttr('onclick');
jQuery('#login').children('a').removeAttr('onclick');
}).apply(this, [jQuery]);

Glad we could be helpful. Thanks for the feedback.

Sorry we couldn't be helpful. Your feedback will help us improve this article.

How helpful was this page?

  
Updated on Wed, 29 Nov 2017 by Khushi Singh