TACTICS
Active member
Hey everyone!!
I have looked everywhere to no avail and have noticed 2.0 has navigated away from using overlays throughout to now common popovers. I was wondering if there is still markup available to create an overlay similar to XF 1.5?
Any help would be greatly appreciated.
- TACTICS
XF 1.5 Method:
After taking a look at the login overlay I have found how to do it. For anyone else:
XF 2 Method:
I have looked everywhere to no avail and have noticed 2.0 has navigated away from using overlays throughout to now common popovers. I was wondering if there is still markup available to create an overlay similar to XF 1.5?
Any help would be greatly appreciated.
- TACTICS
XF 1.5 Method:
HTML:
<a href="" class="OverlayTrigger" data-overlayoptions="{"fixed":false}">Click Me!</a>
After taking a look at the login overlay I have found how to do it. For anyone else:
XF 2 Method:
HTML:
<a href="" class="menu-linkRow" data-xf-click="overlay">Click Me!</a>