• Resolved Kerrie Redgate

    (@kerrie-redgate)


    Trying to embed a TEDTalk at the top of a blog post in Hueman theme. Using iframe code supplied, but the social media buttons stay on top of the video – how to shift them?
    (The WordPress shortcode didn’t work so resorted to iframe embedding.)
    Thanks!

Viewing 3 replies - 16 through 18 (of 18 total)
  • bdbrown

    (@bdbrown)

    You could try this css for the count:

    .sharrre-container .box .count {
        display: none;
    }

    Seems like it should work the same if both environments are the same. But they must not be or it most likely would. Hard to tell what the difference(s) might be. Frustrating for sure.

    You get to sleep at night? Lucky you.. ??

    Thread Starter Kerrie Redgate

    (@kerrie-redgate)

    Many thanks for that code!! Maybe there’s a plugin in the way on the new blog site … I’ll close off here – you’ve done enough, MANY THANKS, bdbrown!!!
    … When I say sleep, I generally mean around 4am! (I’m in Sydney)

    Thread Starter Kerrie Redgate

    (@kerrie-redgate)

    PS: Everything works now after I moved the codes you’ve given me to the top of the custom style sheet rather than the bottom, so I must have a semi-colon or something missing somewhere down below! Some little gremlin! Thanks again!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘embed ted talk without media buttons on video’ is closed to new replies.