amayita
Forum Replies Created
-
Forum: Plugins
In reply to: [Connect Contact Form 7 and Mailchimp] Problem with pluginYour form was malfunctioning just as all of ours. Your site even now seems to be timing out. I tried contacting you even in github and you were just MIA
Forum: Plugins
In reply to: [Connect Contact Form 7 and Mailchimp] Problem with pluginI Fixed this:
Open: wp-content/plugins/contact-form-7-mailchimp-extension/lib/system.phpComment out from line 86 to 126
(Above this text: “// Get plugins that have an update”
and before this text: “if( is_multisite()”Forum: Plugins
In reply to: [Heroic Social Widget] Open in new tab?Thanks for your kind reply!
I’d also love to see Ravelry included in the options (www.ravelry.com)
And I’m having the issue that if I include HSW in a side bar, there’s no br tag or line brak after HSW at the end of it and the next widget gets displayed in the same line.
Here’s a screenshot to see if it makes a bit more sense: http://imgur.com/w39GGI5Forum: Plugins
In reply to: [Heroic Social Widget] Open in new tab?So I managed, editing php/ht-social-widget-display.php and adding target=_blank in line 65:
echo "<a href='".$url."' target="_blank">";but I’d like to see an option, thanks!