Psyplay theme full screen not working (movie streaming theme)

georgetoons

Elite Member
Jr. VIP
Joined
Feb 9, 2023
Messages
2,215
Reaction score
1,569
Hi everyone,

So I have the psyplay wordpress theme activated for my movie streaming website, but I am getting complaints that the fullscreen option is not working. Does anyone have any experience with this or could help me out?

I tried to search for support from the theme dev but could not find them.

The site is (if i cant share the site please edit and remove sorry) if you could let me know if you are having the same issue would really appreciate it.

Thank you all in advance
 
Last edited by a moderator:
Bump in case someone can help today :)
 
Im more annoyed at the clickjacking popups of the website.

What ad network do you use?
 
Im more annoyed at the clickjacking popups of the website.

What ad network do you use?
Adsense but if you mean when you click on the videos thats from the api I am using for the movies,

was the full screen working for you?
 
Adsense but if you mean when you click on the videos thats from the api I am using for the movies,

was the full screen working for you?
The guy who created the api that comes with clickjacking popup ads will be making boatloads of money.

And how on earth did you get accepted to adsense with movie streaming site?
 
The guy who created the api that comes with clickjacking popup ads will be making boatloads of money.

And how on earth did you get accepted to adsense with movie streaming site?
Yeah it is TMDB api I am asking them to remove the ads.

Im not sure exactly maybe because I have a good amount of tier 1 traffic? No idea to be honest haha.

Did the full screen option work for you?
 
Yeah it is TMDB api I am asking them to remove the ads.

Im not sure exactly maybe because I have a good amount of tier 1 traffic? No idea to be honest haha.

Did the full screen option work for you?
There are just too many popup ads and it annoys me so I exit the site after a few seconds of attempting to watch a movie.
 
There is a javascript error (check your browser console, as I don't want to share sensitive data here).
 
I found the fix for this just add allowfullscreen="true" and remove mozallow and webkitallow
 
Hello, can you tell more spesific where can i add the "allowfullscreen=true" and remove mozallow and webkithallow ?
wp-content>themes>psyplay>includes>single>parts>player and also player1 for me it is currently working like this: echo '<iframe src="'.$videospider_url.'" allowfullscreen="true" webkitallowfullscreen="true" frameborder="0"></iframe>';
 
wp-content>themes>psyplay>includes>single>parts>player and also player1 for me it is currently working like this: echo '<iframe src="'.$videospider_url.'" allowfullscreen="true" webkitallowfullscreen="true" frameborder="0"></iframe>';
THANKS BRO!!! YOU SAVE MY LIFE!!!
 
may i know in your psyplay theme does it auto import movies and series with api included like Vidsrc embed2 links ?
 
Back
Top