metaglyphics
Forum Replies Created
-
I did something similar. I added
$sticky = count(get_option('sticky_posts'));
and then changed'posts_per_page' => $posts_per_page
to
'posts_per_page' => $posts_per_page - $sticky,
That got me the correct number of posts.
However, I noticed something else. This is happening both with and without these modifications. Offset doesn’t seem to be working. I tried:
[display-posts offset="1" include_date="true" date_format="F j, Y" wrapper="div" posts_per_page="1"]
But I still get the first post, not the second…
I received an auto reply:
You’ve reached the free support’s inbox. MailPoet no longer provides support by email to free users. Use the WordPress Forums instead.
The autoresponder asks me to let you know here so that you can look for my email.
I’ve submitted the info through this form.
I actually emailed you a video screencast. Did you receive that? If not, is there an email address to which I can send it?
I have the same issue.
This is definitely not working properly. Only my admin account seems to update, but users cannot manage their subscriptions. The form from this shortcode isn’t saving the change.
I tested this as an admin and it works, but when I log into a customer account, my changes won’t save. Any ideas why that might be?
If you’re subscribed but on 0 lists, what does that mean? What are you subscribed TO?
Here’s a quick screencast to help explain what I mean:
https://www.dropbox.com/s/35911ght5ehuwf6/mailpoet.mp4?dl=0This is a terrific update!
It looks like changing the checkbox and clicking save updates your preferences. Which makes the dropdown (subscribe/unsubscribe) seem unnecessary. Would it make sense to remove that?
Forum: Plugins
In reply to: [WordPress Charts] Delay in AnimationSeconded! I was looking at chart.js discussions, and there are a few suggestions, such as lazyload. But none of those seem to work.
Is there any way to trigger the animation when the chart enters the viewport?
This would be an excellent option. And it seems that if there’s already code that can embed a link into an email, that same code could be modified to embed the same link into a page with a shortcode. It would simply need to query for the logged in user.
What would you like a screenshot of? It’s just an email that doesn’t include the link where the link shortcode is in the template…
It looks like the plugin is sending two copies if every email.
Also, is it possible to add additional conditions? For instance, I have a post status called Expired. I would love to be able to send an email when a post’s status transitions from Publish to Expired.
I have a category called Marketplace. I selected a notification for New ‘Marketplace’ listing.
I selected Send this notification to the Author Only.
The message is intended to tell the author that their post has been published. For some reason, two copies are being sent.
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] Not connect.n Verify Network.Also installed it on a different website, with the same results.
- This reply was modified 7 years, 8 months ago by metaglyphics.