• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Resolved SC Widget Display issue - displaying some errant template syntax code

Nik

New Member
CAS Premium
IMS Premium
RMS Premium
SC Premium
Sportsbook
Using this widget template: Showcase: Latest items
Display Style: Full - Grid block OR Full - Carousel
Require cover or content image
Any Prefix
All category
On forum list page

I see this on the page
< xf:macro id="carousel_macros::setup" />


1736210464630.png
 
This was fixed in the latest stable release of Showcase. Looks like the template MERGE didn't work for you on one or more of your STYLES for some reason. Easy fix tho ;)

When you have time, please edit the template (in ALL of your styles) xa_sc_widget_items_macros

Scroll down to line 95 and see if it looks like this (huge space between the < and xf:macro). Simply remove the space so that it is <xf:macro id="carousel_macros::setup" /> (as shown in the 2nd image below)

Selection_296.png


It should look like this instead...

Selection_297.png
 
  • Like
Reactions: Nik
This was fixed in the latest stable release of Showcase. Looks like the template MERGE didn't work for you on one or more of your STYLES for some reason. Easy fix tho ;)

When you have time, please edit the template (in ALL of your styles) xa_sc_widget_items_macros

Scroll down to line 95 and see if it looks like this (huge space between the < and xf:macro). Simply remove the space so that it is <xf:macro id="carousel_macros::setup" /> (as shown in the 2nd image below)

View attachment 10185


It should look like this instead...

View attachment 10186

Simple/easy is perfect. That was it, all good, thanks.
 
  • Like
Reactions: Bob
Back
Top