RSS Feed/News Single Image Lightbox not working in XF2.3?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,996
Points
823

Reputation:

This macro isn't working in XF2.3... it worked fine in XF2.2.

Code:

Code:
            <xf:macro id="lightbox_macros::single_image"
                      arg-canViewAttachments="{{ $event.canView() }}"
                      arg-src="{{ base_url($event.image) }}"
                      arg-alt="{$event.event_name}"
                      arg-title="{$event.event_name}" />

The image shows up, but clicking on the image does not bring up the lightbox.

Has something changed?

Continue reading...
 
Status
Not open for further replies.
Top