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
January 22, 2018 at 12:59 pm
#16441
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.