pxabstraction
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Line Breaks Broken After Import from WordPress.comSo just FYI, I sucked it up, put Brooklyn 99 on the TV and manually corrected all my posts. It was a slog and I was cross-eyed afterwards but it’s finally done and I gleefully hit the cancel button on my WordPress.com subscription. Turns out that some of the images in my posts were broken too so it gave me a chance to fix those as well.
Thank you again for your attempts to help me, it’s greatly appreciated. ??
Forum: Fixing WordPress
In reply to: Line Breaks Broken After Import from WordPress.comThank you very much for your help, it’s greatly appreciated.
What I think I’m going to do in the mean time is go and manually fix the evergreen posts that still get a lot of hits. And I’ll probably just fix 2-4 a day after that until it’s fixed.
It’s really frustrating what a mess getting a blog out of WordPress.com is but the huge amount I’m saving per year is worth a few hours of tedium. ??
If you do find a more automated solution though, I’d love to hear it. Thanks again!
Forum: Fixing WordPress
In reply to: Line Breaks Broken After Import from WordPress.comJust FYI, the production site is currently what’s online. In order to get a couple of things setup, I had to bind it to the domain. However, the broken paragraph breaks are the only issue remaining it seems.
Both sites are using Twenty Ten. I’m planning to move the site to a new theme eventually but not yet. The problem is, the version of Twenty Ten on .com has a ton of options and other things that the .org version doesn’t, even though it was updated very recently. This disparity between the paid and free versions seem to be where this has broken down. I had to manually edit the theme on .org in order to restore the font, remove the site title and tagline fields and several other things that just didn’t move over in the migration.
If there’s anything I can provide from the old site that might help, I’m happy to. I feel this is likely an easy tweak to make but I have very little experience in this stuff. Given the problem only happens to posts made in the Classic Editor, I assume there’s something involving that which is missing from the version of Twenty Ten the .org site has. I did try installing the Classic Editor plug-in to see if that would help in some way but it didn’t make any difference.
Forum: Fixing WordPress
In reply to: Line Breaks Broken After Import from WordPress.comSo, I added that CSS to the custom section of the theme (along with all the other things I had to add to band-aid the migration from .com), but sadly, it didn’t seem to work. ??
This is a snippet of the sample post running on my .org testbed after adding it.
Here is all the custom CSS I currently have, including your suggestion. All of these are to reinstate stuff in the theme that was lost in the import from .com to .org.
#site-description { display: none } #site-title { display: none } a:visited { color: #890000; } a:link { color: #d50000; } a:hover { color: #890000; } #access { background: #000; display: block; float: left; margin: 0 auto; width: 940px; position: relative; text-align: center; } #access ul { display:inline-block; } #content p, #content ul, #content ol, #content dd, #content pre, #content hr { margin-bottom: 24px; }
Thank you for your help! ??
Forum: Fixing WordPress
In reply to: Line Breaks Broken After Import from WordPress.comI shall try that in the morning and report back! Thank you very much!
Forum: Fixing WordPress
In reply to: Line Breaks Broken After Import from WordPress.comHey there, thanks for your help!
The current site is at https://geekbravado.com. The new one is still just in staging so it’s not live on the domain yet.
If you want an example of a post that looks fine on the current site but has the paragraph lines break on the new site, here’s one:
This is an older post but basically any post newer than the most recent three have this issue.
Thanks! ??