Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Forum: Fixing WordPress
    In reply to: Three doubts
    Thread Starter dherz

    (@dherz)

    [ Moderator note: please surround code snippets with the backtick or use the code button. ]

    I deleted the div tag, and nothing happpened. Then, I deleted the contents of that div tag, and still shows that space.

    This is the portion I just deleted with no resuls:

    <div id="logo">
    				<?php
    				$options = get_option('themezee_options');
    				if ( isset($options['themeZee_general_logo']) and $options['themeZee_general_logo'] <> "" ) { ?>
    					<a>"><img src="<?php echo esc_url($options['themeZee_general_logo']); ?>" alt="Logo" /></a>
    				<?php } else { ?>
    					<a>/"><h1><?php bloginfo('name'); ?></h1></a>
    				<?php } ?>
    			</div>
    Forum: Fixing WordPress
    In reply to: Three doubts
    Thread Starter dherz

    (@dherz)

    Hi there,

    Thanks a lot for your help again.

    I’m gonna leave point 2 as it is. So, let’s continue with number one.

    Inside my theme’s folder, I found a header.php file. I downloaded it and eliminated a tag called <div id=header> plus another one <div id=head>, including their closing tags, but just eliminated half of the space on top of my top navigation bar.

    Any suggestions?

    Thanks.

    Forum: Fixing WordPress
    In reply to: Three doubts
    Thread Starter dherz

    (@dherz)

    Hello,

    Thanks a lot for your reply. I appreciate it.

    Sorry, but I’m a beginner. Here are my new doubts.

    1. Do I need to modify index.php? Then, I suppose I will need to download it to my pc, edit it, and then upload it, right?

    2. Yes, I’ve got a menu in wp-admin->Appearance->Menus, but the only option available there is to create a new menu. Do I need to do this?

    3. I meant the color of the header, which is the same as the footer. But I think I will keep it that way.

    Thanks again for you help.

Viewing 3 replies - 16 through 18 (of 18 total)