davekeller
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Disable Mailchimp double opt-inthat’s awesome thanks a lot
Forum: Plugins
In reply to: [Ultimate Posts Widget] Use my theme's CSSThanks for quick reply.
I placed the line below in my child functions.php. Should that be enough?
add_filter( 'upw_enqueue_styles', '__return_false' );It kind of worked (removed the bottom borders but the padding and large font size remains).
Or am I missing something?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Invalid MailChimp List IDThanks Danny, didn’t spot that the list box wasn’t checked!
Forum: Plugins
In reply to: [MailChimp for WordPress] Invalid MailChimp List IDForum: Plugins
In reply to: [Event Calendar] How to remove months name nest to "today" buttonHi Artem,
you could use some custome css to hide the month name, try this:
.fc-header-center { text-align:center;display:none; }Forum: Plugins
In reply to: [WooCommerce] Woocommerce Shipping Classes for multiple itemsThe ability to increment shipping by a fixed amount (that is different to the product price) when products are added, doesn’t come as standard with WooCommerce.
You would have to use an extension like Table Rate Shipping.
Forum: Fixing WordPress
In reply to: Gravatars missing? Possible bug?Having this issue too, think it happened after the upgrade to WP 3.5.1.
Changing the default avatar has no effect.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Transport error – could not open socketThought I would comment that the “Transport Error” no longer occurs after upgrade to WordPress 2.8.2
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Transport error – could not open socketThanks for the reply Andy.
Is it a waste of time asking the webhost to open a connection to the IP address currently assigned to stats.wordpress.com, if the IP will likely change (several times) in the future?
Moving hosts is not an option as I do not own the site (merely designing it).