• Hello,

    I am using Buddyboss + Learndash for courses.

    Everything looks fine but vimeo videos are not responsive in the app. See example screenshot.

    rror/”>See example of error
    Could you help please. I would like to purchase as my students are requesting an app!

Viewing 15 replies - 1 through 15 (of 47 total)
  • Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Plugin Author Amauri

    (@amauric)

    Hi

    On which page can I see the problem?

    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Hello!

    Here.

    I have tried to embed the code and to embed media with link to video in that page, but in the app they are cut.

    Responsive on phone but not in the app.

    Thank you!

    Plugin Author Amauri

    (@amauric)

    Add this CSS rule from the WPMobile plugin > CSS and Javascript > In the app > CSS:

    
    iframe {
        width: 100%;
        height: auto;
    }
    
    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Perfect, it worked. Thank you!

    Also, in the groups, the page moves, when you scroll up ir down, it also moves from right to left and left-right. Is there any way to fix it?

    Example here

    Thank you!

    Plugin Author Amauri

    (@amauric)

    2 more CSS rules ; )

    
    div#item-header {
        margin: 0!important;
    }
    
    div#buddypress {
        overflow-x: hidden!important;
    }
    
    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Aaah! It works! You are a genius, thank you.

    Another thing that concerns me is that the buddyboss elements do not display in the app. There just a blank page.

    Example here.

    Thank you!

    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Hi again!

    This is sorted, I changed the theme and almost everything works fine.

    But now, the courses are displayed with a blank section on the left side.

    Could you help? See examples.

    Examples

    Page/course where this is happening

    Thank you!

    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Also, sorry for another question.

    I have set up icons in the toolbar, this is shown everywhere but not in the home page.

    Is there a way to make it visible in the homepage as well?

    This is my current home

    See what I mean here

    Many thanks in advance

    Plugin Author Amauri

    (@amauric)

    Add this CSS rule for the format of the courses:

    
    div#page {
        width: 100%!important;
    }
    

    For the homepage thats probably a cache issue, I see the bottom toolbar.

    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Yes, it was a cache issue.

    And thank you, that worked for the courses format.

    I want to hide the class=”wpmobile-title” only on courses and blog posts. Is that possible at all?

    Many thanks!

    Raquel

    Plugin Author Amauri

    (@amauric)

    Try this CSS:

    
    h2.wpmobile-title {
        display: none;
    }
    
    .page-template-default h2.wpmobile-title {
        display: block;
    }
    
    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    Worked!

    Thank you.

    I’ve also noticed the comments section has a blank space in the right side, is the any css I can use to fix this?

    Example

    Many thanks,
    Raquel

    Plugin Author Amauri

    (@amauric)

    Sure 🙂

    
    div#respond .right {
        margin: 0!important;
        width: 100%!important;
        display: block!important;
        max-width: 100%!important;
    }
    
    Thread Starter rbeltranpuig

    (@rbeltranpuig)

    thank you!

    Also I added a section in the toolbar yesterday, and there is no way it will appear in the app.

    Example

    Could you advice?

    Thank you

Viewing 15 replies - 1 through 15 (of 47 total)

The topic ‘Video not responsive in APP’ is closed to new replies.