Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter ruch1v

    (@ruch1v)

    1pm EST is great, appreciate the help

    Ruchi

    Thread Starter ruch1v

    (@ruch1v)

    Thanks, I just added you

    Ruchi

    Thread Starter ruch1v

    (@ruch1v)

    Just tried that, after changing the password, it didn’t allow me to log in again (kept saying wrong password for the new and old one), I ended up having to delete the installation of WP and reinstalling, it’s still not letting me log in on the new installation, all I am getting is this http://screencast.com/t/sronv74oN (notice the top bar, although anything I click doesn’t take me to the dashboard)

    I’m getting really worried about my sites now

    Ruchi

    Thread Starter ruch1v

    (@ruch1v)

    Yup, just tried, unfortunately same deal

    Ruchi

    Thread Starter ruch1v

    (@ruch1v)

    Thanks for your tips, I can’t change any themes from my FTP, I don’t think that is the case, because I’m having this login issue across every single one of my sites, and they all have different themes etc

    Ruchi

    Thread Starter ruch1v

    (@ruch1v)

    Hi,

    Nope, nothing like this has been changed, I actually have about 15 wordpress installs and can’t seem to log into any. I’ve spoken to my hosting company and they say it’s nothing to do with them

    Thread Starter ruch1v

    (@ruch1v)

    Anyone?

    Thread Starter ruch1v

    (@ruch1v)

    I tried clearing cache, unfortunately it still isn’t working, also I’ve tried logging in through both chrome and firefox

    Thanks

    Thread Starter ruch1v

    (@ruch1v)

    It’s taking me back to the same page

    Thread Starter ruch1v

    (@ruch1v)

    This is what I have in index.php

    [Mod Note: Chunk of code removed. If you want to post large blocks of code, please use a pastebin.]

    there is no part that is h2

    thanks again for your help

    Ruchi

    Thread Starter ruch1v

    (@ruch1v)

    Hi Esmi,

    I had edited the wrong thing, I had done the archive pages (i’m a HTML dunce), just edited it in ‘index.php’ but still no luck…

    thanks for your help

    Ruchi

    Thread Starter ruch1v

    (@ruch1v)

    Thanks Esmi, I just did that, but it didn’t make any difference to my h1 tag according to the SEO software I’m using, any ideas?

    Thread Starter ruch1v

    (@ruch1v)

    hey it worked, check it out http://www.trainingdogobedience.com

    thanks alot micahcooksey 🙂

    Thread Starter ruch1v

    (@ruch1v)

    Hi, thanks for your help but I don’t have that in the html of header.php, all I have is

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
     elseif (is_single() ) { single_post_title(); }
     elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
     else { wp_title('',true); } ?></title>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
    
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    <body>
    <div class="PageBackgroundSimpleGradient">
    </div>
    <div class="PageBackgroundGlare">
        <div class="PageBackgroundGlareImage"></div>
    </div>
    <div class="Main">
    <div class="Sheet">
        <div class="Sheet-tl"></div>
        <div class="Sheet-tr"><div></div></div>
        <div class="Sheet-bl"><div></div></div>
        <div class="Sheet-br"><div></div></div>
        <div class="Sheet-tc"><div></div></div>
        <div class="Sheet-bc"><div></div></div>
        <div class="Sheet-cl"><div></div></div>
        <div class="Sheet-cr"><div></div></div>
        <div class="Sheet-cc"></div>
        <div class="Sheet-body">
    <div class="Header">
        <div class="Header-jpeg"></div>
    <div class="logo">
        <h1 id="name-text" class="logo-name">
            <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
        <div id="slogan-text" class="logo-text">
            <?php bloginfo('description'); ?></div>
    </div>
    
    </div>
    <div class="nav">
        <ul class="artmenu">
            <?php art_menu_items(); ?>
        </ul>
        <div class="l">
        </div>
        <div class="r">
            <div>
            </div>
        </div>
    </div>

    thanks for your help

    Thread Starter ruch1v

    (@ruch1v)

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