mohitg4140898
16-12-2019
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?
Dipti_Chauhan
17-12-2019
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
sukohli
* 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?:
https://docs.adobe.com/content/help/en/experience-manager-learn/sites/personalization/context-hub-te...
* 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... ?