This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Flatsome video tab conflict when Related Posts Pro enabled on product pages

Home Forums Product Support Forums Related Posts Pro for WordPress Support Flatsome video tab conflict when Related Posts Pro enabled on product pages Reply To: Flatsome video tab conflict when Related Posts Pro enabled on product pages

#16441
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Dave,

Thanks for the proper details!

I have found that for some reason the RPP was shown on the video tab as well, where it should not supposed to. I guess the tab switching script may have something to do with it. Anyways, I simply added this custom CSS to the RPP back-end to hide that from that tab:

[html].video.video-fit.mb .rpp {
display: none !important;
}[/html]

Now it should be resolved.