Viewing 15 posts - 1 through 15 (of 16 total)
  • Question

    #36306
    @hugblue

    I 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_list

    The 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

    #36335

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #36339
    @hugblue

    I have no file called : mobile-main.js in folder : js

    #36379

    Alyssa
    Participant
    @alyssa-buddyboss

    @hugblue my apologies the line to edit is 916 of /js/buddyboss.js

    #36390
    @hugblue

    When 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 ?

    #36399

    Alyssa
    Participant
    @alyssa-buddyboss

    @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 for object object until you find the code.

    #36400
    @hugblue

    I 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.

    #36401
    @hugblue

    I 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.

    #36405

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #36408
    @hugblue

    I 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 ..

    #36531

    Alyssa
    Participant
    @alyssa-buddyboss

    @hugblue instead of .fitvidsignore use .game-wrapper

    #36539
    @hugblue

    It is the same.

    #36631

    Alyssa
    Participant
    @alyssa-buddyboss

    @hugblue PM me admin credentials and give me a few days to get to this.

    #36685

    Alyssa
    Participant
    @alyssa-buddyboss

    The solution was .game-wrapper embed

    #36690
    @hugblue

    Hi 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.

Viewing 15 posts - 1 through 15 (of 16 total)
  • The question ‘myarcade’ is closed to new replies.