<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress SEO Theme Blue Blix with AdSense</title>
	<atom:link href="http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html</link>
	<description>AdSense templates and SEO themes for WordPress 3.2.1</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:30:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: WordPress SEO Theme Author</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-34170</link>
		<dc:creator>WordPress SEO Theme Author</dc:creator>
		<pubDate>Fri, 01 Apr 2011 19:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-34170</guid>
		<description>Figured out your problem, you&#039;ve got one too many links on your top navigation menu. The link that&#039;s causing the problem shows when you hover over the home page link (on the navigation menu) and slide the mouse down a little (says Auto Draft).

The Auto Draft Page link should not even be listed here, it&#039;s a bug I&#039;ve fixed, if you ordered a while ago you&#039;ll have old code, drop me an email (make sure you use the email address you ordered with) and I&#039;ll send you the latest zip file.

If you do add more static Pages you&#039;ll have this issue again. Problem with themes with a top navigation menu is you have to limit the number of pages added to that menu or disable it completely as otherwise you get too many links.

To disable the menu completely edit header.php file and remove the line:

&lt;code&gt;&lt;?php wp_list_pages(&#039;sort_column=menu_order&amp;title_li=&amp;depth=1&amp;exclude=&#039;); ?&gt;&lt;/code&gt;

To disable the page to blame edit that line as follows:

&lt;code&gt;&lt;?php wp_list_pages(&#039;sort_column=menu_order&amp;title_li=&amp;depth=1&amp;exclude=62&#039;); ?&gt;&lt;/code&gt;

In the example above I&#039;ve used the ID of the Page that&#039;s generating the Auto Draft issue (Page ID 62). You can exclude multiple Pages by adding a list of Page IDs to exclude like 1,7,62

If you have a lot of Pages can be easier to switch the code to include rather than exclude:

&lt;code&gt;&lt;?php wp_list_pages(&#039;sort_column=menu_order&amp;title_li=&amp;depth=1&amp;include=5,12,27&#039;); ?&gt;&lt;/code&gt;

In the example above your Navigation menu would show Pages 5, 12 and 27 only (and the home page link).

David</description>
		<content:encoded><![CDATA[<p>Figured out your problem, you&#8217;ve got one too many links on your top navigation menu. The link that&#8217;s causing the problem shows when you hover over the home page link (on the navigation menu) and slide the mouse down a little (says Auto Draft).</p>
<p>The Auto Draft Page link should not even be listed here, it&#8217;s a bug I&#8217;ve fixed, if you ordered a while ago you&#8217;ll have old code, drop me an email (make sure you use the email address you ordered with) and I&#8217;ll send you the latest zip file.</p>
<p>If you do add more static Pages you&#8217;ll have this issue again. Problem with themes with a top navigation menu is you have to limit the number of pages added to that menu or disable it completely as otherwise you get too many links.</p>
<p>To disable the menu completely edit header.php file and remove the line:</p>
<p><code>&lt;?php wp_list_pages('sort_column=menu_order&#038;title_li=&#038;depth=1&#038;exclude='); ?></code></p>
<p>To disable the page to blame edit that line as follows:</p>
<p><code>&lt;?php wp_list_pages('sort_column=menu_order&#038;title_li=&#038;depth=1&#038;exclude=62'); ?></code></p>
<p>In the example above I&#8217;ve used the ID of the Page that&#8217;s generating the Auto Draft issue (Page ID 62). You can exclude multiple Pages by adding a list of Page IDs to exclude like 1,7,62</p>
<p>If you have a lot of Pages can be easier to switch the code to include rather than exclude:</p>
<p><code>&lt;?php wp_list_pages('sort_column=menu_order&#038;title_li=&#038;depth=1&#038;include=5,12,27'); ?></code></p>
<p>In the example above your Navigation menu would show Pages 5, 12 and 27 only (and the home page link).</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-34166</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Fri, 01 Apr 2011 17:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-34166</guid>
		<description>I have deactivated all the plugins, but still no change.
What I did in the beginning, was add an aweber plugin, to ad a subscriber email catcher, but I didn&#039;t like the way it looked, so I took it out the sidebar. 
As soon as I did this, it began to look the way it does.
I have now deleted the aweber plugin, but it still looks the same.</description>
		<content:encoded><![CDATA[<p>I have deactivated all the plugins, but still no change.<br />
What I did in the beginning, was add an aweber plugin, to ad a subscriber email catcher, but I didn&#8217;t like the way it looked, so I took it out the sidebar.<br />
As soon as I did this, it began to look the way it does.<br />
I have now deleted the aweber plugin, but it still looks the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress SEO Theme Author</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-34083</link>
		<dc:creator>WordPress SEO Theme Author</dc:creator>
		<pubDate>Thu, 31 Mar 2011 08:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-34083</guid>
		<description>Had a look at your sites code and ran it through the W3C Validator and there are no important errors (only error is related to a widget you are running with no content, looks like the Links widget).

Without looking at the css my guess would be a plugin has broken the css coding, I see a link at the bottom of the footer about a Theme Tweaker, I&#039;d first try disabling it and see if it&#039;s the issue. If not disable all plugins and see if the problem still occurs.

Looks like what&#039;s happening is the main content is too wide and is pushing the sidebar down the page. This can happen if the css code is changed and you&#039;ve made a mistake or a plugin has added css coding that clashes with the themes styling.

David</description>
		<content:encoded><![CDATA[<p>Had a look at your sites code and ran it through the W3C Validator and there are no important errors (only error is related to a widget you are running with no content, looks like the Links widget).</p>
<p>Without looking at the css my guess would be a plugin has broken the css coding, I see a link at the bottom of the footer about a Theme Tweaker, I&#8217;d first try disabling it and see if it&#8217;s the issue. If not disable all plugins and see if the problem still occurs.</p>
<p>Looks like what&#8217;s happening is the main content is too wide and is pushing the sidebar down the page. This can happen if the css code is changed and you&#8217;ve made a mistake or a plugin has added css coding that clashes with the themes styling.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-34063</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Thu, 31 Mar 2011 03:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-34063</guid>
		<description>Hi, I seem to have a problem all of a sudden with my Blue Blix SEO theme. all of a sudden, the sidebar is all the way at the bottom of the page, and the content has shifted from the left side of the page to the middle.

I tried reinstalling the theme, and removing my cookies, but still have the same problem. 

Is there anything that can be done?

Thanks,
JJ
highcorda.com</description>
		<content:encoded><![CDATA[<p>Hi, I seem to have a problem all of a sudden with my Blue Blix SEO theme. all of a sudden, the sidebar is all the way at the bottom of the page, and the content has shifted from the left side of the page to the middle.</p>
<p>I tried reinstalling the theme, and removing my cookies, but still have the same problem. </p>
<p>Is there anything that can be done?</p>
<p>Thanks,<br />
JJ<br />
highcorda.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Prepaid Cell Phone Guy</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-28940</link>
		<dc:creator>Rick Prepaid Cell Phone Guy</dc:creator>
		<pubDate>Thu, 09 Dec 2010 14:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-28940</guid>
		<description>The different adsense boxes have different ads in them.  Some advertizers only bid on one or two of their favorite sizes.  I want to use the three main sizes of boxes on each page, not three of the same size.

Rick</description>
		<content:encoded><![CDATA[<p>The different adsense boxes have different ads in them.  Some advertizers only bid on one or two of their favorite sizes.  I want to use the three main sizes of boxes on each page, not three of the same size.</p>
<p>Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress SEO Theme Author</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-28638</link>
		<dc:creator>WordPress SEO Theme Author</dc:creator>
		<pubDate>Tue, 30 Nov 2010 21:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-28638</guid>
		<description>All you have to do is edit the adsense.php file found at /wp-content/themes/blix-adsense-seo-03/adsense.php (one setting and it works).

Easiest way to check your Google AdSense Publisher ID was added correctly is go to a page with the AdSense theme running and view source.

Scroll through the source until you find an AdSense ad that includes a line like:

&lt;code&gt;google_ad_client = &quot;pub-8325072546567078&quot;;&lt;/code&gt;

If you see the number pub-8325072546567078 you&#039;ve made a mistake as that&#039;s my pub-number (you should see the number you see in your AdSense account).

I see you&#039;ve left my pub-number on your site.

If you edited the file via the WordPress built in theme editor you might have edited the wrong adsense.php file. I include two adsense.php files with my version 03 themes, one in the /wp-content/themes/blix-adsense-seo-03/alt/adsense.php folder within the theme which includes alternative AdSense settings. This page is never accessed unless you move it over the AdSense file in the Blix themes main folder at /wp-content/themes/blix-adsense-seo-03/.

The WordPress theme editor can&#039;t tell the difference between the two files (at the top it does say it&#039;s an alternative, but easy to miss). So I&#039;m guessing you edited the file online and changed the wrong file.

I recommend editing the adsense.php file in the main Blix folder with a text editor before you upload it (you can change the ID of both files if you want, but only the file in the main Blix folder is used, the other is an alternative you have to move to use).

Not sure what you mean by you were disapproved for AdSense for that domain. Usually you apply for one domain for AdSense, if it&#039;s accepted you can add AdSense on any domain (anywhere). If you break the AdSense TOS and AdSense notice, the site can be banned from the AdSense program (you won&#039;t see Google AdSense ads if you add the code to a banned domain).

Assuming you have an AdSense account and as my AdSense ads are currently showing on the sub site if you change the pub-number correctly it will work (domains are banned which if your domain was banned my ads wouldn&#039;t work) for you.

Under your AdSense account setup a domain channel, this will track your AdSense clicks and impressions only for that domain (I setup a domain channel for every domain I have AdSense on).

David</description>
		<content:encoded><![CDATA[<p>All you have to do is edit the adsense.php file found at /wp-content/themes/blix-adsense-seo-03/adsense.php (one setting and it works).</p>
<p>Easiest way to check your Google AdSense Publisher ID was added correctly is go to a page with the AdSense theme running and view source.</p>
<p>Scroll through the source until you find an AdSense ad that includes a line like:</p>
<p><code>google_ad_client = "pub-8325072546567078";</code></p>
<p>If you see the number pub-8325072546567078 you&#8217;ve made a mistake as that&#8217;s my pub-number (you should see the number you see in your AdSense account).</p>
<p>I see you&#8217;ve left my pub-number on your site.</p>
<p>If you edited the file via the WordPress built in theme editor you might have edited the wrong adsense.php file. I include two adsense.php files with my version 03 themes, one in the /wp-content/themes/blix-adsense-seo-03/alt/adsense.php folder within the theme which includes alternative AdSense settings. This page is never accessed unless you move it over the AdSense file in the Blix themes main folder at /wp-content/themes/blix-adsense-seo-03/.</p>
<p>The WordPress theme editor can&#8217;t tell the difference between the two files (at the top it does say it&#8217;s an alternative, but easy to miss). So I&#8217;m guessing you edited the file online and changed the wrong file.</p>
<p>I recommend editing the adsense.php file in the main Blix folder with a text editor before you upload it (you can change the ID of both files if you want, but only the file in the main Blix folder is used, the other is an alternative you have to move to use).</p>
<p>Not sure what you mean by you were disapproved for AdSense for that domain. Usually you apply for one domain for AdSense, if it&#8217;s accepted you can add AdSense on any domain (anywhere). If you break the AdSense TOS and AdSense notice, the site can be banned from the AdSense program (you won&#8217;t see Google AdSense ads if you add the code to a banned domain).</p>
<p>Assuming you have an AdSense account and as my AdSense ads are currently showing on the sub site if you change the pub-number correctly it will work (domains are banned which if your domain was banned my ads wouldn&#8217;t work) for you.</p>
<p>Under your AdSense account setup a domain channel, this will track your AdSense clicks and impressions only for that domain (I setup a domain channel for every domain I have AdSense on).</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-28634</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Tue, 30 Nov 2010 19:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-28634</guid>
		<description>Hi David,

I changed to my Adsense Pub ID # within the Adsense PHP file. Assuming that&#039;s the only thing I need to do to connect my adsense account &amp; that IT IS connected to this blog page...how can I tell that my adsense ads are working on this blog page? Where do I look within my Adsense account that I will get the commissions when someone clicks on my ads? I even had a friend click on an ad at my site to see if I would see the commission in my account. I can&#039;t tell.

The main page on this domain (http://parent2parentwithteens.com/) using a default theme with Adsense plugins that are currently working. Not long ago, I applied to google adsense for this domain to be accepted (still don&#039;t know what this is for in my adsense account. I thought I had to do that with your themes), but it got &#039;disapproved&#039;. This was about the time when I added a sub page blog to URL above using the Blix theme. Will this disapproval affect my not getting my commissions from my new sub page, even though I am getting commission on the main page using adsense plug ins...despite getting the url disapproved. I don&#039;t get it.

Again, how can I tell that my sub page adsense ads are working with my Pub ID # installed within your new Blix theme?

Norbert</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I changed to my Adsense Pub ID # within the Adsense PHP file. Assuming that&#8217;s the only thing I need to do to connect my adsense account &amp; that IT IS connected to this blog page&#8230;how can I tell that my adsense ads are working on this blog page? Where do I look within my Adsense account that I will get the commissions when someone clicks on my ads? I even had a friend click on an ad at my site to see if I would see the commission in my account. I can&#8217;t tell.</p>
<p>The main page on this domain (http://parent2parentwithteens.com/) using a default theme with Adsense plugins that are currently working. Not long ago, I applied to google adsense for this domain to be accepted (still don&#8217;t know what this is for in my adsense account. I thought I had to do that with your themes), but it got &#8216;disapproved&#8217;. This was about the time when I added a sub page blog to URL above using the Blix theme. Will this disapproval affect my not getting my commissions from my new sub page, even though I am getting commission on the main page using adsense plug ins&#8230;despite getting the url disapproved. I don&#8217;t get it.</p>
<p>Again, how can I tell that my sub page adsense ads are working with my Pub ID # installed within your new Blix theme?</p>
<p>Norbert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress SEO Theme Author</title>
		<link>http://www.google-adsense-templates.co.uk/blue-blix-seo-and-adsense-wordpress-2-7-theme.html/comment-page-1#comment-26709</link>
		<dc:creator>WordPress SEO Theme Author</dc:creator>
		<pubDate>Mon, 04 Oct 2010 12:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.google-adsense-templates.co.uk/?p=61#comment-26709</guid>
		<description>The WordPress AdSense themes doesn&#039;t use an AdSense plugin, it&#039;s all built into the themes code and so shouldn&#039;t be influenced by other WordPress plugins.

Obviously if you ran one of my WordPress AdSense themes and an AdSense WordPress plugin it&#039;s going to be a bit of a mess.

David</description>
		<content:encoded><![CDATA[<p>The WordPress AdSense themes doesn&#8217;t use an AdSense plugin, it&#8217;s all built into the themes code and so shouldn&#8217;t be influenced by other WordPress plugins.</p>
<p>Obviously if you ran one of my WordPress AdSense themes and an AdSense WordPress plugin it&#8217;s going to be a bit of a mess.</p>
<p>David</p>
]]></content:encoded>
	</item>
</channel>
</rss>

