You could try adding an ID to the plugin element and applying the following css in the HTML header section of your page settings:

<style>
#idofpluginelement {
display: block !important;
}
</style>