Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paresh Sagar

    (@excellentwebworld123)

    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,

    Thread Starter puzzleman

    (@puzzleman)

    thanks, it has been fixed (I had to put !important)

    Thread Starter puzzleman

    (@puzzleman)

    sorry, but when creating a page with the shortcode {{efav-favorite-posts}} I wreck the wp-movie library plugin again …

    Plugin Author Paresh Sagar

    (@excellentwebworld123)

    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.

    Thread Starter puzzleman

    (@puzzleman)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with another plugin’ is closed to new replies.