My dispatcher website, 10.0.0.4/content/.., is missing the down arrow for a dropdown menu that is visible on the publisher website, 10.0.0.5:4503/content/.
Here is the source code for the element:
<a role="button" tabindex="0" aria-selected="false" aria-expanded="false" data-guide-toggle="accordion-tab" data-guide-id="guideContainer-rootPanel-panel-parentHowDoesItWorkPanel-howitworkspanel__">
<span class="guideSummary" data-guide-id="guideContainer-rootPanel-panel-parentHowDoesItWorkPanel-howitworkspanel__">How does it work?</span>
</a>
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @AEM_user25!
There's not much information provided to really give proper advice for the issue you are experiencing.Without more context and ideally a bit of prior investigation on your end, it's really hard to identify the root cause. Let me provide first steps for the analysis to gather more insights:
This should already guide you into the right direction to find the cause of the issue.
The most common reasons for this kind of issue have already been mentioned:
Please note that in the above list, the resource could either be the HTML page, the missing image, a CSS or JavaScript file or something else.
Further actions for debugging could be:
Hope this helps!
Track where the icon is coming from. Perhaps the resource (icon) is being blocked, or maybe you are viewing a cached version that is not accurate for your published instance. Please check both possibilities, flush cache and also see if there are any browser console error
Regards.
Hi @AEM_user25 There are multiple possibilities over here.
Couple of them are highlighted by @EstebanBustamante over here i.e.
1. whether the icon is published or not
2. whether the page cached does not have the icon link
The other possibility could be the extension of the icon you are using over here, but the same is getting blocked via the dispatcher. So for that you can get it verified by check the dispatcher logs. The location to allow the extension is filter.any file located at the path <project-name>\dispatcher\src\conf.dispatcher.d\filters\default_filters.any
Hope this helps!
Thanks
Hi @AEM_user25!
There's not much information provided to really give proper advice for the issue you are experiencing.Without more context and ideally a bit of prior investigation on your end, it's really hard to identify the root cause. Let me provide first steps for the analysis to gather more insights:
This should already guide you into the right direction to find the cause of the issue.
The most common reasons for this kind of issue have already been mentioned:
Please note that in the above list, the resource could either be the HTML page, the missing image, a CSS or JavaScript file or something else.
Further actions for debugging could be:
Hope this helps!
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies