• Resolved cgloogs

    (@cgloogs)


    I’m trying to use WPZOOM Social Icons Widget with a theme (‘Events’ from Templatic) which sets display:none for span:empty.
    This has the effect of causing the Social Icons not to display.
    Is this a fault or something I should be able to fix myself.
    (I can work around it by tweaking the creation of zoom-social_icons-list-span in class.zoom-social-icons-widget.php – but not sure if that is the best thing to do.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ina

    (@inamoro)

    @cgloogs what’s the link to your website and where is the widget located?

    To fix this issue, add this CSS code span.zoom-social_icons-list-span { display: inline-block } to Appearance -> Customize -> Additional CSS from your Admin Dashboard.

    Thread Starter cgloogs

    (@cgloogs)

    Ina – it’s just on a test site on my PC at the moment
    Petru – thanks very much, that has sorted it. I had previously tried a couple of things but without success – I will get the hang of overriding properties at the right level eventually!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icons hidden if span:empty has display:none’ is closed to new replies.