Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    Assuming that is in your HTML like this;

    <style>@media only screen and (max-width :1050px) and (min-width :651px)
    .tt_2cl,.tt_3cl,.tt_4cl,.tt_5cl,.tt_6cl
    width:45%;margin:2.5%</style>

    then excluding with tt_ works (well, it worked for me).

    If that this CSS is inside a CSS-file, then you have to exclude based on the filename instead, so maybe that’s the problem?

    frank

    Thread Starter funsail

    (@funsail)

    OK I tried to exclude the whole plugin

    /testimonials-showcase/

    That doesn’t seem to work?
    There are many dir/files uder the plugin folder

    Thread Starter funsail

    (@funsail)

    I mean

    testimonials-showcase/,jquery-ui/

    Plugin Author Frank Goossens

    (@futtta)

    if you have /wp-content/plugins/testimonials-showcase/, then yes excluding using testimonials-showcase/ should work perfectly funsail ..

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Can't exclude’ is closed to new replies.