July 5, 2007
LoseMyMind
LoseMyMind, A Simplified WordPress Theme.
(For more themes, please visit my portfolio...)
LoseMyMind Now II!!!
New!

White theme with 2 columns, right sidebar, dropdown menu, ajax comments driven by jQuery, CSS3 rounded corners, SEO friendly, completely compatible with WordPress 2.7+.
Have a preview, or just download LoseMyMind II here.
Please feel free to drop a line if you have any questions.
LoseMyMind Now Supports WordPress 2.3 Tags!
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:
<!-- need UTW -->
with this:
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

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!
-------------------------------
LoseMyMind 1.0 with Sidebar
SCREENSHOT

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:
- Upload the whole folder "ajaxcomment" to /wp-content/plugins/.
- Copy the "comments.php" in folder "ajaxcomment" and replace the default comments template of LoseMyMind with it.
- 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:
<?php if (is_single()) { ?>
<?php the_content('Read the rest of this entry ?'); ?>
<?php } else { ?>
<?php the_excerpt(); ?>
<?php } ?>
</div> <!-- .entry -->
Change them to:
<?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.
Buy a Commercial License
The LoseMyMind "Commercial License" costs only $20, it will allow you use LoseMyMind for yourself or your client projects with the credit link removed. And ONE LICENSE FITS ALL, you have to pay for it ONLY ONCE.
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!

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?
Hi, cbone. You can write a new page by using the Archives Template.
好像有个问题: 文章的排版信息,在首页中不能正常显示,点进去以后才能正常显示,请问怎么解决!
你是指无侧边栏的版本吗?首页默认是不显示的。
是的,我指的是无侧栏的版本。
那怎样才能把它改成显示信息? (我说的排版信息是指:换行、黑体这些)
另外,超喜欢这个主题,简明大方,很想一直用下去。 谢谢!!
噢!明白了!恕我愚钝,这样做。打开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行就可以啦。
哈哈,好了。 太棒了! 这样一来这个主题就完美了。 谢谢你,你是好人! ^_^
客气了。欢迎常来!
Thanks – looks like just what I need
您好! 还有一个问题想请教: 您知道怎样把留言里的邮件设为像网址一样可填可不填的吗? 谢谢!
在WP后台的Discussion选项中可以设置。
Here is the Turkish LooseMyMind 1.0 with sidebar
Please dont remove my footer link
http://www.diwz.com/wp-content/themes/LooseMyMind1.0-T%fcrk%e7e.zip
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.
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].
你好,我在网上发现了了你的这款主题,很喜欢它的简约
我下载并且使用了它。在我试图修改search功能为普通的搜索时,我犯难了。你的主题提供的是Google Custom Search Engine ,不知道你能不能写两个页面:search.php & searchform.php。
我自己尝试了,但失败了,结果是这样的:能够搜索出正确的内容,但页面布局出现了混乱,sidebar跑到了中下部分,搜索的结果也超出了页面框架,这使得整个页面显得很不美观。
如果你有时间的话,也许可以更改你主题的search为普通的那种?或者给出一些建议?
非常感谢。
首先感谢你使用我的主题。
我给你的建议是申请自己的 Google Custom Search Engine 然后把 cse.php 文件中的代码替换掉。自己编写的搜索功能远不及 CSE 。
地址:http://google.com/coop/cse/
好吧…
我把这个主题推荐给了我的老师,她正打算搭建自己的博客。
那我也去申请google的engine,再次感谢你的回复!
You can download the spanish version from here, you just have to kep the link in the footer
http://blogdinero.org/super-temas-seo-de-wordpress-traducido-al-castellano-losemymind/
bajense la version en castellano desde aqui
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
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
What the little “tags” bar for? How to fill it? How to remove it?
THANKS your theme is great!
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”.
thank you I appreciated. But the lines you’re saying begin with or below with ? Sorry, but I’m totally beginner.
Thank you!!!
Sorry it didnt come out. I meant with “p class=”entry-tags”" or below with …
It begins with p class=”entry-tags”.
我在用losemymind with siderbar 这套模版的时候,启用UTW的后,为什么没添加一个tag的时候就自动生成一个“??”,很奇怪,删也删不掉。有什么办法解决吗?还有为什么不能显示中文啊?
@happyroc 支持中文显示的。你是否设置了 WP 使用的编码?将其改为 UTF-8 试试。
可还是那个问题啊,每添加一个tag的时候,就自动添加一个“??”,只能从tags管理中删除,每写一个都会添加。而且WP的编码都是 UTF-8
这个问号显示在哪里?我去了你的网站没看到 tag,已经禁用了 UTW 吗?
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 …
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.
是啊 我已经禁用了 是出现在 文章下方 tag 栏中的 比如 我添加一个 ideal的tag 在tag栏就会如下显示 ??,ideal ??可以删掉 但是下一次再添加tag的时候 就又会显示出来
不是很清楚这个问题是什么原因,之前从来没有遇到过,并且也没听其他人讲过。
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). ?
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.
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…
Hi giorfa,
Thanks for your constructive advice and suggestion. LoseMyMind now supports WordPress 2.3 tags!
It’s worth noting that syntax highlighting plug-ins also won’t work without the hack on the index.php.
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?
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”.
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.
giorfa > Just add a link tagged with LI to #nav UL in header.php.
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
Mike » Of course it is. Read this for details.
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
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?
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.
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?
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.
我用的是没有侧栏的版本,试图将INDEX.PHP的英文如Publish等改成汉字时,但显示乱码,不知如何,请帮助.
另外,采用雅黑字体很好,如果在没有雅黑字体的浏览器上使用时,能否自动选择相近的字体?
感谢您的工作和帮助!
David » 汉字变乱码的解决方法:使用 UTF-8 编码另存。关于字体,该主题使用了下面的字体:”Microsoft JhengHei”, “Lucida Grande”, “Microsoft YaHei”, Arial, Helvetica, Sans-Serif; 当系统中缺少“正黑”、“雅黑”时,浏览器会自动调用默认的中文字体来显示。
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
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?
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
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
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
EDIT for last comment
Original: “Also, whenver I use the tag, it . . .”
Edited: “Also, whenver I use the “” or more tag, it
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.
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
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.
Yours,
Arctic
AJAX???
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
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?
@Erik Just change the author’s link to an email address with prefix “mailto:” in index.php, single.php and archive.php etc.
Pardon me my ignorance but where would I put in the mailto reference and how?
I assume in this line :
Published by <a href=”">
@Erik That’s right.
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
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?
adult-diapers , adult-diaper
I have been looking for sites like this for a long time. Thank you! nortriptyline
casino
Wow, cool man, big thanks! http://yrewzmurzsf.com
audi so”
nnvnvnvufyyyfhfnCCvnvnvnvjffFDDDflvlvllvCCVvvmvmvmCCC
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
top flomax discount
top viagra discount
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.
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
@Diego It is not easy to move the right sidebar to the left unless you know something about PHP or CSS.
Ok Thanks a lot, exactly what I wanted ti know
I like this theme and use it on my board, which I just updated to show tags. Just wanted to say thanks !
@AlexG You’re welcome.
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.
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.
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!
@Craig
Title: h2 a
Tagline: .entry-tags
Thanks!
@Craig You’re welcome.
Thanks 北极冰仔, this theme is just superb!! ^^;
Hi
You shoud be the journalist with your great talent
1..רҵ
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
רҵ
qtsvjif tyzi mgjrqabp slra zgsx ezublom txdvm
i tried this theme but the comment form won’t show up..am i missing something? i think not.
@Lhurey did you forget to make the wordpress option “allow users to comment” activated?
I just downloaded “LoseMyMindII” from wordpress.org.
It’s really beautiful.
The problem is that if you try to add a comment you get an error message. This must be a bug, because it happens on a fresh wordpress installation (see the theme demo in wordpress.org and test what I’m saying).
Can you fix it? I would really like being able to do it by myself but…
Thanks
Fulvio
I’va also installed the mike smullin’s “ajax comments” plugin (2.08) but it doesn’t seem to work right…
@meneceo Thanks for your feedback. It’s indeed a bug which is caused by JavaScript and now I have fixed it in a newer version 2.1.3. Please be patient that wp.org will supply this newer one soon.
ps. Do not install any other “ajax comments” plugin with LoseMyMind II, otherwise there may be some incompatible issue.
Yours,
Arctic
Thank you very much!
By the way… how do you put these funny simlies in the comments?
It’s a plugin that we can download and use too or something made for this site only?
Thanks again
Fulvio
@meneceo It’s a WordPress plugin name “Emotions (GTalk Edition)”. You can find it here, http://hellobmw.com/archives/wp-plugin-mod-emotions-gtalk-edition.html.
Thanks!
You are very kind. I was wondering… why don’t you updete this page with the second versione of your theme? It’s very clean and nice and I think it deserves a page.
@meneceo You’re right! Let me do it! Frankly, I was too lazy to update until your advice.
@meneceo
ps. If you want to fix that bug caused by JavaScript right now (the update by wp.org is still undergoing), open “common.js.php” in folder “js” then go to line 69, modify the original “url:base+’/wp-content/themes/losemymind/comments-ajax.php’,” to “url:base+’/wp-content/themes/losemymind-ii/comments-ajax.php’,”.
Done!
Now I have to translate the theme in italian (my language). I have also to put an image (logo) between the top bar and the main page…
I’ll link here the site when my work is done.
Thanks again.
Fulvio
@meneceo You’re welcome.
不好意思,北極冰仔你好
我套用了你的主題,可是發現上方的首頁還是分頁之類的連結
都跑不出來?!請問這該修改哪裡呢??
不好意思~麻煩你了~
此主題非常漂亮~~
@小晶
不好意思没有找到你的 Guestbook 就在这里留言了:现在问题应该出在 JavaScript 脚本上,如果 JavaScript 正常执行完毕,header 部分的链接会自动显示出来,左上角的”Stand by…”会在整个 DOM 加载完成之后 FadeOut。由于不熟悉你的脚本都有哪些功能,只好辛苦你自己来 debug 了。
如果还有什么问题,可以给我留言或 email 至 root /at/ hellobmw.com
恕我資質愚鈍>”<
JavaScript 脚本 <==請問這東西要去哪裡找呀?
以寄MAIL給你了喔~
Hello, firstly, I love this theme, it’s perfect for me.
However I do have a tiny problem with it, when someone tries to leave a comment they get the error;
“Not Found
The requested URL /wp-content/themes/losemymind/comments-ajax.php was not found on this server.”
I’ve read the comments from @meneceo and yourself, and I have installed a fresh 2.1.3 version. I also checked the common.js.php file at line 69 for that mod but it doesn’t need changing as it’s already “url:base+’/wp-content/themes/losemymind-ii/comments-ajax.php’,”
So now I’m out of clues. Do you know what’s wrong?
Thank you,
Palentine.
@Palentine
Hi Palentine,
I have fixed this bug in 2.1.4 and have sent a copy of new version to you.
Thanks very much for your feedback.
Your,
Arctic
@北极冰仔
Thank you very much, it works perfectly.
You’re wonderful.
Once again, thank you.
Palentine.
Hi,
I am using this theme for one site (love it by the way!) and have found the issues with the comments and resolutions. I want to try and update with the latest version you have posted since there are a few other bugs that I have run across and see if they go away with the new version.
However, I have modified the theme quite a bit and am just wondering if you have a change log somewhere between what was fixed in the different versions.
Thanks!
@Mika Thanks for your work. There’s only one bug fixed (maybe you have fixed it) in the new version.
Okay, thank you!
很棒的主题,正在使用,感谢!
@Eureka 我去贵站看过了,目前主题在你那儿是不是有点问题?页面撑不到主题最下方并且 footer 部分有错位,可以告诉我你的侧栏部分是怎样设置的吗,比如使用了 Widgets 或没有之类的,越详细越好。
@北极冰仔 真是让我受宠若惊啊 谢谢关注 刚刚才按上II的主题,之前一直是用1.0那个的。
我对HTML和PHP几乎一窍不通,刚才换上主题发现问题,移除了所有widgets,现在好像好点了。
然后我在添加widget就可以了吗?
请教一个问题:我怎么把一级分类列表添加到页眉处和页面列表一起?
@Eureka 可能是主题对 Widgets 支持不好,实际上我在制作的时候是没有考虑 Widgets 的,后来由于 wordpress.org 发布要求才加入支持,估计还有问题。
你的一级分类多不多?多的话放在一起可能效果不太好,如果只有几个还勉强可以。具体的 API 我也记不得了,你可以去 http://codex.wordpress.org/ 找找,Template Tags。
@北极冰仔 您过谦了,重启插件后,效果非常好!感谢您制作了这么棒的Wordpress Theme!
Hi,
what a great theme! If have been looking the hole day for such a clean an fine template, thanks for your work!
Now I would like to customize it a little bit, e.g. changing colours, adding pics, translating, etc.
I hope it is o.k. to change the theme?
Of course there will always stay the link in footer.
@Micha That’s all right.
求助 我使用二代主题配合Comment Reply Notification 回复评论的通知邮件却发不出去 我是按那个小信封标志reply的
Hi,
I just changed my Lose My Mind 1.0 to II and I like it a lot. However, there is one slight problem: the right sidebar which holds the widgets gets broken when the page in the middle is shorter than the right sidebar. Like this: http://www.kynynasty.com/lmm_prob.jpg. Any idea how to fix that?
Also, is it possible to change the text for ‘home’-textpage?
How to add picture to the footer?
Thanks!
Hi there…
I´m changing my theme to your great Lose my mind 2 theme, but I can put the title of my blog in the header… Can you help me with this, I would like to see the title and the description title of my Blog in the header with all the fresh and beautiful brithness of your theme.
Can wou help me with this…
@Jocas I’m sorry but I think there wasn’t a proper space for those. But you can modify the header.php or index.php to insert by yourself, it is not difficult.
Hi there…
Its me again… I have somme problems using your theme, I dont know why but I entered some personal Banners in the sidebar that I visualize correctly in my Google Chrome Browser, but in the Firefox our IE the personal Banners dont show correctly. Can you help me with this topic?
Another question, how I can put a Search Bar in the sidebar?
Thanks for you time…
Regards..
@Jocas Hi Jocas, I visited your blog and everything went right in both Firefox and Google Chrome.
About the search box, is there a file named like “searchform.php” under LoseMyMind’s directory? Or you could use Google Custom Search Engine for your blog. It is easier and more powerful than native Search. http://www.google.com/coop/cse/
Hi,
I installed LoseMyMind2.1.4 on a new Blog(WP2.84). I love it and it works fine.
But one problem: If I try to comment on an entry, I get an 404 error page. Zhis happens only, if I set the Blog address (URL) to the document root of the domanin, http://www.jstockburger.com. If I leave the Blog Adress in the folder where WP is installed, everything works fine.
I have seen the entry above about that problem, but it does not work out for me in version 2.1.4.
This happens, with IE8, Google Crome or Firefox, it is not about the browser. I had the .htaccess-files automatically set by wp.
The file not found is probabely the file with the validation functions for the form entries, because the 404-error comes up, even if I try to submit an empty form.
I modified the theme in some aspects, but this problem remains the same, whether I use the original theme or the modified vesion.
Thanks
Johannes
Hi there again…
Sorry, if I am to boring, but I need your help again…
I creat some images to identified my blog, like the logo, and some of RSS FEED, Email FEED and TWITTER account. The images is there on the blog but when I link the images the text below do the same and stay linked to the images…How can I fix this?
Another question is…Does the theme support Java…?
Ups…I´m translating your theme to portuguese, I hope you dont mind?When I finish it I will send to you all the files…
Regards…