NOTE:
You will most likely need to retype in all of the HTML into the gallery image caption because it’s been deleted with the update. Once you add in the HTML again, add in the below code, then refresh it will be back.
JS - Code Injection - Header
<!--Script to fix gallery options-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script>
$(function(){
$(".image-slide-title").each(function(){
$(this).html($(this).text());
});
});
</script>