Introduction

From optimization reasons more module isn't allowed on the same site. If you would like to insert a Register and a Login button into your site which can open the forms in popup, you should create a Custom HTML module where you insert the buttons.

Create a Custom module

  • Go to Extensions / Modules and click to the New button
  • Click to the Custom module and the configuration page will appear

Configure the Custom module

  • Give a title to the module, for example "Login and Register button"
  • Set the Show Title parameter to Hide
  • Choose a module Position
  • Insert this code to the editor:
  • <button class="loginBtn log-popup">Login</button>
    <button class="loginBtn reg-popup">Register</button>
  • Click to the Save button

If you use elegant theme, you should enable the theme parameters / open popups at center parameter.

That's all, now check the result on your frontend.