• Resolved mohammadxiii

    (@mohammadxiii)


    Hi , Thanks for Your Great and useful plugin .

    I have Issue , I don’t want to allow users Upload photos on server (For government rules and lack of space) and just add image by URL , How can i disable upload ?

    and other question , is there any way to limit the photo size that adding by URL ? for example user add a photo that is 800*800 but i just don’t want to all of the image shown in the wall just 400*400 !

Viewing 1 replies (of 1 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @mohammadxiii,

    Hope you are doing well!

    To avoid altering the plugin code, a solution here would be to hide the button with CSS:

    .qq-upload-button {
    	display:none !important;
    }

    Add this code to your theme’s CSS editor or use Customizer and add it to Additional CSS section.

    is there any way to limit the photo size that adding by URL?

    This can be achieved with CSS code as well. Please try this one:

    .bpfb_images {
    	width: 400px;
    }

    Hope this helps!

    Cheers,
    Nastia

Viewing 1 replies (of 1 total)

The topic ‘Disable Upload’ is closed to new replies.