twitter589 Followers Follow me on Twitter
email Subscribe via email rss 392 Subscribers Subscribe to feed
Released on August - 20 - 2010
Dione

Dione is a special wordpress theme for web2feel fans. This is a videos showcase theme built on wordpress. It utilizes the Custom post type feature available on the WordPress 3 version. Please install this theme only if your wordpress is version 3 or above. You can use this theme to showcase your videos or trailers, just like a css gallery. The videos will open in a lightbox window. You can also setup a parallel blog section on the same template. You do not have to use any custom fields to get this working. There are video guides showing how to add videos to the showcase and also how to create a blog section. I hope you all will like it.

  • Robyk18

    poster and video don`t work ,i use the latest version of wordpress

    maybe we need a plugin

  • jinsona

    Whats your site url? Theme does not need any extra plugin.

  • Sean

    I use version 3.0.1,
    Why I don't see the “Videos” tab on my administration panels as on left of your video?
    Is it a Plug-in?

  • Alexrferguson

    My site only has 4 videos available. I see the theme_options.php file has the array for selecting more, but I don't get that option when I click in the administration area. The first thing I see in the theme options is the twitter id.

    http://www.cubemonster.com/

  • arfinsd

    To clarify, I only have 4 videos available on the main page. I have loaded more and when clicked, they are not available. I did see in the theme_options.php file where to add the selection for the videos….do I need to add anything else to get it to “work”, I still see only 4 even though I select 12 or 16.

    array( “name” => “Video Count Settings”,
    “type” => “title”,
    “desc” => “This section customizes the number of posts to display.”,
    ),

    array( “type” => “open”),

    array( “name” => “Number of images”,
    “desc” => “Select the number of images to display .”,
    “id” => $shortname.”_gldct”,
    “std” => “Select a Number:”,
    “type” => “select”,
    “options” => $number_entries),

    array( “type” => “close”),

  • arfinsd

    Saw an update to the above, but my layout is still messed up. For the 12 count,it lays out the first 4, then next row only has one video. http://www.cubemonster.com

  • arfinsd

    One final finding, there is a problem when the title is too long. I added the following to the titles: Eat Pray Love (August 13, 2010) …some release date and it throws off the layout on the main page after you get a number of items loaded.

  • dmc

    SOLUTION:

    1 – Go to the option appearing in wordpress.
    2 – Choose to edit your template.
    3 – Go to home page template (index.php).
    4 – Place the following code in the template.

    <? Php
    $ Args = array ('post_type' => 'videos', 'post_status' => 'publish', 'posts_per_page' => 4, 'caller_get_posts' => 1, 'paged' => $ paged,);
    query_posts ($ args);
    if (have_posts ()): while (have_posts ()): the_post ();
    ?>

    5 – Where is the 4, replace the amount they want to show in your post.
    6 – Done!

    I hope I have helped!

    My email is Ing.diogenes @ hotmail.com

  • arfinsd

    Thanks for the tip. I saw that changing the 4 and expreimented with it. It turns out that if the title of the video is too long, it throws off the entire layout of the main page. Also, I think there's an update where the 4 was replaced with $post_cnt. That part works fine.

    <? Php
    $ Args = array ('post_type' => 'videos', 'post_status' => 'publish', 'posts_per_page' => 4, 'caller_get_posts' => 1, 'paged' => $ paged,);
    query_posts ($ args);
    if (have_posts ()): while (have_posts ()): the_post ();
    ?>

    Two issues I have still.

    How do I get them to go to the 2nd page or 3rd page if I have 36 posts or something like that. How do you get the paging to work?

    If you click on my links under my video posts, it doesn't bring up the right post either, I get a Post Not found error.

  • jinsona

    The theme has an option in the options page to enter the number posts to display on the homepage. You would not have to edit the template.

  • arfinsd

    If I enter a number like 36, does it automatically page after 12 videos per post?

  • lesmusic

    To change the number of videos?

    thanks

  • Esf_blog

    Skins can translate in Farsi too?

  • javier

    I am doing exactly what it says to add videos, but it doesn't work… My website is: http://www.musicajustinbieber.com
    My msn: atencion@meloniamaster.com

  • Ravenmxc

    Hey Jinsona, is there a way to have the youtube box show a larger picture instead of the video?

    I like this design a lot, and am using the movie poster as the thumbnail, and upon clicking the thumbnail…it opens the original image (much bigger) in the popup window like you have for youtube trailer…is it possible to do that?? how do I go about doing it???

  • dmc

    Jinsona hello, I have the same problem is that when I go to 12 innings, I believe the option of giving the next, you say we must enter the choice of topic but I do not see where, if you could elaborate on what grateful.

  • jinsona

    Plz set your theme options and check that your host supports the timthumb script.

  • dmc

    My host is paid and everything is properly configured and supports timthumb script and yet does nothing.

    Maybe you can tell me if this part of the code I have to change anything.

    <div class=”postcover”>

    <? Php the_content ('Read the rest of this entry »');?>
    <? Php wp_link_pages (array ('before' => '

    Pages: </ strong>', 'after' => '</ p>', 'next_or_number' => 'next')); ?>
    <div class=”clear”> </ div>

    If this part or please tell me what to change.

  • http://pulse.yahoo.com/_QPXGDFR5IALOERTKFQOPEWG3JI MaryJ

    Great theme! is there anyway for the popover window opening the youtube videos to instead open content from elsewhere – using an embed code? pls help!

  • dmc

    SOLUTION:

    Solution for tickets when they go from post 12.

    1 – You have to download this file, called “PageNavi-css”, you can download from “megaupload dot com /? D = TJ6V09X7″

    2 – After downloading, locate it in this location / wp-content/themes/Dione

    3 – Open the following file located here / wp-content/themes/Dione/index.php

    4 – Replace this code:

    <div id=”navigation”>
    <? Php
    if (function_exists ('wp_pagenavi')) (wp_pagenavi ();)
    ?>

    </ Div>
    <? Php wp_reset_query ();?>

    By the following:

    <div class=”navigation”>
    <? Php if (function_exists ('wp_pagenavi')) (wp_pagenavi ();)
    else (?>

    <div class=”right”> <? php next_posts_link ('Next Page »')?> </ div>
    <div class=”left”> <? php previous_posts_link ('' Previous Page ')?> </ div>
    <? Php)?>
    <? Php wp_reset_query ();?>

    5-Update and ready to go!

    PD: forgive my English, is that I do not speak and translate it through google translator, Dominican and I'm really not speak that language.

  • arfinsd

    Or just install WP-PageNavi, and it worked.

  • dmc

    hehehe good so much the better!

  • T Or

    bueno en este tema podría poner en los vídeos YouTube ?

  • T Or

    bueno en este tema podría poner en los vídeos YouTube ?

  • T Or

    good on this issue could be put on megavideo videos?

  • dmc

    claro, es totalmente facil, solo mira el video de jinsona y listo. y sobre si de megavideo, tambien se puede, mira mi web como la llevo. http://webmcd.net/

  • john

    Hi,
    When clicking on the thumbnails, how do I link to a URL instead of opening bigger pic?
    thanks

  • Shazaam26

    Hello Jinsona i have problem to see poster on my site,do you have a solution here is my url—>
    http://freeinside.fr/WordPress/films/

    Thanks for help

  • Nikki

    I decided to use this one for a fan site too, but having an issue with the video. I uploaded a vid to the media gallery and put the entire link in the video link field. Everything works fine but clicking the poster image, it just shows endless loading in the lightbox viewer…vid doesn't play. Is it just restricted to you tube page links or is there some other way to get this working? The video is a flv format. Not sure what to do with it.

    Thanks!

  • Amro

    Really awesome theme .
    Is there any way to change clicking the thumbnails to go to a specific link instead of viewing a video ??

  • Stounemaster

    Hello,
    I have allready a website with some 250 videos, but posted on posts.
    i there a way to use those posts and convert theme into “video posts” ?
    thak you.

  • cougar

    How i make page1,page2,page3…. ?

    Thanks for help

  • cougar

    someone help please

  • Gkhnx

    hello.
    how do i use this theme like showcase. i mean when i click the poster (picture) wp must send me to content page.

    i don't want to play videos and video page.

    thanks anyway and worry for my bad english.

  • Sam J Dustin

    Hi Jinsona,

    I am creating a video blog and love your theme. I’ve been working with it for two weeks in Firefox and it works great but checked it the other day in Explorer and noticed a couple issues. I am hoping you have a good fix for me.

    In Explorer, The footer titles “Popular Videos,” “From the Blog,” and “Sponsors” do not show. Also the Sponsors box seems to be several hundred pixels lower (it does not line up with the other two boxes).

    Thanks

  • Dedenph

    Hi Jinsona,

    I have followed the instruction on the video, but nothing popup when i clicked the link and no posters either
    http://mainbola.net

    Could you help?

  • http://hblcinema.com/ Evil-Genius

    Hi Jinsona,

    My Blog: http://hblcinema.com/

    I have some issues:

    1. I upload 12 videos but home page display only 10.
    2. How rename “Popular Trailers” to “Popular Videos”.
    3. Popular Trailers not show properly they miss match.
    4. Sponsors not shows.

  • Sdr

    I really loved this theme and I worked with it for days to try to get it to do what I want, unfortunately time is not on my side and I’ve painted myself into a corner here. I couldn’t get the options to narrow down the selection of videos that appeared on the front page, this theme is badly in need of some advanced search features, or a way to use tags to only get certain videos to show. I’m sure someone knows how to do something with “genres”, however I only had a couple days to work with it and could not figure it out.

    As for you, Evil Genius, go into the theme files and go into bottom.php or a couple of files like that, and look up “Popular Trailers”, you can change that text to whatever you want. Save, and viola.

  • Stounemaster

    can someone help me please ?

  • http://hblcinema.com/ Evil-Genius

    Solutions:

    1. After 12 Videos … Go to Next Page … By Using Below Plugin …
    http://wordpress.org/extend/plugins/wp-pagenavi/

    2. Change Setting “Video Per Page”
    Go To Main Index Template (index.php)

    ‘videos’,'post_status’=> ‘publish’,'posts_per_page’ =>$postct,’caller_get_posts’ =>1,’paged’ =>$paged,);
    query_posts($args);
    if (have_posts()) : while (have_posts()) : the_post();
    ?>

    Change

    ‘posts_per_page’ =>$postct,

    With

    ‘posts_per_page’ =>4,

    Now 4 Post Show on First Page … Change 4 According To Your Requirement …

    Visit My Site: http://hblcinema.com/

  • Mad_mission

    Hello
    First, the Template is great!!!
    But how can I use this Template when it´s not for Personal use?
    Ok i´m not a reseller or something, but a friend of me needs an website for his small company.
    I have read the License for the template.
    But how to use this beautiful thing for commercal use?

  • Scott

    Great theme!
    Could you tell me the best way to place a logo.png in the header?

  • Scott

    Figured it out. :)

  • Scott

    How can I add film genre to the menu bar?

  • Scott

    Figured this out also . . .

  • http://www.tvshqip.info/ Adi_7

    Thanks

    Is realy beautiful theme

  • Raz

    The menu bar at the top next to the title doesn’t seem to be showing up. Is there any special way to set it up, or do you know what else could be causing it?

  • http://twitter.com/Hataf786 Abdul Momin

    Hello All,
    It’s really nice and wonderful theme.
    I had a problem with the trailer poster, I had tried several things to fix it but it wont work.
    Kindly help me out.
    http://www.Quickmoviesclub.tk

  • Shazaam26

    Abdul must shorten the name of your pictures before uploading them, then pay attention to the sizes of your images. For my site only 3 letters for each image.

    http://freeinside.fr/

  • Marcus Cvjeticanin

    I have a question about the rss. If i want a rss feed of the new trailers coming up on the front page how can i do that? The rss right now is only a feed from the blog, i want a rss feed for both, the blog and the front page.

  • Admin

    Is there any way we can add videous from another website instead of youtube.com???

  • Nicole

    Hello Jinsona,

    I would like to change the permalink structure for mine. For example, instead of domain.com/videos/video-name, I would like domain.com/dvd/video-name. I’ve tried changing it myself but it always seems to go back to domain.com/video-name, which doesn’t work. Any ideas?

  • Brasil
  • Keri Miller
  • FirstKnight

    Hi,
    I really appreciated if you can help setting up the WPtouch plugin
    is there a way to add Videos in the Reader Settings because the Home Page Re-Direction for the WPtouch based on the options in the Reader Settings
    Thanks,

  • Bikinfilem

    Hi Jinsona.

    my video worked but the poster did not appear and i’ve check the size and rename the poster title into a short on, but still it did not show the poster.

    care to guide me, my website is http://www.bikinfilem.com

    Thank You.

  • FirstKnight

    Did you attach the picture to the Video Post ?

  • Djalma

    I want to post not just youtube movies i want to post megavideo movies too somenone could help me?

  • Djalma

    Hey the theme is really good but there is one problem when u got under genres it shows just 10 videos and no 12 like in the index

  • Tremolito_

    Hola, disculpen no me sale la imagen del thrunbal o como se llame, ¿que plugin puedo usar para que aparesca?

  • Tremolito_

    Hola, disculpen no me sale la imagen del thrunbal o como se llame, ¿que plugin puedo usar para que aparesca?

  • Lisgraa

    Under Genres it only show 10 videos, how can I change it so it show 12?

  • Dominik_gi

    Hey, how can I add more sites. After 12 Movies I can add more but there isnt a second site…

  • Video Tube

    hi ,if you page is in wordpress,you can download the plugin “page navi”,see more on aquipuedesver.com

  • Video Tube

    usa imagenes jpg ,no bmp (use jpg images,dont use bmp),like on my page aquipuedesver.com

  • Video Tube

    if the poster is bmp the theme not show it,you have to change to jpg,end its work good

  • http://aquipuedesver.com/ Video Tube
  • Video Tube

    you have to go on Dione theme options end change the Video count settings on 12,20,30….

  • Ap

    Guys, please help me :)

    How can I change the word “video” in e.g. “pictures”. I want upload a new “Picture” instead of a “video” . Ålso in the permalinks I want …/pictures/file.jpg instead of …/videos/?!”=xld.

    Please help me…

  • Weshijordan

    hello Is there any way we can add videous from another website instead of youtube.com

    http://watchfullmoviesonlinefree.biz

  • Markorakic82

    Video Tube,can you tell us how you put megavideo?

  • Markorakic82

    please tell us how you add megavideo!

  • Markorakic82

    OK,you are using videogall plugin.Firebug knows everithing.
    But videos imported in videogall are not included in search.
    Do you know how to fix that?

  • Andromedapanama

    I cannot see the poster image, i have followed the instuctions on your training video and everything else works fine. Please tell me how to fix this. my website is pedasitube.com

  • Tonyvizion

    can I add a online DVD rental or store set up somehow?

  • Tonyrios

    Is there a way to display the Genres as categories on the sidebar like how I’m working on it http://tonyvizion.com

  • http://turkonet.net63.net/ cakal

    Poster doesnt work i tried and tried nothink shows up.!

  • Mt.FUJI

    Hi Jinsona.

    My .m4v files doesn’t work at my site. Does player support .m4v and .m4a??

    thank you.

  • Umut

    Hello
    Very nice site, but when you add the settings that the poster does not show the poster on the site is not trying for 3 days what should I do please help
    my english is bad

  • http://aquipuedesver.com Video Tube

    ex: whit the player code of megavideo you have to copy this link http://www.megavideo.com/v/IVDUISJK1b017341abd78faabec1f7cc4f2c9254 end paste on you browser.
    Clic enter end you got this next link:
    http://wwwstatic.megavideo.com/mv_player.swf?image=http://img3.megavideo.com/1b017341abd78faabec1f7cc4f2c9254.jpg&v=IVDUISJK ,put this link on you videogall end this it. This is one example haw to insert megavideo whit jpg image on your site

  • Dozieee

    Hello!
    Recently downloaded and put your template to your web site and a little angry, because it no switch pages, but you have to demo it shows. Please, tell me how to activate it or paste?
    P.S sorry for my bad English. I’m from Russia

  • Video Tube

    on wordpress you have to download end install the “videogal” plugin.
    I have this page http://aquipuedesver.com/peliculas-megavideo/full-movies/ whit megavideo player “but is private”, for users only,where you can watch one example

  • Cnavsp

    Hello,can add other video?

    For example: http://www.tudou.com

  • Vitalykursk

    Hello! I used your template and just create my web site at denwer. I can not display poster and link to youtube. I did everything as said in the video clip. May need to install the plugin?

  • http://www.realitconsultants.com Parley

    I’d like to set up a menu system that is a filter for videos by category and each page has the same layout as index.php

    Can you help with that. Other than that, I love the template. It rocks. I’m going to use it for video classes house tours.

    http://www.reolist.us

  • Video Tube

    watch this page http://aquipuedesver.com end clic on Buy DVD to see one example

  • Video Tube

    watch this page http://aquipuedesver.com end clic on Buy DVD to see one example

  • Video Tube

    yes,you can put the Genres on the sidebar,but you have tu do manualy:
    ex-first you have to copy the all links from the genres(ex:you have this genre “Accion”,end the link from this is http://youpage.com/genre/accion.php),before you have all this links,go on you dashboard-appearance-menus,end make one menu,ex:menu 1.
    Now you have to ad one by one this links from the genres in the custom links .
    When you finised you have to select from above the Custom links this “menu1″to be Primary Navigation, save the all works end is done.

  • Anonymous

    You wont have to do it manually. The “Genres” will show up in your menu manager section. You can just drag them to the menu. If you do not see it in your menu manager,check the screen options on top and enable the genres to show.

    PS. Glad to see that you have good use of the theme.

  • Anonymous

    Put the genres on the menu and it would do just that.

  • bee1212

    is it possible to add an extra sidebar to the front page?

  • Tonyrios

    How can I put a Buy DVD button on under the posters like on your site http://aquipuedesver.com ? Thanks

  • Tonyrios

    How can I put a Buy DVD button on under the posters like on your site http://aquipuedesver.com ? Thanks Video Tube

  • http://www.hokkiaquarium.com Susanto

    Hello Jin,
    Could i add Google adsense ads in your template?
    How do i edit google adsense ads in your template?

  • Camilo

    Could I use videobb instead of youtube? Also, could the poster go to the post instead of showing the video on the homepage? Thanks!

  • Bero Kas

    Hi,
    How can i add the Genres to the upper menu??
    it is not existed!

  • http://xn--12cs4aayi7bjfb1auc1d1fwkoan1ixd.com/ ดาว

    Thank you ….useful tutorials

  • Anonymous

    Hi,
    Nice theme but i have some errors,i started uploadin videos but at fist page it shows only 10 videos,not 12 like at demo,so the last line it desplays only 2 thumbnails instead of 4,I havn’t made any changes on theme.

  • Anonymous

    Hi,
    Nice theme but i have some errors,i started uploadin videos but at fist page it shows only 10 videos,not 12 like at demo,so the last line it desplays only 2 thumbnails instead of 4,I havn’t made any changes on theme.

  • Anonymous

    Hi,can i add a slider to the theme ?
    I tried some plugins but they all are only for posts,so i can’t put videos to slider.

  • http://shareitto.com/ Shailesh Tripathi

    Great Theme design. It will really enhance my website design. Thanks

  • http://shareitto.com/ Shailesh Tripathi

    Great Theme design. It will really enhance my website design. Thanks

  • Feaniel

    Does anyone has problem with the RSS feed ? Mine only recognized the blog entry, not the video… 

  • http://www.reformascoam.com REFormas

    I have the same problem!

  • http://www.reformascoam.com REFormas

    I have the same problem!

  • M Lang

    I have the same problem

  • Nycopols

    Help please :(  the poster does not show! Only in the bottom of the site

  • http://bizarotrips.com Bizarotrips

    Thanks for the great theme. I was just working on one video blog :) I hope I will not have the problems that other people here have. I’ll test it soon and gonna post my experience here.

  • http://bizarotrips.com Bizarotrips

    Thanks for the great theme. I was just working on one video blog :) I hope I will not have the problems that other people here have. I’ll test it soon and gonna post my experience here.

  • http://twitter.com/e11world Eddie11

    very nice theme.. thank you very much

  • http://twitter.com/e11world Eddie11

    very nice theme.. thank you very much

  • http://www.itvirtualizationsolutions.com/ IT Virtualization Solution

    ya exactly . I have
    the same problem.Is These problem occurs due to  jquery or what?
     

  • http://www.itvirtualizationsolutions.com/ IT Virtualization Solution

    ya exactly . I have
    the same problem.Is These problem occurs due to  jquery or what?
     

  • Anime Junkies

     Hello!

    I have a big Problem, when I make it where the help video said, and i reload my site, then in the main site i see only a test with my title i dont see a pictur and when i click to the title then iredirecte to another page and then i must clic to a little white picture then they start the video.

    Please help

  • Mooreimagefilms

    Is there any way to add my own favicon?

  • Baronmetros

    Same problem here. *Under genres* it only show 10 videos. Any idea?

  • http://lovemymuscles.com Buff Gyal

    I really like this theme. I think I am going to use it for the purpose it was made for. Thanks for providing it to us for free! =)

  • Baronmetros

    Add me to this list. Only 10 videos under genres.

  • Baronmetros

    Add me to this list. Only 10 videos under genres.

  • Chris

    Hi,

    I love this theme however, like other people have mentioned, when I click under the movie genre, it displays 10 movies, not the 12 listed on the home page.  I have tried and tried to fix this but to no avail.  Help.

  • Dashmirz

    Hi all this theme is amazing. I’m using this in my websit e http://www.dashmiri.info  but I have one problem when I set just 12 ore 16 or whatever number per post the other I can’t see anymore that’s mean at the last I don’t have next page  e.g  Next …2 ..3 ..4 pages. Can some one help me to fix this issues?

  • Dashmirz

    Hi all this theme is amazing. I’m using this in my websit e http://www.dashmiri.info  but I have one problem when I set just 12 ore 16 or whatever number per post the other I can’t see anymore that’s mean at the last I don’t have next page  e.g  Next …2 ..3 ..4 pages. Can some one help me to fix this issues?

  • Beongo02

    Hi Dashmirz, I saw your show fix the third line of video, you can share how to fix it? I know how to createnext page for the theme, we can exchange?

  • Beongo02

    Hi Dashmirz, I saw your show fix the third line of video, you can share how to fix it? I know how to createnext page for the theme, we can exchange?

  • h168

    I like this themes so much and I still try to match to my content. I need someone help, i need to change 
    POPULAR TRAILERS in the left bottom with POPULAR TRAINING. Can you teach me how to do that ? Thanks

  • the dark room alive

    help please with the menu T_T is not showing

  • the dark room alive

    help please with the menu T_T is not showing

  • the dark room alive

    help please with the menu T_T is not showing

  • the dark room alive

    ok to fix the problem with the menu, you guys need to add this to the headed.php file:

    ‘menu_order’, ‘container_class’ => ‘menu-header’ ) ); ?>

  • the dark room alive

    ok to fix the problem with the menu, you guys need to add this to the headed.php file:

    ‘menu_order’, ‘container_class’ => ‘menu-header’ ) ); ?>

  • the dark room alive

    ok to fix the problem with the menu, you guys need to add this to the headed.php file:

    ‘menu_order’, ‘container_class’ => ‘menu-header’ ) ); ?>

  • 132productions

    I’ve got everything working on the theme except the navigation menu that lets you go to the next page of movie posters on the front page. Is there something that needs to be activated?

  • 132productions

    Answered my own question. Needed to install this plugin http://wordpress.org/extend/plugins/wp-pagenavi/

  • Andre_shirani

    Hi, i have a problem the theme don’t show the poster !!! how can i fix this problem ?

  • http://watchmovies-online.net46.net/ Blankshare

    How do I change the poster on the homepage so that it links to the post not the youtube trailer? Thanks in advance.

  • http://watchmovies-online.net46.net/ Blankshare

    Found a fix.

    In the ‘index.php’ and ‘taxonomy-genre.php’ look for the line:

    <a href="” rel=”prettyPhoto” >

    delete the following line in both files:rel=”prettyPhoto” >

  • Byramoz

    you can use that
    in index.php
    /* old$args=array(‘post_type’ => ‘videos’,'post_status’=> ‘publish’,'posts_per_page’ =>$postct,’caller_get_posts’  =>1,’paged’ =>$paged,);*/

    new line : 
    $args=array(‘post_status’=> ‘publish’,'posts_per_page’ =>$postct,’caller_get_posts’  =>1,’paged’ =>$paged,);<?php /* old<a href="” rel=”prettyPhoto” ><img class="poster" src="/timthumb.php?src=&h=270&w=200&zc=1″ alt=”"/>*/ ?>new lines<a href="” rel=”bookmark” title=” Film izle”><img class="poster" src="/timthumb.php?src=&h=270&w=200&zc=1″ alt=”"/>

  • Guest

    Im getting a “undefined” message when displaying the trailers of youtube. If anyone can explain to me how to remove it, I will be extremely happy!

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    i change it to this:

    ID, ‘trailer_value’, $single = true)  ?>
    ID, ‘poster_value’, $single = true)  ?>

    <a href="” rel=”bookmark” ><img class="poster" src="/timthumb.php?src=&h=270&w=200&zc=1″ alt=”"/>

    <a href="” rel=”prettyPhoto” title=”Trailer “>

    now the title opens the trailer of youtube and the picture opens the movie

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    i change it to this:

    ID, ‘trailer_value’, $single = true)  ?>
    ID, ‘poster_value’, $single = true)  ?>

    <a href="” rel=”bookmark” ><img class="poster" src="/timthumb.php?src=&h=270&w=200&zc=1″ alt=”"/>

    <a href="” rel=”prettyPhoto” title=”Trailer “>

    now the title opens the trailer of youtube and the picture opens the movie

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    i change it to this:

    ID, ‘trailer_value’, $single = true)  ?>
    ID, ‘poster_value’, $single = true)  ?>

    <a href="” rel=”bookmark” ><img class="poster" src="/timthumb.php?src=&h=270&w=200&zc=1″ alt=”"/>

    <a href="” rel=”prettyPhoto” title=”Trailer “>

    now the title opens the trailer of youtube and the picture opens the movie

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    do you get the undefined message above the trailer box or below?

  • cinman

    Hello. 

    The theme is awesome. Only one issue for me: it won’t play non-youtube videos. 

    Is there a fix for that. Please help.

    Thanks.

  • http://www.lurid.com/ Luridmedia

    I’m getting the same error, in the bottom left corner of the videos: http://www.lurid.com/

  • Norfair

    hello,

    I have no image displayed on the item how I can do I have a lodging in verygames.net

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    in the index.php search for ” rel=”prettyPhoto” > line at the end theres something like: amp;h=270&w=200&zc=1″> alt=”"  …… in the alt=”" just write something inside, i write it “Watch Online” http://www.megaportes.com/online/ you can check here, i still dont know how to fix the undefined error at the top corner

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    the image has to be on your server

  • Samantha

    Hi there,

    On my WP blog, when I click on the video title or in any way try to get to the page (i.e., previewing, direct link, etc) I get a Not Found message saying the page doesn’t exist. It clearly does, as I’ve created it and it’s in the database, the video plays, the poster shows, it’s all there ‘cept the page just keeps coming up Not Found. Even when I search, it comes up! But when I click on the link to it, I get the Not Found message. Sigh…I really like this theme, and I want it to work. Can you help? I’ve not tweaked it at all, totally fresh & no child.

  • Samantha

    Never mind. This problem comes from the permalinks being issued as their titles. Going back to the default permalink settings fixed it.

  • Ninno

    hi everybody the theme dione that i installed dont show images?
    how can i resolve this problem
    thanks

  • Maria29

    gracias voy a probarlo en http://urbanicano.net/  y luego te digo  que tal me fue!  muchas gracias amigo!!

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    the images have to be in your server, dont work with external images

  • Bloodblue93

    dosen`t work post for me:| with mozilla dont see any picture and with explorer i see X when need to be picture.. why? what can i do ? i want to work:| i love.. this themplate..

  • Bloodblue93

    and sorry for double post my website is.. http://www.unnamedmovies.com

  • Guest

    Hi , my english is bad, sorry ;-)
    How to put the flash file. When I click on the image to open a flash file if you are not?Theme is nice!

  • Dussk Deejay

    Can someone tell me how to change the permalinks for the videos to show “/postname/” instead of “/videos/postname/” or how to put the trailer data into the regular posts not video posts.

  • Igor Galperin

    Guys i need some help how i can resize the video posts , currently i need 120X178 the thumbnails to large. thank you.

  • daylightpeople

    Hello a ave this after your info ? bur not works ??
    ———————————— index.php
    ‘publish’,'posts_per_page’ =>$postct,’caller_get_posts’ =>1,’paged’ =>$paged,);” rel=”prettyPhoto” >

    query_posts($args);
    if (have_posts()) : while (have_posts()) : the_post();
    ?>

    ——————————-
    HELP

  • http://twitter.com/movie_x MOVIE X

    1. Go to prettyPhoto.css and search for: 

    div.dark_rounded .pp_description
    {
    color: #fff;
    }

    2. replace this with :

    div.dark_rounded .pp_description
    {
    color: transparent;
    }

    3. then the undefined will be gone!

  • http://twitter.com/Megaportes ThE DaRk RooM ALiVe

    are using custom permalinks?

  • Everson Tomasi

    Can modify the theme for display blog posts and dont create and taxonomy?

  • geri

    dosen`t work for me: with mozilla I cant see any picture and with explorer and google chrome I see X when need to be picture.. what can i do ?  the images I have  on my server….

Should I have a chance, I would listen to him play violin all day long.