Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)
  • Thread Starter ChrisDLA

    (@chrisdla)

    Thanks, I found that before coming here to close out (didn’t get an email of your post). Amazing how hard these things are to see; I guess since I was ignoring the alleged sidebar errors I missed how it might have been reported. Thanks.

    Thread Starter ChrisDLA

    (@chrisdla)

    That seems to help–but I fixed the real problem, which was that it was actually being called by another part of the code (not sure why the part I replaced existed if it looked like the right one). Thanks.

    Thread Starter ChrisDLA

    (@chrisdla)

    That’s it–thanks.

    Thread Starter ChrisDLA

    (@chrisdla)

    The following is the start of functions.php; line 13 is the second <?php

    Thanks for the link, but I couldn’t figure out what to do with this, unless the preceding lines are causing a problem. In the original site which works, the second <?php is line 7, since there are no blank lines–are those the problem?

    <?php
    
    /*
    
    @package WordPress
    
    @subpackage multi-color
    
    */
    
    ?>
    
    <?php
    
    $mc_shortname = 'multi-color';
    Thread Starter ChrisDLA

    (@chrisdla)

    Solved.

    Thread Starter ChrisDLA

    (@chrisdla)

    This is my header.php code; I know it’s long, but I’m not sure what we’re looking for. To get around repeating a narrow background I used a very wide image, which should be even wider for some monitors, but I’m open to a more elegant approach.

    <?php
    /*
    @package WordPress
    @subpackage multi-color
    */
    ?>
    <!DOCTYPE html>
    <!--[if IE 6]>
    <html id="ie6" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 7]>
    <html id="ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html id="ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <title>
    <?php
    global $page, $paged, $options, $isMobile;
    wp_title('|', true, 'right');
    bloginfo('name');
    $site_description = get_bloginfo('description', 'display');
    
    ?>
    </title>
    <?php if($isMobile): ?>
    <meta name="viewport" content="width=device-width, initial-scale=0.8" />
    <?php else: ?>
    <meta name="viewport" content="width=device-width" />
    <?php endif; ?>
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php
    if (is_singular() && get_option('thread_comments'))
        wp_enqueue_script('comment-reply');
    wp_enqueue_script('jquery');
    wp_head();
    ?>
    <style type="text/css">
        html { margin-top: 0 !important; }
        * html body { margin-top: 0 !important; }
    </style>
    </head>
    <body <?php body_class(); ?>>
    <div id="bgwrap"> <!-- start of bg wrap -->
        <div class="wrapper">
            <div id="header"> <!-- Start of header -->
                <table class="tablayout">
                    <tr>
                        <?php if($options['logo_image']): ?>
                        <td class="tdleft" style="width: <?php echo MC_THEME_HEADER_HEIGHT; ?>px; padding-right:10px;">
                            <img class="logo-image" src="<?php echo $options['logo_image']; ?>"/>
                        </td>
                        <?php endif; ?>
                        <td class="tdleft">
                            <h1 class="site-title"><a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a></h1>
                            <?php if(trim(get_bloginfo('description')) != ''): ?>
                            <p class="site-desc"><?php bloginfo('description'); ?></p>
                            <?php endif; ?>
                        </td>
    					<?php if($options['show_search']): ?>
                        <td class="tdright" style="width:918px !important;">
                            <?php get_search_form(); ?>
                        </td>
    					<?php endif; ?>
                    </tr>
                </table>
            </div>
            <?php if(!$isMobile): ?>
                <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'main-menu' ) ); ?>
            <?php else: ?>
                <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'main-menu', 'depth' => 1 ) ); ?>
            <?php endif; ?>
            <?php if($options['site_description'] != '' and is_front_page()): ?>
            <div class="user-info">
                <?php echo $options['site_description']; ?>
            </div>
            <?php endif; ?>
        </div>
    </div> <!-- end of bg wrap -->
    
    <div id="contentwrap"> <!-- Start of content wrap -->
        <div class="wrapper"> <!-- Start of wrapper -->
            <div id="content"> <!-- Start of content -->
    Thread Starter ChrisDLA

    (@chrisdla)

    Mac 5.2, Windows 8 is all I know.

    Since the theme was designed to have a header, should your suggestion not complicate things? The menu buttons appear right below the header.

    I could experiment, but I’d appreciate it if you could explain exactly how I might implement what you have in mind. Thanks.

    Thread Starter ChrisDLA

    (@chrisdla)

    jwktdr.com/profleet4/iemac5point2.png

    Yes, it’s old, but as a Mac user I hardly use IE.

    Windows: jwktdr.com/profleet4/ie8noheader.pdf

    browsershots.org: jwktdr.com/profleet4/browsershotsIE.png

    The burgundy header in most of the browsershots shows the correct view.

    Thread Starter ChrisDLA

    (@chrisdla)

    No–but maybe it matters where I put it?

    Or, is there a specific file I should try that first suggestion in in conjunction with this?

    If it’s any clue, the submenus work fine for the home page tab, but not for the others, and in the page editor I didn’t detect any different settings–nor did I notice any conditionals in scripts.

    Thread Starter ChrisDLA

    (@chrisdla)

    sucker not found in style.css, index.php, functions.php or page.php

    Thread Starter ChrisDLA

    (@chrisdla)

    profleet.com

    Sorry I somehow overlooked this reply earlier.

    Thread Starter ChrisDLA

    (@chrisdla)

    Thanks for all your diligence.

    I’m aware of all those, but I don’t see how it resolves the dropdown issue (which I actually started a separate thread on with no responses; I just mentioned it in passing due to your familiarity with the site).

    Thread Starter ChrisDLA

    (@chrisdla)

    Thanks, but I don’t want them to disappear–I want them to work as links rather than just be visible.

    Thread Starter ChrisDLA

    (@chrisdla)

    I assume you mean the “regular” way of editing pages? I can do that no problem.

    Fixed. For future searchers of this topic, I just entered text from the 56-2 page in the search box to narrow them down.

    Thank you. Now if only I could figure out why the published child pages show in the drop-down menus but aren’t recognized as links (except for the home menu).

    Thread Starter ChrisDLA

    (@chrisdla)

    Thanks–but what did you look at to determine how many versions of the URL there were? I don’t understand exactly what you mean.

    So, I have to edit each and every page to find it? Very well–but I don’t expect to based on the pages’ titles. Does that sound reasonable, and if so, any ideas on what else to do?

Viewing 15 replies - 1 through 15 (of 32 total)