• Resolved kinyo42

    (@kinyo42)


    The slide plugin is awesome!!

    only have one little question i need to ask,

    After I put the slide into my website.

    Open the number and arrow nav, I will see two little dot when i roll over my mouse.

    I discovered that not only in the page but also happened in the single post.

    please check the link below.

    http://9to5design.co.nf/?p=115

    Is there anyone has this kind of question?

    any solution to solve this??

    This is an awesome plugin!!
    thanks for the hard work!!

    http://wordpress.org/plugins/meteor-slides/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Thanks! There are some theme conflicts that are causing these issues, add this to your theme’s stylesheet to fix it:

    .meteor-slides ul li:before {
    	display: none;
    }
    .meteor-slides a {
    	transition: all 0 ease 0 !important;
    	-webkit-transition: all 0 ease 0 !important;
    	-moz-transition: all 0 ease 0 !important;
    	-o-transition: all 0 ease 0 !important;
    }
    Thread Starter kinyo42

    (@kinyo42)

    wow!

    Thanks you Josh!!

    I added it into my child theme, and it works just perfect!!

    thanks for being help! it is so good to see a plugin author that really care about the users!

    keep up the good work

    cheers

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome, glad to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘two dot on the up left corner,’ is closed to new replies.