Hi Guys
I have had 2.5 working fine for https://www.jbhomestyling.com
But the client went and upgraded TO 3.0 and it seems that I’m having the same issue as trulyandy first had on this thread.
I have loaded WP PHOTO ALBUM and it’s got it working, but I’d obviously like to us PLUS.
PLEASE! Here’s the header…
<?php
/**
* @package WordPress
* @subpackage QualiFire
*/
global $qualifire_options, $style, $current_slider;
// get the current color scheme subdirectory
$style = ( $qualifire_options[‘color_scheme’] ) ? “style{$qualifire_options[‘color_scheme’]}”: “style1”;
$logo_img_url = ( $qualifire_options[‘custom_logo_img’] ) ? $qualifire_options[‘custom_logo_img’] : get_bloginfo(‘template_url’).’/styles/’.$style.’/images/logo.png’;
$logo_width = $qualifire_options[‘logo_width’];
$logo_height = $qualifire_options[‘logo_height’];
$current_slider = $qualifire_options[‘current_slider’];
?>
<!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″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”google-site-verification” content=”tgLxJ_Hq5dKc9B4Ac4ohARS_CuFYHTwZFBf69IQNPj4″ />
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<meta name=”description” content=”We are a Poole based renovations and restorations company. We offer high class, professional service in decorating, building and repairs.” />
<meta name=”keywords” content=”Painter, decorator, Bournemouth, Poole, Renovations, restorations, carpenter, builder, tiler, kitchen, bathrooms” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<!–[if IE 6]>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/scripts/DD_belatedPNG_0.0.8a-min.js”></script>
<script type=”text/javascript”>
// <![CDATA[
DD_belatedPNG.fix(‘.pngfix, img, #home-page-content li, #page-content li, #bottom li, #footer li, #recentcomments li span’);
// ]]>
</script>
<![endif]–>
<?php wp_head();?>
<!–[if lte IE 8]>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/styles/common-css/ie-all.css” media=”screen” type=”text/css” />
<![endif]–>
<!–[if lte IE 7]>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/styles/common-css/ie6-7.css” media=”screen” type=”text/css” />
<![endif]–>
<!–[if IE 6]>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/styles/common-css/ie6.css” media=”screen” type=”text/css” />
<style type=”text/css”>
body{ behavior: url(“<?php bloginfo(‘template_directory’); ?>/scripts/csshover3.htc”); }
</style>
<![endif]–>
</head>