Hello,
I checked that plugin and our plugin also and found that there is no plugin conflict but the class they are using and we are usig are same so css applies to their plugin is our file.
But below is the solution
Go to wpmovielibrary plugin -> assets -> css -> admin
Then edit wpmoly-edit-movies.css file then add below css in that file.
#wpmoly-meta-menu li.active a span.text {
background-color: #fff;
border-color: #dfdfdf;
color: #555;
margin: 0 -1px 0 0;
position: relative;
bottom: auto;
}
#wpmoly-meta-menu li a span.text {
margin: 0 -1px 0 0;
position: relative;
bottom: auto;
padding: 0;
font-size: 13px;
color: #0073aa;
}
#wpmoly-meta-menu li{display: block;}
This will resolve the issue and it will solve the problem.
Thanks,
thanks, it has been fixed (I had to put !important)
sorry, but when creating a page with the shortcode {{efav-favorite-posts}} I wreck the wp-movie library plugin again …
As wp movie library plugin uses same class as we used in our plugin so there is some css issues only. the plugin is not breaking so you could fix by css.
I have tried to edit all the css files and in the PC sale version well but from the mobile I do not see the navigation menu…
Help me please