megandowntherabbithole
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Resized my pictures, but the change isn't appearingOk, I got it to work. I didn’t realize that when you resize the image from inside your image library, it creates a second file with a different name. My html was still linking to the old file. That’s solved, but the images aren’t centering. Here’s my code:
<a href="https://www.megandowntherabbithole.com/contact" target="_blank"> <img src="https://www.megandowntherabbithole.com/wp-content/uploads/2011/09/contact-nav-buttons1-e1317249070617.png" align="center" class="change_opacity"> </a>
Any suggestions? Thanks all!
Forum: Fixing WordPress
In reply to: Resized my pictures, but the change isn't appearingso where do I change the source code? In the text widget?
Forum: Fixing WordPress
In reply to: Trying to make a rollover button using the text sidebar widgetThanks for your quick response, but I’m still a little confused. What exactly do you mean? Is that in addition to what I just entered? I’m not sure exactly where to go from here…
I am still relatively new to this. Thanks again.
Forum: Themes and Templates
In reply to: Header with clickable areasThanks. So their code is a little different than mine. The closest thing I can find to that in my header php is this:
<div id="header"> <div id="masthead"> <div id="branding" role="banner"> <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?> <<?php echo $heading_tag; ?> id="site-title"> <span> <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> </span> </<?php echo $heading_tag; ?>> <div id="site-description"><?php bloginfo( 'description' ); ?></div> <?php
I’m still a little confused with what gets replaced.
Forum: Plugins
In reply to: captions are not showing up in my flash galleryJust did it and it works! LOVE these boards…thanks for the help!
Forum: Plugins
In reply to: captions are not showing up in my flash gallerySorry…I flaked and forgot to post it! There are actually two galleries but I’m assuming it’s the same issue for both of them.
https://www.megandowntherabbithole.com/pigments/and
https://www.megandowntherabbithole.com/digital/I appreciate the help! ??
Forum: Plugins
In reply to: captions are not showing up in my flash galleryI forgot to mention, I’m using the Arai theme right now, but the captions don’t seem to work with any of the other themes either.
Forum: Themes and Templates
In reply to: Help! Cannot get rid of underlines in linksThanks so much! Yeah…I just learned the hard way when I did an upgrade about twenty minutes ago. A bunch of my changes disappeared so I will definitely look into creating a child theme.