Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter spiffykermscom

    (@spiffykermscom)

    Ugh ?? It’s so strange because in my header.php in my themes folder (online only as in here: https://www.spiffykerms.com/wordpress/wp-admin/theme-editor.php) only shows this.

    <?php thematic_create_doctype(); echo " "; language_attributes(); echo ">\n";?>
    
    <head profile="https://gmpg.org/xfn/11">
    
    <?php 
    
    thematic_doctitle();
    thematic_create_contenttype();
    thematic_show_description();
    thematic_show_robots();
    thematic_canonical_url();
    thematic_create_stylesheet();
    thematic_show_rss();
    thematic_show_commentsrss();
    thematic_show_pingback();
    thematic_show_commentreply();
    
    wp_head(); ?>
    
    </head>
    <body class="<?php thematic_body_class() ?>">
    <?php thematic_before(); ?>
    
    <div id="wrapper" class="hfeed">
    
    <?php thematic_aboveheader(); ?>   
    
        <div id="header">
            <?php thematic_header() ?>
        </div><!-- #header-->
    
    <?php thematic_belowheader(); ?>   
    
        <div id="main">

    It still hasn’t been fixed ??

    I just want someone to login to my wp for me and fix it all lol :/

    Thread Starter spiffykermscom

    (@spiffykermscom)

    Thanks for the tip! I’ll wait it out ??

    It’s strange, because my other site that is almost identical (https://www.spiffykerms.com) seems to be operating totally fine.

    Thanks for looking into it.

    Thread Starter spiffykermscom

    (@spiffykermscom)

    I apologize esmi, I was directed here by the folks at wordpress.com and didn’t realize they were two completely seperate sites.

    I tried to delete what dbmartin mentioned above. However everything under the meta tag could not be found.

    This is what I see in my wordpress wpadmin file on my website… i’ve tried deleting various tags but am at a loss of what to delete, since I do not see multiple header tags.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes() ?>>
    <head profile="https://gmpg.org/xfn/11">
    
     <title><?php
            if ( is_single() ) { single_post_title(); }
            elseif ( is_home() ) { bloginfo('name'); print ' | '; bloginfo('description'); pageGetPageNo(); }
            elseif ( is_page() ) { single_post_title(''); }
            elseif ( is_search() ) { bloginfo('name'); print ' | Search results for ' . wp_specialchars($s); pageGetPageNo(); }
            elseif ( is_404() ) { bloginfo('name'); print ' | Not Found'; }
            else { bloginfo('name'); wp_title('|'); pageGetPageNo(); }
        ?></title>
    
        <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
    	<meta name="description" content="<?php bloginfo('description') ?>" />
    	<?php if(is_search()) { ?>
    	<meta name="robots" content="noindex, nofollow" />
        <?php }?>
    
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    	<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/print.css" type="text/css" media="print" />
    
      	<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> <?php _e('Posts RSS feed', 'thematic'); ?>" />
    	<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1) ?> <?php _e('Comments RSS feed', 'thematic'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
    
    <?php wp_head() ?>
    
        <script type="text/javascript">
        	jQuery(document).ready(function(){
        		// Hide the site-meta panel
        		jQuery('#meta-panel').hide();
    
        		// Toggle site-meta panel visibilty and class when handle is clicked
        		jQuery('#meta-anchor').click(function() {
        			jQuery('#meta-panel').slideToggle(50);
                    jQuery(this).toggleClass("active");
        			return false;
        		} );
        	});
    
        </script>   
    
    </head>
    
    <body class="<?php sandbox_body_class() ?>">
    
    <?php /* Load sliding meta panel */ if (is_user_logged_in()) { include ('sitemeta.php'); } ?>
    
    <div id="wrapper" class="hfeed">
    
        <div id="header">
        	<div id="branding">
        		<div id="blog-title"><span><a href="<?php echo get_option('home') ?>/" title="<?php bloginfo('name') ?>" rel="home"><?php bloginfo('name') ?></a></span></div>
        		<?php if (is_home()) { ?>
        		<h1 id="blog-description"><?php bloginfo('description') ?></h1>
        		<?php } else { ?>
        		<div id="blog-description"><?php bloginfo('description') ?></div>
        		<?php } ?>
        	</div><!--  #branding -->
        	<div id="access">
        		<div class="skip-link"><a href="#content" title="<?php _e('Skip navigation to the content', 'thematic'); ?>"><?php _e('Skip to content', 'thematic'); ?></a></div>
                <?php sandbox_globalnav() ?>
            </div><!-- #access -->
        </div><!-- #header-->
    
    <?php thematic_belowheader(); ?>
        <div id="main">
    Thread Starter spiffykermscom

    (@spiffykermscom)

    Why are my posts being deleted? I’m bumping them so they get noticed, as I would like the problem fixed ??

    Thread Starter spiffykermscom

    (@spiffykermscom)

    Got that thanks. But I still have no idea how about fixing it….

    Forum: Fixing WordPress
    In reply to: Sidebar missing
    Thread Starter spiffykermscom

    (@spiffykermscom)

    Can anyone help me? Esmi helped with the CSS validation, and I deleted my posts. But my sidebar is still not there. ??

    Do I have to delete wordpress + all my posts and start again? There must be an easier way!

    Forum: Fixing WordPress
    In reply to: Sidebar missing
    Thread Starter spiffykermscom

    (@spiffykermscom)

    Hmm ok.

    I just deleted my two recent posts, and it doesn’t seem to change anything…

    I haven’t played around with the widgets or anything either.

    Thread Starter spiffykermscom

    (@spiffykermscom)

    Does anyone have any ideas as how I could go about getting the menu back? I don’t know who else to ask for help regarding this issue.

    Please respond?

    Thread Starter spiffykermscom

    (@spiffykermscom)

    So just do a re-install of the wp-admin folder? Dang.. alright, I’ll try that later when I’m home.

    Thanks anyway!

    Thread Starter spiffykermscom

    (@spiffykermscom)

    If you click on the first link up in my first reply, you’ll see that there is no option to do so.

    I must have turned it off somewhere, or …??

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