I have created one carousel component which is working fine when targeting is not applied but after applying targeting, its javascript is not loading or working fine. carousel's slider is not working.
Can anyone suggest me something?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
You need to again initialize you JS on context Hub Teaser loaded event.
e.g
window.ContextHub.eventing.on(window.ContextHub.Constants.EVENT_TEASER_LOADED, function () {
//INITIALIZE HERE
}
Thanks
Dipti Chauhan
Hi,
You need to again initialize you JS on context Hub Teaser loaded event.
e.g
window.ContextHub.eventing.on(window.ContextHub.Constants.EVENT_TEASER_LOADED, function () {
//INITIALIZE HERE
}
Thanks
Dipti Chauhan
* Do you see any Console errors or 4xx/5xx status requests in Network tab in Developers Tool?
* Did you add ContextHub to the Page component as follows?:
* Could you please confirm whether you setup ContextHub for Personalization as per: https://docs.adobe.com/content/help/en/experience-manager-learn/sites/personalization/context-hub-te... ?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies