Notifications
Clear all

Some issues with mobile devices

9 Posts
3 Users
1 Likes
2,672 Views
Posts: 7
Customer
Topic starter
(@timheidinger)
Member
Joined: 5 years ago

Hi! Some problems with mobile view.

  • YouTube: Missing section of the thumbnail on the right side
  • SoundCloud: Out of box on right site
  • Instagram: Out of box on right site

 

Forums: https://spieleoase.net/community/sonstiges/neue-embed-plugin/

 

Thanks. Best regards, Tim

 

 

8 Replies
Posts: 7
Customer
Topic starter
(@timheidinger)
Member
Joined: 5 years ago

My settings: 

Reply
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Hi @timheidinger,

Use this CSS code to fix these issues. Put this code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea. Save it, delete all caches, navigate on forum front-end and press Ctrl+F5 to reset browser cache:

#wpforo-wrap .wpforo-post-content iframe{
   width: 100%!important;
}
#wpforo-wrap .wpforo-post-content .wpf-video{
   width: 100%!important; height: auto!important;
}
#wpforo-wrap .wpforo-post-content .wpf-video iframe{
   width: 100%!important; height: 30vw!important;
}
Reply
Posts: 7
Customer
Topic starter
(@timheidinger)
Member
Joined: 5 years ago

Thanks! This solution has solved most of the problems.

However the instagram error persists:

Reply
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

For the Instagram add this CSS code, and don't forget deleting all caches and pressing Ctrl+F5 on forum front-end:

#wpforo-wrap .wpforo-post-content iframe.instagram-media {
width: 100% !important;
max-width: 100% !important;
min-width: 100% !important;
}
Reply
Page 1 / 2
Share:
Scroll to top