Plugin Author
Amauri
(@amauric)
Hi
On which page can I see the problem?
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;
}
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;
}
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!
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!
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.
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;
}
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;
}
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