Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the gVectors community!

Merry Christmas and Happy Holidays! 🎄

Some issues with mobile devices

9 Posts
3 Users
1 Reactions
5,506 Views
Posts: 7
Customer
Topic starter
(@timheidinger)
Member
Joined: 7 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: 7 years ago

My settings: 


Reply
Posts: 4234
 Tom
Admin
(@tomson)
Famed Member
Joined: 11 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: 7 years ago

Thanks! This solution has solved most of the problems.

However the instagram error persists:


Reply
Posts: 4234
 Tom
Admin
(@tomson)
Famed Member
Joined: 11 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