I open Joomla plugin user profile and assign an article as terms of use. Normally registration page generate a link with pop-up modal. This effect is failed in JA_Event_II template. Is there any method I can fix it? Thanks
shawnhy
You can add this custom CSS code :
.registration .modal { display: inline-block; position: inherit; }
into the file: root/templates/ja_events_ii/css/custom.css (Create this file if it doesn't exist)
Regards