Loading...

LoseMyMind

LoseMyMind, A Simplified WordPress Theme.
(For more themes, please visit my portfolio...)

LoseMyMind Now Supports WordPress 2.3 Tags!

New!

WordPress 2.3 has an excellent native tag system, well, LoseMyMind now supports this amazing new feature!

FOR PRESENT USERS:
Please open "index.php", "single.php" and "archive.php" of LoseMyMind in any kind of text editor, then replace the lines:

<p class="entry-tags">Tags: <?php if (function_exists(UTW_ShowTagsForCurrentPost)) UTW_ShowTagsForCurrentPost("commalist"); ?></p>
<!-- need UTW -->

with this:

<p class="entry-tags"><?php the_tags('<strong>Tags:</strong> ', ',', '<br />'); ?></p>

Then, the final step, save the changes and upload these files to overwrite the olds. Hooray! If you HAVE imported tags generated by any tag plugin (such as UTW) to the native tag system of WordPress 2.3, the tags bar of LoseMyMind now works under WordPress 2.3!

FOR NEW USERS:

Ready! Just download!

LoseMyMind 1.0

SCREENSHOT
LoseMyMind 1.0

On July 5th, I released this simplified WordPress theme. Its name is LoseMyMind which validates Strict XHTML 1.0 and CSS 2.1, and without any sidebars. One of the differences between it and other common WordPress themes is that there is an Open / Close link to expand or collapse the “bottom” part animatedly where some stuff hide themselves. You can set interval of this action and decide whether it will be shown at the top of the page or real bottom.

Today (July 12th), only one week after the release, I am very glad to announce that LoseMyMind has been downloaded over 1,300 times. Thank you very much!

Download LoseMyMind


-------------------------------

LoseMyMind 1.0 with Sidebar

SCREENSHOT
LoseMyMind 1.0 with Sidebar

If you are not satisfied with the single-column LoseMyMind, you have another choice now. I has brought you another edition of LoseMyMind which has a tranditional sidebar and supports WordPress Widgets.

Download LoseMyMind with Sidebar


Instructions:
The folder "ajaxcomment" in the zipped archive is NOT a part of this theme BUT a WordPress plugin that could make the comments template ajaxified.

To enable this exciting feature (which is not necessary), just follow the three steps below:

  1. Upload the whole folder "ajaxcomment" to /wp-content/plugins/.
  2. Copy the "comments.php" in folder "ajaxcomment" and replace the default comments template of LoseMyMind with it.
  3. Activate the Ajax Comments-Reply plugin. Enjoy!

FAQ:

Q: The template does not allow images or videos to be published onto the main page, but only in the post page. Is there any way of allowing images to be shown on the main page?
A: Just hack the code below in the index.php:

<div class="entry">
        <?php if (is_single()) { ?>
                <?php the_content('Read the rest of this entry ?'); ?>
        <?php } else { ?>
                <?php the_excerpt(); ?>
        <?php } ?>
</div> <!-- .entry -->

Change them to:

<div class="entry">
        <?php the_content('Read the rest of this entry ?'); ?>
</div> <!-- .entry -->

Q: How can I integrate my own Google Custom Search Engine instead of yours? Hacking the "cse.php" is no use.
- You may create your own Google Custom Search Engine first here: http://google.com/coop/cse/.
Once it is created, just go to its control panel and you will see all the code you need is on the Code page. Then, replace the code in cse.php. Enjoy!

Q: I would like to change the title "catch the digital flow", what should I do?
A: Just edit the text of image "header.psd" in "/losemymind-10-sb/images/" using Photoshop CS2 then save it as "header.png".

If you have any questions else, please feel free to tell me. Both comments and email are OK. My email is root at this domain.

Make a Donation

Isn't LoseMyMind worth at least $1?
Any donation is appericated and your support allows me to continue to create excellent free software. Thank you!

