BuddyBoss Home – Web Support Forums Themes Boss. theme Mobile Display Issue

Viewing 13 posts - 1 through 13 (of 13 total)
  • Question

    #45274
    @wrkazigmail

    facing a strange issue. am using a plugin to import tweets to a page. the tweets show up fine on that page on desktop. but on mobile it loads for a faction of a second and then the page goes blank.

    before i was using buddyboss-mobile theme for mobile users and it works fine with buddyboss-mobile

    kindly advise some fix.

    Answers

    #45277
    @vapvarun

    Hi @wrkazigmail, which plugin you are using, please let us know.
    Regards
    Varun Dubey

    #45284
    @wrkazigmail

    https://wordpress.org/plugins/fetch-tweets/

    Tried other tweet import plugins but same issue

    #45302
    @vapvarun

    Hi @wrkazigmail, it’s working for me for both mobile and desktop both, please try to deactivate you additional plugins to find the conflict.
    Regards

    #45310
    @wrkazigmail

    thanks for your time on this varun….install this https://wordpress.org/plugins/buddypress-groups-extras/…then create a new page via add page option in a BP group…then in the new page add the short code of fetch tweet…this wont load…and you try the same with the mobile theme…that works

    #45312
    @wrkazigmail

    and forgot to add..i did try with all the plugins disabled..its not a plugin conflict..its some css/js issue with the boss theme

    #45418
    @wrkazigmail

    any updates varun? basically am shifting the theme from buddyboss and buddyboss mobile to boss theme…and all plugins are working fine previously.

    #45426
    @vapvarun

    Hi @wrkazigmail, please PM your login detials, i have cross checked on Boss theme and these plugin works fine for me.
    Regards
    Varun Dubey

    #45485
    @vapvarun

    Hi @wrkazigmail, please try to deactivate wp better minify once to test it
    Regards

    #45496
    @wrkazigmail

    @vapvarun done that…also removed gzip/deflate from the server side..still the same issue…its an issue with boss theme varun as its working fine with buddyboss and buddyboss mobile themes. let me know

    #45529
    @vapvarun

    Hi @wrkazigmail, if i was able to get your issue then i can suggest what need to be fixed.
    Without replicating issue i can not say it as theme issue, you can take a look at my test url
    I have used Boss theme, without any customization
    https://wbcomdesigns.com/boss-theme/fetch-tweets/

    The url you have provided the fetch-tweets class is getting 0px wdith that why it is not displaying on your site.
    it might be due to minify or any other plugin.
    You can also try with additional custom css
    .fetch-tweets {
    width: 100% !important;
    }

    Regards

    #45569
    @wrkazigmail

    Bingo!!!

    this worked

    .fetch-tweets {
    width: 100% !important;
    }

    thanks a million…..

    #45582
    @vapvarun

    🙂 glad it worked, I will close this topic
    Regards

Viewing 13 posts - 1 through 13 (of 13 total)
  • The question ‘Mobile Display Issue’ is closed to new replies.