• 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.

Item preview src image path not using @imagePath

Status
Not open for further replies.

Freelancer

New Member
AMS Premium
SC Premium
UBS Premium
Showcase 2.5.4

In template "nflj_showcase_item_quick_preview"

The image path is
Code:
src="styles/default/nflj/showcase/category_images/{$category.category_image}"

But should be
Code:
src="@imagePath/nflj/showcase/category_images/{$category.category_image}"
 
Status
Not open for further replies.
Back
Top