1763 comments found.
Bonjour,
Pouvez vous repondre a mon ticket #1260 svp
Salut
Je vais le faire en rentrant chez moi.
Merci beaucoup ! 
Bonjour comment modifiez la couleur des blocks noirs et la couleur de police svp ?
http://img11.hostingpics.net/pics/596579Sanstitre.jpgSalut
J’ai repondu votre a votre ticket.
Merci je vous ai répondu !
a small bug sprintf(): Too few arguments in /includes/Main.class.php on line 671
when searching a word with ’ (ex: za’atar)
Hello
I will have a look at this when I get home.
Hello mate, the url shorter stop working, works jus one of them, system.
Hello
Can you open a ticket and include your site and FTP info for a quick debug?
Hi, Is there a status on integrating this with Wordpress? I for one would pay premium price for the utility of that… Thanks
Hello
I am trying to finish the new pointing system for the main script. As soon as I release that I will take care of this.
So amazing script… So great support… I suggest this script to you all… My site is working so great…. Check out www.musicvideostube.net
Hi Josh, don’t forget my site 
Please check my ticket 
Hello
I did not forget it is just that I have been quite busy caching up a lot of stuff that I missed while I was sick.
You have created a fulltext search index on title, description, tags, but you don’t use it. Any particular reason for that?
with 100.000 posts, the search is taking 5s, when using something like this, it takes 0.5s
$videos = $this->listMedia($this->db->get(array(“custom” => “{$this->config[“prefix”]}media., {$this->config[“prefix”]}user.username as username, {$this->config[“prefix”]}user.profile as name FROM `{$this->config[“prefix”]}media` INNER JOIN `{$this->config[“prefix”]}user` ON {$this->config[“prefix”]}user.id = {$this->config[“prefix”]}media.userid WHERE MATCH (title,description,tags) AGAINST (’$q’) and {$this->config[“prefix”]}media.approved = ‘1’”),””,array(“limit” => (($this->page-1)$this->limit).”, {$this->limit}”, “count” => TRUE)));
now if you want to use the filters, you can use the other request when the filter is set. also the “approved” column needs to be indexed to speedup.
<?php $time = microtime(); $time = explode(’ ’, $time); $time = $time1 + $time0; $start = $time; ?>
index.php
<?php $time = microtime(); $time = explode(’ ’, $time); $time = $time1 + $time0; $finish = $time; $total_time = round(($finish – $start), 4); echo ‘Page generated in ’.$total_time.’ seconds.’; ?>
Hello
That was for a major feature I had planned.
Josh every thing ok. waiting for your reply.
Thanks
Hello
I am answering tickets right now.
Thanks for your time. working perfectly.
Hi Josh,
I want after user login via social will be redirect to current page, not to home page as now.
Can you tell me how i can?
Thank you!
Hello
That would be in includes/User.class.php under login_facebook, login_google and login_twitter. Check the Main::redirect() line under each one.
Do you plan to add the possibility to assign a post in multiple categories?
Hello
Yes. I will be working towards finishing the update tomorrow.
Hey Josh,
I will wait for the updates then. Always appreciate the help:)
I was wondering if you thought of converting GIF’s to MP4 to boast speed and peformance? What do you think? thanks
Hello
I believe I would need to use an external API for that because not all servers have the module. I will need to think this through because it could be a real hassle if not done right.
Hello
I believe that is caused by adblock. Can you try to disable adblock and try again?
What do you say? You check the site videodeaf.net
Hello
Can you please open a ticket and tell me which video is having that issue and provide FTP access?
How came your login and password?
Marriage! VideoJS
Hello
What do you mean by “Marriage! VideoJS”?
Hello
I asked you to create a ticket at http://support.gempixel.com and told that this bug is caused by Adblock.
I do not have Adblock
Hello
Copy the content of this file https://raw.githubusercontent.com/kbrmedia/Premium-Media-Script/master/static/player/video-js.css and paste it in static/player/video-js.css to update the video player.
That’s good! Thank U!

