graphitegolem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Images Do Not Show Up in Firefox, but Appear in Safari, ChromeI have a similar problem: My first page (www.dragon-a-day.com), which displays recent posts, only shows the image(s) in the most recent post when you use Firefox to view the page, but individual posts display just fine. It wasn’t always like this, but I haven’t changed the theme in over a year… I even searched my code for something like what you found in kimberlychicago’s, but couldn’t identify anything that might be causing FF not to show other images.
If I should start a separate thread for this problem, I will, but it seemed in keeping with the problem that I’m having.
Oh, didn’t realize that was how it worked.
It’s up and running now, but apparently requires more of a hands-on approach than I realized to really make it work- I have no idea how to make it look as nice as it does in the screenshots, and I don’t know how to go about getting/adding jQuery to my site (I don’t think that I have it on my site, anyway; the Hide isn’t working)… Hmm.
But thank you for explaining that; here is the page I ended up with:
https://www.dragon-a-day.com/?page_id=2128for all intents and purposes, this topic is resolved, I will go looking through other topics for more info. Thanks for the help.
Forum: Fixing WordPress
In reply to: Backup versus Export?I’m sorry, but I’m still not seeing the difference.
Wouldn’t I want to have WP installed if I am restoring the site anyway, whether I have to install it again because of a server crash, or because a WP update ate my posts? Or is there something in the database that I’m overlooking?
Forum: Fixing WordPress
In reply to: Removing title from twenty ten themeThank you so much; it worked perfectly. I really appreciate it.
Forum: Fixing WordPress
In reply to: Removing title from twenty ten themeSo how would you do this if you’re using a child theme (I don’t want to have to do all this again when WP updates; I just made a child theme because I lost my edits when it updated automatically…)?
I have a banner, but I don’t want the title (or description) to show above it. I have a feeling that I ought to know what to do; I’ve been re-reading this thread, but am not sure where to begin; I can’t even see where I would change:
<?php $heading_tag = ( is_home() || is_front_page() ) ? ‘h1’ : ‘div’; ?>
<<?php echo $heading_tag; ?> id=”site-title”>my site is https://www.dragon-a-day.com; any help you could offer would be appreciated.
Forum: Plugins
In reply to: [WP-DBManager] [Plugin: WP-DBManager] Security alert!Is this the reason that after I installed it, I got a message saying that my backup files MIGHT be visible to the public, and even after moving the htaccess file and refreshing my browser, I still got that message?
Forum: Everything else WordPress
In reply to: Imprting blog – possible?::facepalm::
I should have realized that. Thanks. ??Forum: Everything else WordPress
In reply to: Imprting blog – possible?How would one go about doing that? I am thinking of migrating at least part of my WP to another site, and copy/paste sounds like no fun.