Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter iheartchopin

    (@iheartchopin)

    Actually, it wasn’t the CSS. I was able to fix it by twidling with table widths.

    Thanks for commenting though!

    Forum: Fixing WordPress
    In reply to: Sub domain set up

    I think that has to do with the server. I remember my server telling me that I have the option of using either forms to view my site but I know that other people on different servers sometimes don’t have that option.

    Thread Starter iheartchopin

    (@iheartchopin)

    I’ve edited my style.css and I don’t think it’s the text-align that is moving the whole box over. The rest of the text alignment is fine except the table is moved to the side. If you could give me a specific thing to alter maybe that would work but at the moment, I don’t really know what to alter.

    Thread Starter iheartchopin

    (@iheartchopin)

    Hey,
    thanks for all the help (not being sarcastic). I found out that it wasn’t any divs creating the gap, but since I pretty much copied and pasted the css from the default theme and edited and added things without throughly look at the code, I realized that the gap was created by a “body” margin modification in the css.

    Thank you for all your attempts to help me; it’s really been helpful!

    Thread Starter iheartchopin

    (@iheartchopin)

    peterebutler: I put the closing div code in and didn’t work.

    stvwif: Here is my code for index.php

    <?php
    /**
     * @package WordPress
     * @subpackage Default_Theme
     */
    
    get_header(); ?>
    
    <?php if (have_posts()) : ?>
    
    		<?php while (have_posts()) : the_post(); ?>
    
    <div class=content>
    
    <div class=date><?php the_time('F jS, Y') ?></div>
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><font class=title><?php the_title(); ?></a></font> &mdash; <font class=right>Posted by <?php the_author() ?></font>
    
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    
    <div align=right><?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></div>
    
    		<?php endwhile; ?>
    
    	<?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(); ?>
    </div>
    
    	<?php endif; ?>
    
    <p></p><center>
    <?php next_posts_link('&laquo; Older Entries') ?> -- <?php previous_posts_link('Newer Entries &raquo;') ?></center>
    
    <p></p><center><small><?php include("count.php"); ?></small></center>
    
    </font>
    <hr>
    
    <?php get_footer(); ?>

    I do believe that I am closing all the divs, or are there ones that are hidden? I can’t seem to even find a code that would help me increase the gap between entries either.

    I’m sorry for being so useless!

    Thread Starter iheartchopin

    (@iheartchopin)

    Hi,
    I used the validator and it seems like it’s picking up petty things that wouldn’t affect the gap between entries or the gap at the end of the layout.
    I don’t use divs for entries and have the layout completely coded in tables. Should I insert a div somewhere in the index.php file? I can understand how all the nested posts would create the gap but I don’t even know where to start since I did close all my tables properly.

    Thread Starter iheartchopin

    (@iheartchopin)

    Hi Ranjit,
    I’m not sure if you tried to put a code in your entry, but nothing showed up. I looked at my source code and everything seems to be fine. Thanks for your help though ??

    Thread Starter iheartchopin

    (@iheartchopin)

    Thanks! I’ll fiddle around with the single page.

    Hm, that’s odd because both browsers that I use (Safari and Firefox) has this 1 cm section of white at the bottom.

    Forum: Fixing WordPress
    In reply to: Editing search box
    Thread Starter iheartchopin

    (@iheartchopin)

    Thanks Shane, that helped a lot!

    Thread Starter iheartchopin

    (@iheartchopin)

    Thank you so much for your help! That definitely solved it, except my posts are showing on two places of the site:
    https://sachlichkeit.net/

    Do you know what could be causing this?

    Once again, thank you.

    Thread Starter iheartchopin

    (@iheartchopin)

    Thank you!

    Forum: Fixing WordPress
    In reply to: Tag list on page
    iheartchopin

    (@iheartchopin)

    I would like to know how to do this as well and was searching to see how to do this.

Viewing 12 replies - 1 through 12 (of 12 total)