wheelingit
Forum Replies Created
-
This JUST happened to me as well. I’ve been using the “read more” tag for ages to limit what goes out to my e-mail subscribers. Today, it suddenly sent my full post, even with the “read more” tag included.
Forum: Fixing WordPress
In reply to: Latest Post not showing on RSS FeedONE more detail….
looks like the Feedly feed is linked to my old wordpress.com feed:
“wheelingit.wordpress.com/feed/”I have my old wordpress.com (wheelingit.wordpress.com) linked to my www.remarpro.com (self-hosted wheelingit.us) so I’m not sure why it’s no longer updating? This only broke when I updated to the new version of wordpress right before publishing my last post.
Forum: Fixing WordPress
In reply to: Latest Post not showing on RSS FeedSo, I have one more detail on this.
When I go into Feedly and search for my blog “wheelingit” the latest post doesn’t show, but if I go into Feedly and put in my feed link “https://wheelingit.us/feed/” the latest post DOES show.
I cannot for the life of me figure out how to fix that?
Forum: Fixing WordPress
In reply to: Latest Post not showing on RSS FeedAnyone have any thoughts about why the latest post wouldn’t be showing up on Feedly specifically?
Forum: Fixing WordPress
In reply to: Latest Post not showing on RSS FeedWell I still need to fix Feedly, as I don’t understand why the last post is not showing there.
Forum: Fixing WordPress
In reply to: Latest Post not showing on RSS FeedThanks everyone for the help & tips.
I tried 3 different RSS readers yesterday and I’ve narrowed down the problem. The “lost post” issue only seems to be happening in Feedly. The main feed code and every other feed-reader I tried are showing all posts just fine, but for whatever reason Feedly is still only showing posts prior to last week.
So, seems to be a Feedly-specific issue. I’m going to have to do more hunting.
Forum: Fixing WordPress
In reply to: Latest Post not showing on RSS FeedThanks everyone for the help & tips.
I tried 3 different RSS readers yesterday and I’ve narrowed down the problem. The “lost post” issue only seems to be happening in Feedly. The main feed code and every other feed-reader I tried are showing all posts just fine, but for whatever reason Feedly is still only showing posts prior to last week.
So, seems to be a Feedly-specific issue. I’m going to do some more hunting.
Forum: Fixing WordPress
In reply to: Latest Post not showing on RSS FeedThanks. I’ve done the purging (varnish cache) as well as turning on/off the plugins, but the RSS feed still doesn’t seem to show that last published post.
My RSS feed is showing as “valid” in Feed Validator. And the latest post is showing in Feed Validator….just not in actual RSS feed!
Nina
Think I found the code. These seem to work for the margins around the e-mail input and the submit buttom:
.jetpack_subscription_widget #subscribe-email {
margin: 5px;
}.jetpack_subscription_widget #subscribe-submit {
margin: 0px;
}Follow-up. The following code WORKED to increase the input section, so I have used this instead of the one you provided.
.jetpack_subscription_widget #subscribe-email input {
padding: 10px;
}But I still don’t know how to decrease the margins?
Oh and Jeremy. I’m sorry to say your code did not work on my site for increasing the input field. Any other ideas?
(My site wheelingit.us)
Nina
Follow-on. Would the code be as easy as this?
.jetpack_subscription_widget #subscribe-email {
margin-bottom: 10px;
}.jetpack_subscription_widget #subscribe-submit {
margin-bottom: 10px;
}THANK YOU!
Is there also a way to customize the p#subscribe-email and p#subscribe submit areas?
I would like to decrease the bottom margin for both of these. Currently it’s pulling margin-bottom from my <p> styling. I’d like to reduce the extra white space for the e-mail subscription box specifically if that’s possible.
Appreciate the response. I tried to contact the blog reader who was having the “slit” problems, but unfortunately they are not technical enough to get the info needed, so I will have to let it drop.
Do you know WHEN we might see a fix for the gallery pics in e-mail?
Nina
Forum: Plugins
In reply to: Gallery Pics show up as "slits" with Jetpack PluginAh…gotcha. I’ll repost both my problems there. THANKS@
Nina