americannoise
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What could cause a theme to ignore html markup?Thanks guys. For the record, the issue was that em was set to “inherit.”
Forum: Fixing WordPress
In reply to: How to call the post thumbnail rather than the first image?Here’s a link to the code in pastebin: https://wordpress.pastebin.com/n8sp4kQD
Forum: Fixing WordPress
In reply to: How to change where media is stored?I don’t have that option when I click on Media.
Forum: Fixing WordPress
In reply to: Contracting one blog into another blog: Best options?Thanks for the reply!
Is there any risk when importing posts onto a live blog?There are redirection plugins, but I’m worried about the SEO implications of doing a bulk redirect to Blog B’s homepage.
Forum: Fixing WordPress
In reply to: Cannot Save Changes to Published PagesThanks for the reply. Does this have any adverse effect on the rest of the site or content?
Forum: Fixing WordPress
In reply to: Some Post and Page Updates Don't StickBumping this again. Someone must have some advice for me?
Forum: Fixing WordPress
In reply to: Some Post and Page Updates Don't StickAnyone have any ideas that might help get me going in the right direction?
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Digg Digg and the <!–more–> tagAny time I manually insert Digg Digg into a post with <!–more–>, Digg Digg breaks.
Forum: Plugins
In reply to: [Plugin: WP Subdomains] Subdomain category shows all postsOK, and if that were the case?
Forum: Fixing WordPress
In reply to: 404 errors on all pages “Sorry, … no posts matched”FYI–7 minutes later, and all pages are pushing through to the host’s 404. I guess I’m glad it’s a consistent error, but I still have no idea what to do.
EDIT: Strike that! https://americannoise.com/?page_id=2 still gives back “No posts matched”
Forum: Fixing WordPress
In reply to: Manually remove items from “Add New” post pageSuper, guys. Thanks for the help. I really appreciate it.
Forum: Fixing WordPress
In reply to: Why does the comment block appear below the sidebar?It was div/clear…
Thanks for your help. You pointed me in the right direction.Forum: Fixing WordPress
In reply to: Why does the comment block appear below the sidebar?Sure enough, the plugin is the problem. I deactivated it, and things line up as they’re supposed to. Unfortunately, the plugin is pretty much a necessity for this project. I’m just learning code, but here’s everything used by the plugin for output inside the loop.
I guess I need to try to clean up the code that is used for outputting inside the loop. Any typical offenders for something like this? I’m assuming it has to be something with DIVs.
Forum: Fixing WordPress
In reply to: Why does the comment block appear below the sidebar?While I appreciate the response, the validation errors noted are unanimously created by the way GD Star Rating’s T2 templates handle in-loop html and css. The issue is not whether the comment block is “centered,” the issue is that the comment block is being FORCED below the sidebar.
Trust me, the validation issues and the use of GD Star are a whole separate issue that I’ve been dealing with. But they aren’t related to the question at hand.
Forum: Plugins
In reply to: How to call Sidebar with Theme My LoginPerfect solution. I didn’t realize, for whatever reason, that it was using a page template. Easy fix. Thanks.