Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
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
View solution in original post
* 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... ?
Views
Likes
Replies