greencode
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Image Sizes] how to roll back to the previous versionForum: Plugins
In reply to: [Simple Image Sizes] PHP warning: Illegal offset3.0.5 – Whilst this seems to resolve the illegal offset issue, it now doesn’t work when you click the Regenerate thumbnails link in the Media library.
Forum: Fixing WordPress
In reply to: category__and only showing one category's postsReally appreciate your help with this and for helping me to finally understand the in or and! Keep on getting confused with that one, for some reason.
Forum: Fixing WordPress
In reply to: category__and only showing one category's postsIf I add it like that then nothing displays.
Forum: Fixing WordPress
In reply to: category__and only showing one category's postsHi. Thanks for responding.
With regards to ‘category__and’ and ‘category__in’ – Yep, I understand that category__in will show posts that are either in ID 471 or 282 whereas category__and will show posts in 471 and 282.
What happens is if I have it this way around 471,282 then posts from cat ID 471 display. If I have it 282,471 then only posts from cat 282 display.
Very strange.
Forum: Plugins
In reply to: [Jigoshop] Problem with Jigoshop Add Flat Rate pluginDoh! Needed to change the path to the new server!
Forum: Fixing WordPress
In reply to: Image size for resized images, larger than the original!Thanks for the quick response. Maybe this imagemagick engine plugin would do the trick.
Anyone?
Forum: Plugins
In reply to: [WooCommerce] Featured image now called Product image!Thanks Mike. Just this second got told by WP that there was an update available! Thanks for this. Works perfectly.
Forum: Plugins
In reply to: [WP-PageNavi] Yet another Page Not Found question (category page)!So frustrating.
If I keep the regular loop (below) and change the Blog pages show at most setting in Settings > Reading then everything works okay so I know the pagenavi is working but I just can’t get it to work when attempting a query.
<ul class="post-list"> <?php while ( have_posts() ) : the_post(); ?> <li class="post"> <?php the_title(); ?> </li> <?php endwhile; ?> </ul> <?php wp_pagenavi(); ?>Forum: Fixing WordPress
In reply to: Block unwanted spam Mailchimp subscribersAdding the radio button does not work. I tried this and explained to them that this does not work!
Think I’m going to look elsewhere i.e. Campaign Monitor or Aweber.
Forum: Fixing WordPress
In reply to: Block unwanted spam Mailchimp subscribersHere’s what Mailchimp had to say (let’s just say it doesn’t look there’s going to be a solution anytime soon and so I shall be looking at Campaign Monitor and Aweber as alternative solutions).
I know it sucks to have deal with the fact that a bot has targeted you and your client’s website. What we’re seeing with your case specifically though is a bot that has been designed to leverage the fundamental way that forms work. This makes implementing any potential long term solutions complicated at best.
While we’re definitely concerned about these bot signups, any sustainable long term solution would involve changes to the entirety of our signup process which is going to take both time and careful consideration.
I understand the urgency in this situation, and I can assure you that myself and MailChimp are concerned about these signups, and we’re working to come up with a reliable and sustainable resolution that’s easy to use.
Forum: Fixing WordPress
In reply to: Block unwanted spam Mailchimp subscribersWell, I’ve successfully stopped spam subscribers by using the combination of Contact Form 7, Really Simple Captcha and the Mailchimp WordPress plugin but this really has to be a very short term solution.
The whole point of a newsletter signup is that it’s very very simple i.e. an email field and submit button. Having to make users also complete a CAPTCHA field should not be necessary.
Forum: Fixing WordPress
In reply to: Block unwanted spam Mailchimp subscribersBasically it’s the same rubbish they told me. You should not need to add a CAPTCHA field with a double-optin form – that’s the whole point of having double optin.
What I did yesterday, which is not an ideal solution at all is to use the Mailchimp plugin https://wordpress.org/plugins/mailchimp-for-wp/ along with Contact Form 7 and create a form with a CAPTCHA field.
I”ll let you know over the next few days whether this has been successful.
Forum: Fixing WordPress
In reply to: Block unwanted spam Mailchimp subscribersWe have been too! I’ve been in touch with Mailchimp and they are aware of the issue and are trying to resolve it but saying that, I reported it near the beginning of December. Do get in touch with them though as the more people that say they’re going to look elsewhere for a newsletter subscription service then the more they might actually attempt to do something about it.
I’m looking into the CAPTCHA / Mailchimp solution today so I’ll report back if I find anything out.