How can I do that
How can I do that
is attachment the same as user posting photos to their wall?
You need to go to the database and delete the plugin info there, as it seems that it was not deleted completely in the ow_base_plugin table . I believe you'll get the access to the admin panel after that.
do if this ever happens again...
p.s. whats the progress on ox 1.6?
at:
.ow_oembed_attachment .attachment_left img {
change:
max-width: auto;
to:
max-width: 206px !important;
Note that the 206px !important;
... in my facebooktheme Url/admin/theme/css i added this line:
.ow_oembed_attachment .attachment_left img { max-width: 206px !important; }
but nothing happens. Any suggestion? Thanks