@baris you have any solution for the Cat A.1.1 ?
Scripts don't run when topic loaded
-
There are some scripts that you add to your site that run on page load. This doesn't happen when you navigate to a topic from another page.
What can I do to make those scripts work?
-
Can you share some examples of these scripts?
-
@julian Sure. This one for example:
https://www.anrdoezrs.net/am/1234567/include/allCj/generate/onLoad/impressions/page/am.js
-
@julian I think there's some front end hook that I would need to call here, is that right?
-
Yes, you'd need
$(window).on('action:ajaxify.end', ...)