Daniel
Forum Replies Created
-
A few questions:
1. Can you let us know the website in question?
2. Is this happening only for posts you’ve published earlier?
3. Are emails being sent for newly published posts?Hi Thomas,
> Are you saying that CSS I put in my theme should effect the comments?
Yes, as long as you’re referencing the correct IDs and classes in your CSS selectors, it should give you the desired result. Note though that depending on which CSS files take loading precedence over the others, it might not successfully override Jetpack’s defaults, so you may need to use the
!important
flag.Again, that’s as much help as we can provide here. Customizing the styling of our features for users is not within our support scope. However, if you can make a case for why we need to improve the accessibility of our chosen font sizes and colors, please open an issue on the plugin’s public repository on GitHub:
https://github.com/Automattic/jetpack/issues
Thanks.
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] jsonHi there,
We’d be happy to look into this for you but we need more information from you. What exactly is breaking your JSON and how do suppose Jetpack is inteferring? Some examples would also help.
Thanks.
Hi there,
I can see some broken images on related posts on your site.
However, from what I can tell looking at the HTML source for the related posts section on this post, you seem to be using a different plugin to add related posts on your site, Contextual Related Posts.
Unless you can share a different post or section of your site where you’re using Jetpack’s Related Posts feature, I’d suggest contacting that plugin’s support for help with this.
In case, you were wondering how I knew, the HTML for that post shows that related posts are contained in a
div
element withcrp_related_widget
as the class attribute. If those were being delivered by Jetpack, the class would bejp-relatedposts
.Hi there,
We don’t currently have a way for you to do this explicitly. Emails are normally sent to subscribers every time you publish a new post:
https://jetpack.com/support/subscriptions/
That said, the logic responsible for initiating the emails listens for when your post changes status. So, one workaround would be to change those posts to draft and then republish them to resend the emails to your subscribers.
Hope that helps.