99Comment(s). Blabla or Trackback

  • cbone at 01:59 Jul 17, 2007 

    I am just starting to blog and I like the simplicity of your theme.
    I want to write a few article pages but how do I ad them to the blog?

  • 北极冰仔 at 08:18 Jul 17, 2007 

    Hi, cbone. You can write a new page by using the Archives Template. :lol:

  • abcx at 18:46 Jul 22, 2007 

    好像有个问题: 文章的排版信息,在首页中不能正常显示,点进去以后才能正常显示,请问怎么解决!

  • 北极冰仔 at 10:28 Jul 23, 2007 

    你是指无侧边栏的版本吗?首页默认是不显示的。

  • abcx at 00:37 Jul 24, 2007 

    是的,我指的是无侧栏的版本。
    那怎样才能把它改成显示信息? (我说的排版信息是指:换行、黑体这些)
    另外,超喜欢这个主题,简明大方,很想一直用下去。 谢谢!!

  • 北极冰仔 at 08:43 Jul 24, 2007 

    噢!明白了!恕我愚钝,这样做。打开index.php文件,修改第25到29行,把原来的
    < ?php if (is_single() || is_home()) { ?>
    < ?php the_content('Read the rest of this entry »'); ?>
    < ?php } else { ?>
    < ?php the_excerpt(); ?>
    < ?php } ?>
    中的第25、27、28、29行删掉只留下第26行就可以啦。 :mrgreen:

  • abcx at 20:48 Jul 24, 2007 

    哈哈,好了。 太棒了! 这样一来这个主题就完美了。 谢谢你,你是好人! ^_^

  • 北极冰仔 at 20:52 Jul 24, 2007 

    客气了。欢迎常来! :grin:

  • Conrad Slater at 00:11 Jul 27, 2007 

    Thanks - looks like just what I need

  • Abcx at 11:34 Jul 29, 2007 

    您好! 还有一个问题想请教: 您知道怎样把留言里的邮件设为像网址一样可填可不填的吗? 谢谢!

  • 北极冰仔 at 08:47 Jul 30, 2007 

    在WP后台的Discussion选项中可以设置。

  • Oğuzhan at 18:06 Aug 03, 2007 

    Here is the Turkish LooseMyMind 1.0 with sidebar :cool:
    Please dont remove my footer link :wink:

    http://www.diwz.com/wp-content/themes/LooseMyMind1.0-T%fcrk%e7e.zip

  • Rayce at 22:28 Sep 03, 2007 

    Is there a way to add a link or button at the bottom of the post that says [Read More] instead of just having to click on the post title to get the full view? Thanks, great template.

  • 北极冰仔 at 08:47 Sep 04, 2007 

    Sure. Please read and follow the instruction of the first FAQ. Once this is done, you may use a html tag “more” to say [Read More].

  • rem1x at 16:58 Sep 06, 2007 

    你好,我在网上发现了了你的这款主题,很喜欢它的简约
    我下载并且使用了它。在我试图修改search功能为普通的搜索时,我犯难了。你的主题提供的是Google Custom Search Engine ,不知道你能不能写两个页面:search.php & searchform.php。
    我自己尝试了,但失败了,结果是这样的:能够搜索出正确的内容,但页面布局出现了混乱,sidebar跑到了中下部分,搜索的结果也超出了页面框架,这使得整个页面显得很不美观。
    如果你有时间的话,也许可以更改你主题的search为普通的那种?或者给出一些建议?
    非常感谢。

  • 北极冰仔 at 17:07 Sep 06, 2007 

    首先感谢你使用我的主题。 :-D
    我给你的建议是申请自己的 Google Custom Search Engine 然后把 cse.php 文件中的代码替换掉。自己编写的搜索功能远不及 CSE 。 ;-)
    地址:http://google.com/coop/cse/

  • rem1x at 21:48 Sep 06, 2007 

    好吧… :D
    我把这个主题推荐给了我的老师,她正打算搭建自己的博客。
    那我也去申请google的engine,再次感谢你的回复!

  • david at 11:12 Sep 16, 2007 

    You can download the spanish version from here, you just have to kep the link in the footer :-D http://blogdinero.org/super-temas-seo-de-wordpress-traducido-al-castellano-losemymind/

    bajense la version en castellano desde aqui :-D

  • nchenga at 01:19 Sep 17, 2007 

    hi

    i really like LoseMyMind

    a true tumble blog theme

    but i’m getting an error when I search with Google CSE and then click a Google search result to returrn to my site…

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
    update wp_Counterize_Referers set count = count + 1 where refererID =

    any ideas? i’m using WP 2.2

  • 北极冰仔 at 09:18 Sep 17, 2007 

    Hi, nchenga.

    Did you install any wp plugin which may create wp_Counterize_Referers table in database? I think that plugin has a feature like showing referring message. Find and deactivate it.

    Yours,
    Arctic

  • giorgio at 21:18 Sep 18, 2007 

    What the little “tags” bar for? How to fill it? How to remove it?
    THANKS your theme is great!

  • 北极冰仔 at 21:44 Sep 18, 2007 

    The Bar of “Tags” is supported by the plugin “Ultimate Tags Warrior”. If you do not wanna keep it, just search “class=”entry-tags”” and delete these lines in “index.php”, “single.php” and “archive.php”.

  • giorgio at 00:31 Sep 19, 2007 

    thank you I appreciated. But the lines you’re saying begin with or below with ? Sorry, but I’m totally beginner.
    Thank you!!!

  • giorgio at 00:33 Sep 19, 2007 

    Sorry it didnt come out. I meant with “p class=”entry-tags”" or below with …

  • 北极冰仔 at 09:03 Sep 19, 2007 

    It begins with p class=”entry-tags”.

  • happyroc at 09:28 Sep 22, 2007 

    我在用losemymind with siderbar 这套模版的时候,启用UTW的后,为什么没添加一个tag的时候就自动生成一个“??”,很奇怪,删也删不掉。有什么办法解决吗?还有为什么不能显示中文啊?

  • 北极冰仔 at 11:04 Sep 22, 2007 

    @happyroc 支持中文显示的。你是否设置了 WP 使用的编码?将其改为 UTF-8 试试。

  • happyroc at 12:53 Sep 22, 2007 

    可还是那个问题啊,每添加一个tag的时候,就自动添加一个“??”,只能从tags管理中删除,每写一个都会添加。而且WP的编码都是 UTF-8

  • 北极冰仔 at 12:56 Sep 22, 2007 

    这个问号显示在哪里?我去了你的网站没看到 tag,已经禁用了 UTW 吗?

  • Luka at 23:28 Sep 23, 2007 

    I have a problem with this theme … First let me say that this is the best theme ever. But, when I was changing footer, something else change and now theme does not have white midle box (everyting is grey). I even erase theme and istall it again, but same problem. Help …

  • 北极冰仔 at 09:09 Sep 24, 2007 

    Hi Luka, just try to reinstall the theme then press CTRL + F5 to force the browser to reload pages, or you have to clear the cache of WordPress.

  • happyroc at 10:54 Sep 24, 2007 

    是啊 我已经禁用了 是出现在 文章下方 tag 栏中的 比如 我添加一个 ideal的tag 在tag栏就会如下显示 ??,ideal ??可以删掉 但是下一次再添加tag的时候 就又会显示出来

  • 北极冰仔 at 13:24 Sep 24, 2007 

    不是很清楚这个问题是什么原因,之前从来没有遇到过,并且也没听其他人讲过。

  • Luka at 17:55 Sep 24, 2007 

    Fixed, tnx. But I have another problem: if you press “refresh” button in FireFox, the search bullet is dancing from right to left. If you refresh page by pressing “home” or “link” the bullet remains on the right (as intended). ?

  • 北极冰仔 at 18:06 Sep 24, 2007 

    No. It has something to do with cache of firefox. When you press “refresh” button of browser, the pages will be loaded newly. But by clicking the “home” link, browser will just read its cache to accelerate the display procedure. ;-)

  • giorfa at 05:46 Sep 26, 2007 

    Is it possible to use “the bar of tags” with the last version of wordpress 2.3 which supports tags?
    Thank you! Hey, you should put a link on how to donate you some dollars…

  • 北极冰仔 at 13:10 Sep 26, 2007 

    Hi giorfa,
    Thanks for your constructive advice and suggestion. LoseMyMind now supports WordPress 2.3 tags!

  • Ed at 06:52 Oct 04, 2007 

    It’s worth noting that syntax highlighting plug-ins also won’t work without the hack on the index.php.

  • uk at 18:10 Oct 05, 2007 

    great theme! only problem I have is that Google returns search results not in English. The same is true for the smart AJAX supported commenting (the actual word ‘comments’ is in (japanese?) … any idea how to change that easily?

  • 北极冰仔 at 18:29 Oct 05, 2007 

    uk » 1st: You may create your own Google Custom Search Engine here: http://google.com/coop/cse/ . 2nd: Just modify the comments template “comments.php”.

  • giorfa at 22:25 Oct 10, 2007 

    Hi there, still me.
    I like very much the simple buttons in the header for the wordpress pages. I tried to make them work to link to pages outside wordpress (other url), but I couldnt do it. Any ideas? For example, it would be nice to make the them link to …/admin, or to my plesk panel, or to pages I designed outside worpress.
    Thank you!
    g.

  • 北极冰仔 at 09:17 Oct 11, 2007 

    giorfa > Just add a link tagged with LI to #nav UL in header.php.

  • Recent posts at 16:08 Oct 11, 2007 

    Hi,

    This theme is great! Nice and clean, thank you very much for putting it out there.

    Question: is it possible to make the most recent posts show up in the sidebar?

    Thanks a ton.
    -Mike

  • 北极冰仔 at 17:19 Oct 11, 2007 

    Mike » Of course it is. Read this for details.

  • Simon Young at 19:30 Nov 05, 2007 

    Hi, This is one of the nicest looking themes I have worked with. Thanks for your hard work!

    I don’t know how to implement the “read more” code you mention in one of your replies to a comment. Can I have that instruction in English please?

    Also, any idea how I can make the header logo link back to the homepage?

    Many thanks

  • Masse at 05:52 Nov 08, 2007 

    Hi, anyone has any tags working? Mine are not visible in the post section. I use WP 2.3 and read earlier in the thread that this should work. How?

  • 北极冰仔 at 09:46 Nov 08, 2007 

    Simon » 1) Just use <!--more--> to say “read more”. 2) It is a bit difficult to make the backgrounded header logo link back to home, but you can put another logo (not be set as background) upon it then give it a link.

    Masse » You have to modify a little code to make LoseMyMind to adjust to WordPress 2.3 tag system.

    Before:
    <p class="entry-tags">Tags: <?php if (function_exists(UTW_ShowTagsForCurrentPost)) UTW_ShowTagsForCurrentPost("commalist"); ?></p>

    After:
    <p class="entry-tags"><?php the_tags('<strong>Tags:</strong> ', ',', '<br />'); ?></p>

    If this is done, tags will work fine.

  • Simon Young at 11:06 Nov 14, 2007 

    Many thanks for your help with [read more] … just one more question. Is there a way of making sure every post has “read more” at the end of it?

  • 北极冰仔 at 12:17 Nov 14, 2007 

    Simon Young » To add a “read more” link to the end of every post, you may try replacing <?php content(); ?> in index.php with <?php excerpt(); ?> to display a summary of post in the home page.

  • David at 20:05 Nov 17, 2007 

    我用的是没有侧栏的版本,试图将INDEX.PHP的英文如Publish等改成汉字时,但显示乱码,不知如何,请帮助.
    另外,采用雅黑字体很好,如果在没有雅黑字体的浏览器上使用时,能否自动选择相近的字体?
    感谢您的工作和帮助!

  • 北极冰仔 at 20:20 Nov 17, 2007 

    David » 汉字变乱码的解决方法:使用 UTF-8 编码另存。关于字体,该主题使用了下面的字体:”Microsoft JhengHei”, “Lucida Grande”, “Microsoft YaHei”, Arial, Helvetica, Sans-Serif; 当系统中缺少“正黑”、“雅黑”时,浏览器会自动调用默认的中文字体来显示。

  • Sue Prince at 21:47 Dec 01, 2007 

    I have deleted the lines that begin with p class=”entry-tags” and got rid of the Tag bar. How now do I get my entire post to display instead of having […] after the first few lines?

    Thanks, Sue

  • Philip Bishop at 01:05 Jan 12, 2008 

    I downloaded and installed LMM w/Sidebar today — Jan 11, 2008 — and love that it’s both beautifully simple yet highly functional. One surprise, though: my pages and posts are all date stamped “2007.” What do I need to do to fix this?

  • 北极冰仔 at 09:00 Jan 12, 2008 

    Hi Philip » Thanks for your appreciation and I think you should check the general options of WordPress that if the “Date and Time” fields are set correctly.

    Yours,
    Arctic

  • 北极冰仔 at 13:08 Jan 12, 2008 

    Philip » Again my buddy, I’m sorry but it was really my mistake that I writed <?php the_time('M jS, 2007'); ?> instead of the correct <?php the_time('M jS, Y'); ?>. You can just edit all the .php files (especially index.php, single.php, page.php, archive.php etc) to see if there are any <?php the_time('M jS, 2007'); ?> then fix them.

    Thanks very much for your carefulness!

    Yours,
    Arctic

  • Eric Nguyen at 04:26 Jan 18, 2008 

    First and foremost, thank you very much for this theme. Anyways, I have the same question as Sue Prince, how do you display the entire post on the home page? Also, whenver I use the tag, it truncates the post, but does not leave a link to say “read more”. I’m on WP 2.3.1. Also, is there anyway to modify the theme so that it is a variable resolution? I would like it to fill the entire, or almost the entire screen (automatically resizing for given resolutions).

    Thanks,
    Eric

  • Eric Nguyen at 04:28 Jan 18, 2008 

    EDIT for last comment
    Original: “Also, whenver I use the tag, it . . .”
    Edited: “Also, whenver I use the “” or more tag, it

  • 北极冰仔 at 09:08 Jan 18, 2008 

    Eric » Hi buddy, your first question is the most asked question. Although I have answered to it many times, I’m afraid that I will be asked again and again.

    Replace all <?php the_except(); ?> with <?php the_content('Read more'); ?> then use the <!--more--> tag to say “Read more”.

    Second, modify the width definition in “style.css” from “px” to “%” to adjust to variable resolutions.

  • Eric Nguyen at 00:34 Jan 19, 2008 

    I’m sorry, I did not realize that you posted that solution earlier. Anyways, thanks for the help, but my first comment has gone unanswered. Now I know how to make my posts say “Read More,” but how do I just have it display the entire post, like Sue Prince asked a few comments above.

    Thanks,
    Eric

  • 北极冰仔 at 09:10 Jan 19, 2008 

    Eric » Hi, “Replace all <?php the_except(); ?> with <?php the_content('Read more'); ?>” is the answer to your first question. Do NOT use the more tag to say “Read more”, you will see the entire post there. :lol:
    Yours,
    Arctic

  • toto at 06:03 Feb 24, 2008 

    AJAX???

  • Mohamed at 22:41 Mar 03, 2008 

    Hi Arctic,

    Thanks first of all for your template - its the best one from all the templates!

    I need your help - I am struggling to get the right amount of padding on my images on the posts. Can you advise of a way to get more padding - I went to your stylesheet.css and changed it from 4px to 10px but it didn’t seem to work - any advice would be appreciated and thanks again for the fantastic template!

    Mohamed

  • 662 at 05:08 Mar 30, 2008 


  • Erik at 04:00 Apr 01, 2008 

    First of all many thanks for your great theme, using the sidebar version. I have got one question though (as a newbie with WP) : where can I find the code to change the poster´s name to link to his email address instead of to link to main blog page?

  • 北极冰仔 at 08:48 Apr 01, 2008 

    @Erik Just change the author’s link to an email address with prefix “mailto:” in index.php, single.php and archive.php etc.

  • Erik at 14:22 Apr 01, 2008 

    Pardon me my ignorance but where would I put in the mailto reference and how?

    I assume in this line :
    Published by <a href=”">

  • 北极冰仔 at 17:10 Apr 01, 2008 

    @Erik That’s right. ;-)

  • gerry at 18:07 Apr 05, 2008 

    Hi - i wonder can you assist! I am running WP 2.5 and want have set up a page but can’t see where I can put posts in a seperate page only the main page?
    Also I am running Wprdpress Google Calendar and have use dthe Custom Field show-ypng-calendar and thats all it shows, everything else gets removed, any way I can have text, calendar and psost on same page?

    Thanks

  • gerry at 18:09 Apr 05, 2008 

    Hi - i wonder can you assist! I am running WP 2.5 and want have set up a page but can’t see where I can put posts in a separate page only the main page?
    Also I am running WP Google Calendar and have used the Custom Field show-wpng-calendar and that’s all it shows, everything else gets removed, any way I can have text, calendar and post on same page?

  • 111 at 18:17 Apr 09, 2008 


  • 34 at 01:38 Apr 11, 2008 


  • 945 at 02:36 Apr 12, 2008 


  • 82 at 02:09 Apr 16, 2008 


  • 120 at 09:36 Apr 16, 2008 


  • 762 at 11:04 Apr 17, 2008 


  • 85 at 08:44 Apr 18, 2008 


  • diaper at 00:40 Apr 21, 2008 

    adult-diapers , adult-diaper

  • viagra online at 00:37 Apr 22, 2008 

    I have been looking for sites like this for a long time. Thank you! nortriptyline
    casino

  • uemynhorap at 19:31 Apr 22, 2008 

    Wow, cool man, big thanks! http://yrewzmurzsf.com

  • vnbnbnvnfjjjfjr at 02:24 Apr 25, 2008 

    audi so”

    nnvnvnvufyyyfhfnCCvnvnvnvjffFDDDflvlvllvCCVvvmvmvmCCC

  • Chloe at 20:33 May 02, 2008 

    hi there! i love the layout, thanks for your work! i just have a really simple answer that i cant seem to figure out! i hope that you can help me :)
    i cant seem to change the colour of the entry title. i looked for the code and its hex code but i cant seem to be able to find it nor change it.

    thanks a bunch

  • flomax at 20:37 May 29, 2008 

    top flomax discount

  • viagra at 00:07 Jun 08, 2008 

    top viagra discount

  • Defog at 21:47 Jun 12, 2008 

    I like the look of this theme. However, I’ve got totally stuck with it right at the start. I can’t get rid of the digital flow stuff or work out how to change it. I have put the name of my blog in settings but to no avail. Could you possibly advise me on what to do. Many thanks.

  • Diego at 07:06 Jul 09, 2008 

    Hi

    Is there any way to put de sidebar in the left side of the blog. I love how the theme works but I like the sidebar on the left.

    Thanks and waiting for an answer

  • 北极冰仔 at 08:27 Jul 09, 2008 

    @Diego It is not easy to move the right sidebar to the left unless you know something about PHP or CSS.

  • Diego at 06:22 Jul 10, 2008 

    Ok Thanks a lot, exactly what I wanted ti know :)

  • AlexG at 10:26 Jul 16, 2008 

    I like this theme and use it on my board, which I just updated to show tags. Just wanted to say thanks !

  • 北极冰仔 at 11:32 Jul 16, 2008 

    @AlexG You’re welcome. ;-)

  • cc at 16:22 Jul 20, 2008 

    Hi there, first of all, thanks for the great template! Exactly what I needed to start with.

    I have done some changes to the theme and have two problems.

    Please refer to my test blog for this template - http://www.wifeysabode.com/

    1. The google search bar. I have changed the coding in to the CSE file so it searches within my site, instead of using the google search. My problem is, I would like to move it to a lower location, align with my blog header image(that i added), how do I do that? I tried motify the ” but it just won’t go to where I wanted.

    2. I would like to move two nav tags that says ‘home’ and ‘about’ further down, to align with the bottom part of my header image. I’m not sure whether I did the right way, coz it doesn’t go on the same line as the search bar(where I want them). Which code should I change?

    Thank you very much for the template, and help!! REally appreciate it.

  • Basil Argento at 01:01 Jul 24, 2008 

    Hi, I love your theme and so far have modified it for two of my blogs.

    My question is: Do you have a price for removing your link? I would like to modify this theme for use on a few more websites which would be sold (with unique content, not just the modified theme).

    Thanks in advance for your reply.

  • Craig at 23:30 Aug 21, 2008 

    Hi, I love this theme. I was just wondering if someone could tell me where in the stylesheet the color of the Title and Tagline in the header is controled. I can’t seem to find it. Thank you!

  • 北极冰仔 at 08:36 Aug 22, 2008 

    @Craig
    Title: h2 a
    Tagline: .entry-tags

  • Craig at 04:07 Aug 23, 2008 

    Thanks!

  • 北极冰仔 at 10:42 Aug 23, 2008 

    @Craig You’re welcome.

  • whlooi at 17:20 Sep 16, 2008 

    Thanks 北极冰仔, this theme is just superb!! ^^;

  • chinaman at 09:33 Sep 18, 2008 

    Hi
    You shoud be the journalist with your great talent

  • 484 at 09:51 Sep 21, 2008 

    1..רҵ

  • Richard Lawrence Poe at 05:41 Sep 24, 2008 

    Dear 北极冰仔,

    I love your LoseMyMind theme, but it seems to have an incompatibility problem with Google Adsense.

    One of my readers reported last night that he is unable to see the Google Adsense banner at the top of my Web site http://www.ChanttheRosary.com. This reader is running the Windows XP Home Edition operating system. He can see my Google ad clearly through FireFox 3.0.1 for Windows. However, when he views the site through Internet Explorer 7 for Windows, he sees only a blank white space where the ad should be.

    This same user has no trouble seeing the Google ad on my other Web site http://www.poe.com, which uses the Cutline theme.

    Can you please tell me how to fix this problem?

    Best,
    Richard Lawrence Poe

Blabla ↓

Connecting to server...

5Pingbacks & Trackbacks