Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Forum: Fixing WordPress
    In reply to: Site not loading
    Thread Starter WallaceTech

    (@wallacetech)

    Got it.

    It was a plug in that was causing it to not work. I had installed the Visitor maps plugin. I just remoced this from the plugin folder and now my blog is back and working.

    Thanks for replying anyway mate

    Forum: Fixing WordPress
    In reply to: Site not loading
    Thread Starter WallaceTech

    (@wallacetech)

    Do you mean Windows eventvwr or is there a error log file kicking around for Word Press?

    My windows logs look fine and dandy to fair. Noting out of whack.

    Forum: Themes and Templates
    In reply to: Index Page CSS
    Thread Starter WallaceTech

    (@wallacetech)

    Yep tried that and it removes the image again.

    I am running multiple sites on WP could this be why i need to use the full URL?

    Forum: Themes and Templates
    In reply to: Index Page CSS
    Thread Starter WallaceTech

    (@wallacetech)

    Thanks mate. Ok so using the following allows my background to show when i load the page.

    example.com/wp-content/themes/mytheme/images/

    I am abit confused. When i look at other templates and the .css files they all seem to use

    (images/IMAGE NAME HERE)

    Any ideas?

    Forum: Networking WordPress
    In reply to: web.config
    Thread Starter WallaceTech

    (@wallacetech)

    Correct Server 2008 R2!. I have been running WP on this platform for sometime with no issues. This is a new install.

    Any ideas where or how i get my web.config

    Thread Starter WallaceTech

    (@wallacetech)

    Thanks, i have made the change and this is now working.

    Thanks again for your help

    Craig

    Thread Starter WallaceTech

    (@wallacetech)

    Thanks mate, i will give that a go.

    Will report back

    Thread Starter WallaceTech

    (@wallacetech)

    Thanks mate. here is the header info

    <head profile="http://gmpg.org/xfn/11">
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<meta name="robots" content="index,follow" />
    	<meta name="revisit-after" content="7 Days" />
    
    	<title>
    		<?php if ( is_home() ) { ?><?php bloginfo('description'); ?> | <? bloginfo('name'); ?><?php } ?>
    		<?php if ( is_search() ) { ?><?php echo $s; ?> | <? bloginfo('name'); ?><?php } ?>
    		<?php if ( is_single() ) { ?><?php wp_title(''); ?> | <? bloginfo('name'); ?><?php } ?>
    		<?php if ( is_page() ) { ?><?php wp_title(''); ?> | <? bloginfo('name'); ?><?php } ?>
    		<?php if ( is_category() ) { ?>Archive <?php single_cat_title(); ?> | <? bloginfo('name'); ?><?php } ?>
    		<?php if ( is_month() ) { ?>Archive <?php the_time('F'); ?> | <? bloginfo('name'); ?><?php } ?>
    		<?php if ( is_tag() ) { ?><?php single_tag_title();?> | <? bloginfo('name'); ?><?php } ?>
    	</title>
    
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    	<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    	<link rel="shortcut icon" type="image/x-png" href="<?php bloginfo('template_url'); ?>/images/favicon.png" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    	<?php wp_head(); ?>
    </head>
    Thread Starter WallaceTech

    (@wallacetech)

    Not to worry i see that i had to change the URL in the settings page, all is good now

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