• Resolved enricolino

    (@enricolino)


    Hello there,

    I have a problem: for some reason, I see some sort of bullets on the left of each image of the slideshow I created, and these bullets move the pictures to the right, making the forward and backward arrows be out of place. Anyone could help? Is this plugin compatible with WordPress network?

    Thanks in advance

    Enrico

    http://ww.wp.xz.cn/extend/plugins/style-my-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-1391468)

    This is likely a simple issue to fix using CSS. I would need to see the page to make a more specific recommendation.

    Thread Starter enricolino

    (@enricolino)

    Hello there,

    thanks for your reply. It seems as though the plugin “fights” with the WordPress MU. In any case, you can see what happens by visiting

    http://www.phototourism.info/en/workshops/the-lavandula-in-blossom/gallery-the-lavandula/

    The slideshow also takes a while to load…..

    Thanks in advance

    Best regards

    Enrico

    Thread Starter enricolino

    (@enricolino)

    This is what fixed the problem;

    .flexslider ul {
    list-style: none;
    }

    .flexslider .slides > li {
    margin-left: 0 !important;
    padding: 0 !important;
    }

    Thanks a lot Bev!!!!!!

    You saved me

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

The topic ‘Arrows not shown correctly’ is closed to new replies.