• I have a site using this plugin for a few quiz’s…

    when a user completes the quiz there’s the option for them to share via social media or email but the icons that should be there aren’t, it’s just three grey box’s…

    When I checked the site inspector for those spots there’s just an empty span, no img tag or anything…

    How can I get the icons there so it’s proper and the people don’t have to guess what each of those box’s is for?

    Thanks…
    –James

    https://www.ads-software.com/plugins/slickquiz/

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

    (@jewlofthelotus)

    @hauge.james Can you send me a link to a page where I can see the problem happening? It sounds like there is probably just a CSS conflict or something.

    Thread Starter hauge.james

    (@haugejames)

    @jewlofthelotus
    Here’s a link to one of the quizes currently on the site I’m working on…
    https://www.yabba.guru/quiz/one/

    I hope it is something easy like a css issue…

    When I use Chrome’s inspector to look at it, it just shows nothing there, not something that is hidden…

    Thanks!
    –James

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @hauge.james – I’m not sure why, but it seems like the JS that renders those buttons is getting cut off.

    Have you modified the plugin at all? Can you confirm that you’re using the latest version? 1.3.7.1

    For example, instead of seeing:

    var twitterButton = "<a class='twitterButton' href='#'><i class='twitter'></i><span>Tweet</span></a>";

    I see

    var twitterButton = "<a class='twitterButton' href='#'><i class='twitter'><span>Tweet"; on your page (it’s missing the closing tags)..

    I also see a couple other JS errors on the page that might be contributing, there are duplicate opening script tags at line 131 that should definitely be resolved. If fixing that and updating the plugin doesn’t resolve it, let me know!

    Thread Starter hauge.james

    (@haugejames)

    The plugin was already the latest version, but I downloaded a fresh copy from www.ads-software.com and copied the files over top of the one’s that were in the web site and nothing was changed…

    I don’t have any modified plugins or customized code used in this site so I really don’t know what this is from…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sharing Options not showing pictures, just grey box's’ is closed to new replies.