chaseblackwell44
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MenuMtndesigner,
I truly don’t know. I just couldn’t figure out how to begin creating a custom menu. That’s how the video helped me.
As for your problem, again, I truly don’t know.
Good luck and apologies,
ChaseForum: Fixing WordPress
In reply to: MenuHi mtndesigner,
This video will walk you through how to use the new WP 3.0 menu system with Atlantica & Dark Atlantica 1.5.
All the Good Stuff,
ChaseForum: Fixing WordPress
In reply to: MenuThank you for the suggestion. I went to Appearance > Menus, created a test menu and added all of the pages. The appearance changed, but it did not fix the drop-down functionality.
The stock theme functions with a drop-down menu.
Stock Theme with Functioning Drop-down Menu
Discover The Way dot org with Non-Functioning Drop-down Menu
Forum: Fixing WordPress
In reply to: MenuI apologize, but it looks like I’ll have to be a bit gauche. I’ve contacted the developer via Twitter and e-mail, still no response. I would love for the theme to be functional before the weekend, and with no coding experience, I don’t even know where to begin to fix the drop down menu.
Here is the code:
Forum: Fixing WordPress
In reply to: Adding Buttons to blog (Facebook/Twitter/Stumble Upon)Hmm… well, I don’t get that error. The website loads just fine.
Is there any way to fix that and prevent it from occuring?
Forum: Fixing WordPress
In reply to: Adding Buttons to blog (Facebook/Twitter/Stumble Upon)Cool, will try and work it out.
Just curious, what errors are you getting when you go to my site?
Forum: Fixing WordPress
In reply to: Help Formatting CSSHmm, well, I actually worked it out somehow. I evened them up and added margin-top: 2px; to the narrowcolumn.postmetadata2 and it worked like a charm.
I did notice, however, that when my article expands into wide column view, my comment and date tags no longer appear. Any idea why?
Forum: Fixing WordPress
In reply to: Help Formatting CSSThanks, I’m almost there. I can’t seem to make them even without messing it all up.
Also,I’d like to remove the underline from the comment. I can’t seem to find anywhere in the css where it’s coded to underline.
Forum: Fixing WordPress
In reply to: Adding date and comment data below titleAlso, I could use some help getting the date up there with the right mm/dd/yyyy format.
Forum: Fixing WordPress
In reply to: Adding date and comment data below titleOkay well, I got it up there, but how do I get it aligned correctly? I’m guessing through CSS, but how do I get CSS to distinguish between the comments at the top vs the bottom?
Forum: Fixing WordPress
In reply to: Adding date and comment data below titleSure, I know my theme. I mean’t more where do I input the code in order to get it to appear where I’d like it to beneath the border of my title?
Forum: Fixing WordPress
In reply to: Inserting custom size image in blog postOnce the image is inserted in the post click it>>edit image>>advanced settings>>size
Hope that helps!
Forum: Fixing WordPress
In reply to: Adding date and comment data below titleHa, strangely all that is included in the default index.php file on my server is:
<?php /** * @package WordPress * @subpackage Default_Theme */ get_header(); ?> <div id="content" class="narrowcolumn" role="main"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php get_search_form(); ?> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
No mention of template tag or date to be found.
I found the comment tag, however.
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
How exactly would I know where to place this in my templates index.php file? Guess and check?
Forum: Fixing WordPress
In reply to: Centering text in main bodyThanks very much, once again!
Forum: Fixing WordPress
In reply to: My Site Got Hacked Please Help!!!!!Haha no offense but that is hilarious. Great looking website, by the way.
Hope this helps, but go into the footer.php file in your dashboard and search for “youtube.” Delete the code.