uroboros
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] 503 Service UnavailableHey,
Just to add a further bit to this. Today for some reason everything is now working, after doing nothing to change the settings. Do you know why the API would have a hiccup where it won’t work for a few days?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] 503 Service UnavailableHi there,
I too am getting an error suddenly when using your plugin => [2016-11-15 06:54:11] ERROR: Form 3009 > MailChimp API error: 503 Service Unavailable.
I followed everything mentioned in this post: https://www.ads-software.com/support/topic/api-status-not-connected-2
And I followed the guidelines here as well as the top poster: https://mc4wp.com/kb/solving-connectivity-issues/
I also ran the command you mention above using SSH and received a lot of info, but nothing from Akamai. We are using your premium boxzilla plugin with your regular mailchimp plugin and everything was working fine for several weeks until yesterday. We have a staging server with the exact same setup, except a different API key and that always connects. I have tried switching the API keys and the live site just always gives a 503 error.
The last part of the ssh curl response message says ‘* Connection #0 to host us5.api.mailchimp.com left intact’ among a lot of account details that I can’t post to a public site.
Is there anything else we can do? This seems weird that suddenly it stops working. I have also tried updating to the latest plugin versions and no luck either.
Forum: Plugins
In reply to: [a3 Lazy Load] Skip page for lazy loadI think this is important to show correctly how to do. Where does this code go? Can it go into functions.php for example? For example, why doesn’t this work?:
add_filter( 'a3_lazy_load_run_filter', 'skip_a3_lazy_load_for_this_page', 11 ); function skip_a3_lazy_load_for_this_page( $apply_lazyload ) { if ( is_cart() ) { $apply_lazyload = false; return $apply_lazyload; } }
Forum: Plugins
In reply to: [Booster for WooCommerce] Empty Cart button locationHey thanks for reading!
For now I just changed this myself by adding a class to the surrounding div, but I’ll be on the lookout for the notification in the future.
Forum: Plugins
In reply to: [Booster for WooCommerce] Empty Cart button locationOne possible suggestion – could you possibly add a unique class name to the wrapper div that surrounds the empty cart button? Then I can reposition with jQuery….
Forum: Plugins
In reply to: [WooCommerce Variation Details on Page Product] Just list all the variations?Thanks Marco! Can’t wait to see!
Forum: Plugins
In reply to: [Easy Foundation Shortcode] php warningsI get the same with WordPress 3.9.2. Anybody know why this is happening???
Forum: Plugins
In reply to: [Custom Post Type UI] Post/Page Content not showing up! I get a 404 error!I think I know what is happening – it is obviously the Rewrite Slug I’ve chosen isn’t it?! I want each post to have nothing before it, so how do I safely do that? If I add ‘/’ like I previously mentioned, I think that is screwing up with the regular permalink structure for the site. But if I don’t want the post type name before the post name, how do I remove that? I tried using ‘/%postname%’ but that doesn’t quite work.
Forum: Plugins
In reply to: [Custom Post Type UI] Post/Page Content not showing up! I get a 404 error!Oh, I forgot to mention that my post slug is all lowercase and no spaces, (i.e. ‘post_name’)
Forum: Plugins
In reply to: [Custom Post Type UI] Post/Page Content not showing up! I get a 404 error!Hey Michael! Can you tell me your method of flushing the rewrite rules? Is it in the custom post type ui somewhere? The only other thing I can think of is that I’ve got it so that the custom rewrite slug is ‘/’ – the default: post type name isn’t what I want with this site.
I’d be happy to send you a URL, but I’d want to send it through a private message…
Forum: Plugins
In reply to: [Scissors and Watermark] Bug: Auto resize full size stoppedHi. I’ve never gotten the full-size setting to ever work. I’ve gone through all the suggestions, and the plugin works great in every other aspect. But it seems odd that I can’t ever get this ONE setting to work. Is there maybe a known problem with Godaddy hosting or something? I have 90 max execution time, 128MB memory limit, and all other aspects of this plugin work…
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] [Plugin: Ultimate Coming Soon Page] Total crapExcellent – it works!!! I really appreciate your help – very cool of you!!!! Thank you so much!
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] [Plugin: Ultimate Coming Soon Page] Total crapOh didn’t see your post. I’ll download and try it out and reply back. Thank you John….
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] [Plugin: Ultimate Coming Soon Page] Total crapDon’t know if this helps, but I had to download 0.7.4 to get it to work again…
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] [Plugin: Ultimate Coming Soon Page] Total crapJohn is there someplace I can check to see why it isn’t working?