piichi
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: image_default_link_typedrsprite,
yes! here too!
thanks to 3.5.1 everything works well.code is poetry ☆彡
Forum: Alpha/Beta/RC
In reply to: image_default_link_typebest would be, to get these 3 options back again:
update_option('image_default_align', 'none' ); update_option('image_default_link_type', 'none' ); update_option('image_default_size', 'large' );hope this will be done in wp-3.5.1
thanx anywayForum: Alpha/Beta/RC
In reply to: image_default_link_typebut then ALL options are gone,
what if you just want get rid of align for ex.?Forum: Alpha/Beta/RC
In reply to: image_default_link_typethanx again, but i try to get rid of them in the new media center… – the so called Attachment Display Settings – they have no special css-class or id’s anymore
Forum: Alpha/Beta/RC
In reply to: image_default_link_typeThanx. Until 3.4.2 i could easily also set the align pull-down to
tr.align {display:none !important;}… But this too doesn’t work anymore …Basically my idea of a better usability is always NOT to show un-useful or confusing options to the “non-professional” authors.
So rather then controlling this with CSS (what I also do of course) – i try them not to “let them see” these options or if they already incedently used them, and therefore they are saved – to override them again by
update_option (...)Forum: Alpha/Beta/RC
In reply to: image_default_link_typeit seems that in wp-3.5.0 all of this 3 options are not settable anymore:
update_option('image_default_align', 'none' );
update_option('image_default_link_type', 'none' );
update_option('image_default_size', 'large' );it is always very useful, to set those 3 options inside the theme functions.php itself, specially for some authors, that do not understand so much about what is a attachment-page or file link and such. those users only click on the default “OK” Buttons 🙁
same as “averyl” me too, i’d like to know, if there’s anyone who knows something that totally disables attachment pages (also the drop down?), please let me/us know 🙂