Forum Replies Created

Viewing 5 Topics - 1 through 5 (of 5 total)
Author Posts
July 27, 2013 at 11:24 pm in reply to: WPUF + Video Embed 6389
salat-production salat-production

>_<

July 25, 2013 at 7:17 am in reply to: Rotate Image 6300
salat-production salat-production

u can’t do this when someone add post
u need to save rotate position in db.
just only what can u do – rotate downloaded image in post
sry 4 my english. hope u understand me)

July 24, 2013 at 9:57 pm in reply to: WPUF + Video Embed 6287
salat-production salat-production This reply has been marked as private.
July 23, 2013 at 1:46 pm in reply to: Rotate Image 6237
salat-production salat-production

use jquery like this

var rotate_factor = 0;

function rotateMe(e) {
    rotate_factor += 1;
    var rotate_angle = (180 * rotate_factor) % 360;
    $(e).rotate({angle:rotate_angle});
}

<img src='blue_down_arrow.png' onclick='rotateMe(this);' /></a>
July 23, 2013 at 1:28 pm in reply to: WPUF + Video Embed 6234
salat-production salat-production

i use “Video Thumbnails” plugin
Which creates thumbnail from embed video and insert it like preview image.

When i “Add new post” this image insert in post attachmets.

If i Deactivate WPUF, Video plugin works ok.

Viewing 5 Topics - 1 through 5 (of 5 total)