• Hi Iulia,
    nice Plugin, I searched for a long Time for something like this. Thanks a lot!

    If i edit a Image in the mediasection i only can see a small line of the Overlay of your Plugins Options on the right.
    By removing .sirsc_button-regenerate .result {position: absolute;} it moves nearly to a good place.

    Something other:
    In many Projects I’m using the Theme Enfold by Kriesi, do you know it?
    Out of their “Advanced Content Editor” or in Portfolio entrys your Buttons in “Media Select Overlay” are not shown. Can you make it shown?

    Thanks a lot.
    Best regards
    Jan

    https://wordpress.org/plugins/image-regenerate-select-crop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter j0hn

    (@j0hn)

    Hi now I fixed it by my self:

    in functions.php of the theme or child-theme:

    function admin_inline_js(){
    ?>	<style>
    	.sirsc_button-regenerate .result {
    		position: relative;
    	}
    	.sirsc_image-size-selection-box {
    		position: relative;
    	}
    	</style>
    <?php
    }
    add_action( 'admin_print_scripts', 'admin_inline_js' );

    It Would be nice if this can go to the next release. It would be very nice if you answer the open question of the first post. Thanks

    Plugin Author Iulia Cazan

    (@iulia-cazan)

    Hi,
    I could not reproduce the issue with the position, but I added the relative position in the latest release. Thank you for taking the time to investigate this!

    I am not familiar with the theme you mentioned. If there is a documentation for it and the theme is registering proper actions in the code, maybe we can hook on the right one and append the buttons. Please give me more details.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Options overlay drifts out of visible view in mediasection’ is closed to new replies.