Jump to content

Turn off upload smaller image in advertising

Featured Replies

Posted

I am offering advertising but I don't want people to be able to upload a smaller image I just want them to have one upload option.  How can I turn off the smaller image but please.? 

  • Author

Anyone?

I don't think there is a way to "turn it off" but you can hide it from your members by adding this to your custom.css:

#ad_image_more {
display: none;
}

 

  • Author

Thanks but that didn't seem to work

Sorry didn't realize that the others show up when you hide the toggle. Change it to this:

#ad_image_more,#ad_image_small, #ad_image_medium {
display: none;
}

@gavpedz

  • Author
3 hours ago, Morrigan said:

Sorry didn't realize that the others show up when you hide the toggle. Change it to this:


#ad_image_more,#ad_image_small, #ad_image_medium {
display: none;
}

@gavpedz

 

wish i could say that worked but seems not. 

Odd, I verified it on my site that it it fully removed those three things. What happens when you put that in your skins custom template?

  • Author

i put it in custom css, save it then go back and ctrl F5 the advert page to see if it worked but the toggle is still there fully functional.

Try clearing your cache through the support tool real quick.

  • Author

Tried that and clearing browser cache.

It doesn't show on mobile but not sure if it ever did or not. On desktop it still shows.  Using default theme by the way. 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.