Forum Replies Created
-
-
4 years ago in reply to: Play button loading slowly?
Actually might’ve cheered too soon. It’s still happening so I had to disable JS Minify again, at least we know it’s related to that. Any idea what else it could be? If it helps I could provide an account so you can poke around.
4 years ago in reply to: Play button loading slowly?Thanks, that worked perfectly. Exactly like you said; Disabled JS Minifiy, button loaded fast again, then I excluded fv_player_pro.min.js & enabled JS Minify and it still loads fast. Thank you very much.
4 years ago in reply to: Play button loading slowly?Forgot to mention, I updated the plugin around the same time this started happening. Checked the server for issues and couldn’t find anything wrong.
5 years ago in reply to: Wont let me renewThank you very much
6 years ago in reply to: ExoClick ads not working properly (18+ site)The thread also appears to not be private anymore.
6 years ago in reply to: ExoClick ads not working properly (18+ site)6 years ago in reply to: ExoClick ads not working properly (18+ site)Thanks, that seems to have worked and I even learned a little css along the way, which made me change the background color of the control bar and fullscreen button to transparent.
Two more things if you don’t mind:
I noticed while changing the background colors that the background color for the control bar is marked as important in the ini located in wp-content/fv-flowplayer-custom
.flowplayer .fp-controls, .flowplayer .fv-ab-loop, .fv-player-buttons a:active, .fv-player-buttons a { color: #ffffff !important; background-color: #ffffff !important; }
This causes the code listed here to not work. I removed the !important from the css for now but whenever I update a setting in fvplayer the css seems to reset bringing the !important back. Is there anything I can do about that?
Secondly, the ad works now but it appears as Pre-Roll and On Pause even though I only have it set as Pre-Roll in ExoClick. Is there a setting somewhere in FV that I’m missing?
Again, thanks so much for the help!
6 years ago in reply to: ExoClick ads not working properly (18+ site)Hi,
I’m not very good with css but I’ve been trying for a few hours to fix it and changing anything of the above didn’t really do anything, apart from setting max-height: to 0% in
#player-embed iframe {
max-height: 100%;
}
which removed the entire grey block and made the transparant exoclick window underneath visible.
The problem however is that the ad which is suppose to be inside the exoclick window is baked into the grey area which I removed by changing the height to 0% which then also removed the ad part.
Any ideas?
6 years ago in reply to: ExoClick ads not working properly (18+ site)Hello, thank you for the response.
I honestly have no idea what to do with that. I did notice the title and the rest not seeming to be in place, and when I contacted the theme author he said I would have to look for a freelancer to change that, since apparently that’s just how the theme looks. I wasn’t aware it was messing with the video player as well though.
I also tried to get it to work with one of the 3 default themes, but in none of them I actually have a player show up.
I could provide an account so you can poke around for a couple of minutes, cause I honestly have no idea what to do here.
6 years ago in reply to: ExoClick ads not working properly (18+ site)Hello, thank you for your reply.
I currently have the ad running on …
What I did was create an in-video ad on ExoClick and copied over the ad ID and my ExoClick username into the FV Player fields, the other 2 fields I can’t fill in because I can’t find the category/website ID anywhere.
This is the script ExoClick generates for me:
<script type="text/javascript"> var exoOpts = { // postroll: {}, // pause: { padding: 1 }, // offsetY: +40, idzone_300x250: ..., preroll: {}, show_thumb: 1 }; </script> <script type="text/javascript" src="https://ads.exosrv.com/invideo.js"></script>
Thank you.