firefightertraininginc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google not indexing – redirect issue?Thanks for checking. I guess its an error on google webmaster. Seems like its not as accurate as you would think it should be.
As far as the multiple urls and all that, is that normal or do I need to do some work?
Forum: Themes and Templates
In reply to: Menu text color changesSo as far as I can tell the plugin is calling on the h4 tag from the stylesheet. Can I set it up where I can use the above custom CSS to get it to work?
Forum: Themes and Templates
In reply to: Menu text color changesOh, I see what you mean. I will work on that. I have firebug and tried to understand where the accepted payments method code is but cannot figure it out the location to change the color.
Forum: Themes and Templates
In reply to: Menu text color changesWow, thanks! I had a feeling that code would work, just didnt know its title was footmenu. So simple! Thanks!
As far as your second recommendation, what is the problem with the HTML tags? Is it a problem that the page-foot stays empty? Could I have a more HTML friendly layout?
Forum: Themes and Templates
In reply to: Two h1 titles in headI will try firebug. I just cant seem to find the right template or relevant css. I have changed about 4 or 5 h1’s that I though we relevant but no luck…
Forum: Themes and Templates
In reply to: Two h1 titles in headOk. I think I found it. But I dont quite under stand the second part of your reply. do I just look for h1 tags throughout my stylesheet.css?
Forum: Themes and Templates
In reply to: Analytics code in head not workingThanks. I placed it where you recommended in the header!
Forum: Themes and Templates
In reply to: Analytics code in head not workingFigured it out. I left the code in the wootheme general settings and it must have been looking at that code. Thanks for the help and the quick replies!!!!
Forum: Themes and Templates
In reply to: Analytics code in head not workingSee it about midway through?
Forum: Themes and Templates
In reply to: Analytics code in head not working<?php
/**
* Header Template
*
* Here we setup all logic and HTML that is required for the header section of all screens.
*
*/
global $woo_options, $woocommerce;
?>
<!DOCTYPE html>
<!–[if lt IE 7 ]> <html <?php language_attributes(); ?> class=”no-js ie6″> <![endif]–>
<!–[if IE 7 ]> <html <?php language_attributes(); ?> class=”no-js ie7″> <![endif]–>
<!–[if IE 8 ]> <html <?php language_attributes(); ?> class=”no-js ie8″> <![endif]–>
<!–[if IE 9 ]> <html <?php language_attributes(); ?> class=”no-js ie9″> <![endif]–>
<!–[if (gt IE 9)|!(IE)]><!–> <html <?php language_attributes(); ?> class=”no-js”> <!–<![endif]–>
<head profile=”http://gmpg.org/xfn/11″><script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-36919862-1’]);
_gaq.push([‘_trackPageview’]);(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();</script>
<title><?php woo_title(); ?></title>
<?php woo_meta(); ?><!– CSS –>
<!– The main stylesheet –>
<link rel=”stylesheet” href=”<?php echo get_stylesheet_directory_uri(); ?>/style.css”><!– /CSS –>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php $GLOBALS[‘feedurl’] = get_option(‘woo_feed_url’); if ( !empty($feedurl) ) { echo $feedurl; } else { echo get_bloginfo_rss(‘rss2_url’); } ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
<?php woo_head(); ?></head>
Forum: Themes and Templates
In reply to: Analytics code in head not workingI put it in the header.php script. Is that the wrong place?
Forum: Plugins
In reply to: [WooCommerce] Mystile Wootheme custom logo does not appearAnd my custom footer scrip wont show either. website is http://www.firefightertraininginc.com
Forum: Plugins
In reply to: [WooCommerce] Mystile Wootheme custom logo does not appearSame problem here. I also tried to get a custom background and it wont work. I tired setting cache folder permissions to 777 and still no luck.