• Resolved J Silverio

    (@joan-silverio)


    I love this plug-in and it works well, but ever since I installed it as my header in Weaver, a single dot has appeared above the slider. I’m using a header widget right above the slider. Can’t figure it out.
    Is it something in the code:

    #masthead {position:relative !important;z-index:5;} /* makes IE7 work right, doesn’t hurt others */
    #branding {z-index:5;}

    #header .meteor-slides {clear:both;}
    .wp-pagenavi { padding-top:3px; padding-bottom:8px; }

    /* =superfish helpers
    ————————————————————– */

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

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

    (@jleuze)

    Hi Joan, could you post a link so that I can check it out?

    Thread Starter J Silverio

    (@joan-silverio)

    Thanks very much: kubtec.writeappeal.com

    Plugin Author Josh Leuze

    (@jleuze)

    The header widget is in an unordered list that has bullets. You can remove those by adding this custom CSS:

    #header ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #header li {
        margin: 0;
        padding: 0;
    }
    Thread Starter J Silverio

    (@joan-silverio)

    Thank you so much!

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome!

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

The topic ‘[Plugin: Meteor Slides] A Single Dot Appears about Slideshow’ is closed to new replies.