Viewing 5 replies - 1 through 5 (of 5 total)
  • Aidas

    (@frankenstein-uk)

    Hi,

    add_action("wp_enqueue_scripts", "nm_scripts", 11);
    
    function nm_scripts() {
    
    if (!is_admin()) {
    wp_enqueue_script('thickbox', null,  array('jquery'), true);
    wp_enqueue_style('thickbox.css', includes_url('/js/thickbox/thickbox.css'), null, '1.0');
    }
    
    }

    Thread Starter Thanh Sang Nguyen

    (@ntsasng)

    Hi Franken
    I don’t understand you talking about?

    Same problem here, the close link does not work.
    Frankenstein’s fix fixes it.

    What he means is that you have to add his code to your child theme’s functions.php file.

    The code of @frankenstein-uk is for the function.php for active the thickbox effect, for button to close work.

    Thank you very much for your help @frankenstein-uk

    Hello, I am using the ClassiPress theme, and I have users blocked from the WordPress part of the site. When I click the remove button to remove an image, a message shows up letting the user know they have been blocked from admin, instead of removing the pic. Can I block the backend of WordPress from the users but still be able to use User Avatar? If so, please let me know how to do this.
    Just one more thing. When the image is cropped it comes out blurry. What can I do to fix this?
    Thank you.
    Rhonda

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Close link not working after crop image’ is closed to new replies.