Viewing 2 Topics - 31 through 32 (of 32 total)
Author Posts
May 9, 2013 at 11:37 am 3399
Tareq Hasan Tareq Hasan

I perfectly understand whats went wrong, thats why I gave you a solution too. But you couldn’t understand anyway.

I’ve fixed the problem in your theme, should be working now. Check it. I’ve changed a line in your themes functions.php line 380
[php]$file = get_post_meta($post_id, ‘dp_video_file’, true);[/php]
Changed to
[php]$file = wp_get_attachment_url( get_post_meta($post_id, ‘dp_video_file’, true) );[/php]

May 9, 2013 at 10:47 pm 3472
kayskeem kayskeem

ok yes i see that it works thanks for fixing it for me. I appreciate the help.

Viewing 2 Topics - 31 through 32 (of 32 total)