BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › myarcade
- This topic has 15 replies, 2 contibutors, and was last updated 9 years, 8 months ago by Alyssa.
Question
February 22, 2015 at 3:11 pm #36306@hugblueI am using “myarcade pro” from http://myarcadeplugin.com/
And “MyArcadePlugin – Theme Integration” from http://codecanyon.net/item/myarcadeplugin-theme-integration/8853395?WT.oss_phrase=myarcade&WT.oss_rank=2&WT.z_author=MyArcade&WT.ac=search_listThe problem here is that the buddyboss theme is conflicting with the resize of the arcade games.
I contacted the creator of the “myarcade pro”. And he said this :
“your theme is resizing the embed code to 100% and it ignores dimensions set by MyArcadePlugin. I would recommend you to contact the theme developer”.
What do i do in this situation ?
Answers
February 23, 2015 at 8:15 am #36335@alyssa-buddyboss
AlyssaParticipant@hugblue I wrote instructions how to do this here: https://www.buddyboss.com/support-forums/topic/embeded-videos-stretching/
Instead of adding the ignore class add the class the plugin uses of the div that keeps getting resized.February 23, 2015 at 9:32 am #36339@hugblueI have no file called : mobile-main.js in folder : js
February 24, 2015 at 8:44 am #36379@alyssa-buddyboss
AlyssaParticipant@hugblue my apologies the line to edit is 916 of /js/buddyboss.js
February 24, 2015 at 9:22 am #36390@hugblueWhen i look at line 916 then i see a *
So i am not sure what you want me to change there !913 /* 914 * jQuery Mobile Plugin: jQuery.Event.Special.Fastclick 915 * http://nischenspringer.de/jquery/fastclick 916 * 917 * Copyright 2013 Tobias Plaputta 918 * Released under the MIT license. 919 * http://nischenspringer.de/license 920 * 921 */
Then i search for :
$allVideos = $allVideos.not(“object object”); // SwfObj conflict patch
OR
r=r.not(“object object”);But none of these two lines are to be found in : buddyboss.js
As you referred to earlier.So honestly. What now ?
February 24, 2015 at 12:40 pm #36399@alyssa-buddyboss
AlyssaParticipant@hugblue it should be the last ro second to last line of code in the file and this code is there:
r=r.not("object object");
Perhaps your computer is changing the ” symbol so search forobject object
until you find the code.February 24, 2015 at 12:54 pm #36400@hugblueI found the code TJ. Sorry.
Last question.
The text i should replace is : r=r.not(“object object”);
But when i find something similar it shows as : i=i.not(“object object”);It shows 2 i instead of 2 r.
I will replace the code and see what happens.
February 24, 2015 at 1:06 pm #36401@hugblueI replaced the variable in : r=r.not(“object object”) to r=r.not(“object object”);r=r.not(“.fitvidsignore”);
First to variables i .. No difference.
Then to variables j .. No difference.
When the game is started then it is still maximized.
And i did delete cache and so on.
February 24, 2015 at 1:52 pm #36405@alyssa-buddyboss
AlyssaParticipant@hugblue instead of using
.fitvidsignore
you need to find the class of the game plugin that is being resized. Then use the i instead of r (not sure why your minified is different but you were correct to assume the change) then try again. If that doesn’t work send me a link to the page with the issue.February 24, 2015 at 1:58 pm #36408@hugblueI think i would need your help in this one. Sorry.
My experience in this is quite limited.Here is a link : http://mesechna-nagrada.com/game/burger-time/
Thanks a lot TJ ..
February 26, 2015 at 5:13 pm #36531February 26, 2015 at 5:44 pm #36539@hugblueIt is the same.
February 28, 2015 at 3:48 pm #36631@alyssa-buddyboss
AlyssaParticipant@hugblue PM me admin credentials and give me a few days to get to this.
March 1, 2015 at 8:32 pm #36685@alyssa-buddyboss
AlyssaParticipantThe solution was
.game-wrapper embed
March 2, 2015 at 2:20 am #36690@hugblueHi TJ.
I cannot see that it make anything different.
When i go to the game section. Then the game start as they normally should.
And then they resize them self to max.
Please explain what you see as the changes.
Because i really cannot see it.And i did try in different browsers.
And i did clear cache and so on.pppic1.jpg
This is how the screen should look like and in this situation the user can resize if wanted.pppic2.jpg
Here buddyboss takes over and forces a resize. Which makes no sense.
- The question ‘myarcade’ is closed to new replies.