Greybox
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] Media Replace removed from Main Media Page?I second that. The link should not be hidden that far.
Forum: Plugins
In reply to: [Videopack] WordPress 4.0 – Thumbnails now show wrong coloursSorry, I thought it was same issue. Do I just overwrite the existing plugin files, or remove and replace the entire video-embed-thumbnail-generator folder?
Forum: Plugins
In reply to: [Videopack] WordPress 4.0 – Thumbnails now show wrong coloursUpgraded to 4.3.4 and WordPress to 4. The plugin doesn’t generate video thumbnails anymore. Does it work for anybody else?
Forum: Plugins
In reply to: [WP Media Cleaner] Empty trash doesn't work – #2I still have this problem unresolved and I hope you will find time to look into this.
I have updated to 3.6.3 – same problem. I would really appreciate if the plugin author explained if this is a bug or expected (undesired) behavior? Logically, Abort should disappear once all the messages are sent with tracking disabled for that message (see above).
Forum: Fixing WordPress
In reply to: HTML5 animation from Google Web Designerhttp://www.pandoraslunchbox.eu/wordpress/wp-content/uploads/2014/html5/index.swf.html doesn’t seem to exist. You should be able to open the link directly in the browser, it should work when your index.swf.html is properly generated and uploaded.
Forum: Fixing WordPress
In reply to: HTML5 animation from Google Web DesignerAs a starting point, go to text mode of your editor and paste the code:
<iframe src="http://www.nautilus-intl.com/wordpress/wp-content/uploads/html5/material_handling_animation.swf.html" width="228" height="177" frameborder="0"></iframe>I have updated to 3.6.1, but the plugin still shows Abort button after sending 100%.
This must be from my service provider.
Is this something in the plugin that you are going to change in the future?
I disabled Track Clicks and Message Opening for a new message, sent 100%, still showing Abort for that message. What is left to abort in this case?
I think that spot is perfect, but the message field was blank. I don’t think there is a good reason to keep it blank as a default. It looks like this is the only blank field in your plugin. Maybe you could use some kind of a default message, maybe something like:
“Your profile has been successfully updated, thank you!”
Works fine now, thank you!!
Stefano:
Sorry for the confusion. I have modified my previous post to reflect the new findings. Obviously the cause of the problem was the word “subscription” in the message header. I replaced the header
Please confirm subscription - {blog_title} newsletter
with
{blog_title} newsletter - please confirm
and it works now.Thank you and have a wonderful vacation!
Edit: You are right, the problem was the header of the confirmation message:
Please confirm subscription - {blog_title} newsletterIt looks like the service provider just blocks the message with this header if it contains the key word “subscription”.
There is a set of extra entries in the log:
29-06-2014 01:02:48 - DEBUG - 26.1 MB - mail> To: email@domain.com 29-06-2014 01:02:48 - DEBUG - 26.1 MB - mail> Subject: Please confirm subscription - newsletter 29-06-2014 01:02:49 - DEBUG - 26.1 MB - Replace start 29-06-2014 01:02:49 - DEBUG - 26.1 MB - Replace end 29-06-2014 01:04:19 - DEBUG - 25.6 MB - hook_newsletter> Start 29-06-2014 01:04:19 - DEBUG - 25.6 MB - hook_newsletter> Emails found in sending status: 0 29-06-2014 01:04:19 - DEBUG - 25.6 MB - hook_newsletter> End 29-06-2014 01:05:40 - DEBUG - 27.4 MB - Replace start 29-06-2014 01:05:40 - DEBUG - 27.4 MB - Replace end 29-06-2014 01:09:52 - DEBUG - 25.6 MB - hook_newsletter> Start 29-06-2014 01:09:52 - DEBUG - 25.5 MB - hook_newsletter> Emails found in sending status: 0 29-06-2014 01:09:52 - DEBUG - 25.5 MB - hook_newsletter> EndFor now my only choice go get users subscribed is Single Opt In. It works, the users are receiving “Welcome aboard” messages, but there is no confirmation message in the user mailbox when I set Double Opt option.