Hi,
thanks for your post, and sorry for the trouble.
The reason for this seems to be with the JS script minification that your site uses. Can you please try again after turning that off in that BWP minify plugin?
Regards,
Tobias
Thanks for the reply. I just disabled bwp minify but still appears to not show the sorting arrows. I noticed it works on my chrome android browser though even before disabling minify so thats strange
Hi,
thanks, that brings us closer. This now uncovered that the actual issue seems to be related to this piece of JS code in your page:
<script type="text/javascript">
jQuery(document).ready(function(){
var q2w3_sidebar_1_options = { "sidebar" : "sidebar-1", "margin_top" : 10, "margin_bottom" : 0, "screen_max_width" : 0, "width_inherit" : false, "widgets" : ['text-8','text-3'] };
q2w3_sidebar(q2w3_sidebar_1_options);
setInterval(function () { q2w3_sidebar(q2w3_sidebar_1_options); }, 1500);
});
</script>
Unfortunately, the q2w3_sidebar function does not exist, which raises a script error and stops the execution of all other JS as well. I suggest that you try to find out where this JS is coming from and either fix or remove it then.
Regards,
Tobias
It was the “Q2W3 Fixed Widget” that did it. Disabled that and now sorting is fixed. Thank you so much!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias