I’m having trouble with image links since installing Pinboard theme. You can see in the sidebar here: http://angelafehr.com/wordpress that the “Subscribe” box contains form fields but no “Submit” button – it has vanished since installing the theme. Widget code hasn’t changed.
I also had trouble with an image changing and not linking to the URL I’d associated with it on one of my pages. I had thought originally that it was a plugin issue, but seeing as my MailChimp submit button is missing and the plugin I thought was the culprit has been deactivate, I’m thinking it’s Pinboard. Any easy fixes for this? I’m not interested in doing a lot of coding; there are enough WordPress themes out there that I will switch to a better one if this isn’t a simple fix.
Also my Youtube channel widget is completely missing.
Hi, I had the same issue – of the disappeared button.
It apparently was to do with conflicts of the background. The answer for me was to add the following css:
#mc_embed_signup input[type=submit]{
background-image: none;
}
I found this at
https://wordpress.org/support/topic/mailchimp-subscribe-button-not-there
Hope this helps. Let me know if you’re unsure of where to add the css.