hi, can you please help me with gif auto play. thanks
Hello
In static/application.js find an replace
$(document).on('click',".play-gif",function(e){
e.preventDefault();
console.log($(this).data("play"));
if($(this).attr("data-play") == "1"){
$(this).find("img").attr("src", $(this).data("static"));
$(this).attr("data-play", "0");
$(this).find("span").show();
}else{
$(this).find("img").attr("src", $(this).data("gif"));
$(this).attr("data-play", "1");
$(this).find("span").hide();
}
});
by
$(".play-gif").each(function(){
if($(this).attr("data-play") == "1"){
$(this).find("img").attr("src", $(this).data("static"));
$(this).attr("data-play", "0");
$(this).find("span").show();
}else{
$(this).find("img").attr("src", $(this).data("gif"));
$(this).attr("data-play", "1");
$(this).find("span").hide();
}
});
Hi, I’m really upset . I submit a ticket but you’re not replying me. still waiting for you reply. kindly check my ticket .
Hello
I know and I am sorry. I have been really sick in the last few days and I was not able to anything. I will look at it now.
Hey! Please help me. The adf.ly that can be integrated?
Anyway, the script is really good 
Hello,
The adf.ly plugin is already integrated, please check the documentation for more information.
Thanks for the answer! I set user id and secret code, but it does not work 
Hello
Did you purchase the script?
Hello KBRmedia,
This is an amazing script. Good job! However, I have a quick question: Is that possible to make the site responsive? bootstrap 3.x?
I think it will much better if it is friendly to different devices such as iPhones and tablets.
Thank you
Hello,
The theme is already responsive and using Bootstrap 3.x. You have to remove the top frame to see that.
Here is a live demo without the frame: http://gempixel.com/media
Hey Josh,
I hope you can help us with video auto play question.
Just another question for understanding. How does the script fetch images when you use the facebook share button? Sometimes the thumbnails are small, sometimes they load something different.
Like for example:
http://gempixel.com/media/view/gym-class-heroes-the-fighter-ft-ryan-tedder-official-videoWhen I click facebook share button, I don’t see the image of video, but rather the banner from your page
That is because some thumbnails from YouTube are very small, and Facebook cannot process thumbnails of that size, so that is why it is using a random image.
So i guess we should test out to see if the facebook share link is showing at least the proper image. If not, we could just upload our own image to solve this problem. Does that make sense?
Yes you can override the thumbnails by editing the media.
Josh
Hi Josh,
Please update for me process of my order. I can’t wait while i don’t know exactly the time you will finish.
I need to know: - What is your issues? - Can you fixed the issues? - And maximum time you need?
Thank you!
Hello
Please check the ticket.
Hello Josh again:)
I know you are busy catching up with messages and emails. You’ve helped us auto play gif’s, which was great!
How about auto playing video’s? when you click into viewpage, how can videos automatically play? if using any kind of player, especially youtube? hope this is not a difficult question to ask. thank you in advance:)
your probably still sick. Get well my friend
Hello
Yes he is a bit sick right now and he is starting to recover a bit. From what I understand, if you autoplay videos then you cannot run pre-roll ads.
Hey,
That is fine with me. How do I enable autoplay videos so anyone here has the option. Thanks
Hello
In includes/App.class.php, after line 1272 add .player.play();
Ok, I am going to try this
Hi
There is a small typo, it should be player.play();
Works great. Thanks for the quick fix:) Hope other people can benefit from this if they choose to autoplay there videos.
How about for default youtube?
Hello
In the upcoming update, I have added an option for autoplay (both for gifs and video). It was expected for this past Monday but I was very sick and couldn’t work on it so hopefully this weekend.
Hi, I’m really interested to purchase. Can you set on my hosting. waiting for you reply. I’m ready for purchase waiting for your reply.
Thanks
Dear I purchased not able proper install . please guide me.
Thanks
Hello
Sure I can help you with that. Please send us an email or open a ticket a http://support.gempixel.com
I submit a ticket kindly check.