Search results

  1. C

    Button on Images

    Edit fiddle - JSFiddle
  2. C

    Review: Javdeluxe.com (18+)

    Your theme is doing it wrong. You have scripts and stylesheets in the nav instead of the head. Same for meta tags.
  3. C

    Review: Javdeluxe.com (18+)

    That's just the navigation before styles are applied.
  4. C

    mysql_query select help

    I don't know why, not that good with mysql and without the ability to change the code and see the output i can't figure it out. Yes, but don't know if it will order your dates correctly.
  5. C

    mysql_query select help

    order by ID => order by "column name you want to sort by" https://dev.mysql.com/doc/refman/5.0/en/sorting-rows.html You have to join the tables first. Try this: select * from $postTab INNER JOIN $postMeta ON $postTab.ID=$postMeta.post_id where post_type='freegallery' and post_status='publish'...
  6. C

    How to set a link to the_post_thumbnail?

    <?php if ( has_post_thumbnail() ) { ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail('full'); ?> </a> <?php } else { ?> // else code here <?php } ?>
  7. C

    How to set a link to the_post_thumbnail?

    Replace your code with the one you got from the codex.
  8. C

    Review: Vi

    If you use porhub or other tube's you could search for full movies, there are enough. How is posting copyrighted content any better.
  9. C

    Need help with theme problem

    Do you have any content on your site and images are missing from your content? If you mean the images on the theme's demo then you have to configure your theme most likely. Many premium themes show you how your site can look, but you have to configure it. They have tons of options.
  10. C

    Need help with theme problem

    Maybe state the theme name and/or your site?
  11. C

    vidce.tv | up to $52/10K streams or downloads - Unlimited Speed | Fast payment

    On the day reports page i can see the main reports page too, after the footer there is the main reports page with header, content and footer. Vidce
  12. C

    Review: eronosekai.org

    ^ WOW what's with all the hate. The home page is supposed to be simple yet allow you to watch every hentai without leaving it. There is a "browse streams" link in the menu for people who want a more common way to browse. The site is supposed to be simple, don't know what you mean with no...
  13. C

    vidce.tv | up to $52/10K streams or downloads - Unlimited Speed | Fast payment

    Embedded player is really weird, yesterday was ok-ish with only fullscreen not working (after our talk through PM). Today when i try to play the video it opens the video in a new tab and in the page where the player is, it opens the advertisement, or it opens the ad in the player.
  14. C

    Review: eronosekai.org

    Hello, here is my new site for streaming hentai (so nsfw), please take a look and let me know what you think. Theme has 2 color schemes which you can change from the menu item "Theme". Is there anything i could improve? Does everything work? Site link: Ero no Sekai
  15. C

    vidce.tv | up to $52/10K streams or downloads - Unlimited Speed | Fast payment

    When i go to the download page and click anywhere on the page it triggers the zoom function of an extension i'm using (quickieZoom for Opera), never happened before. And i uploaded a video with the resolution 1280x720 and set the player size to 728x400, but the video is not resized to fit in...
  16. C

    vidce.tv | up to $52/10K streams or downloads - Unlimited Speed | Fast payment

    Yes, didn't see the folder selection drop-down.
  17. C

    vidce.tv | up to $52/10K streams or downloads - Unlimited Speed | Fast payment

    Tried the move option in opera, chrome and edge and nothing happens, just a refresh. LE: Sent you a PM.
  18. C

    vidce.tv | up to $52/10K streams or downloads - Unlimited Speed | Fast payment

    The move option doesn't work, it just refreshes the page. And make player responsive.
  19. C

    PicStream.tv - Video&Image, $50/10K views, Pay 24h, Adult, Thumbnail, Subtitle, Bonus

    The player on your site is responsive but the embedded player is not. Pls make the embedded player responsive too.
Back
Top