micdk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Best theme for static website (not blog)??They actually look very clean and simple but they still got the sidebar and blog functionality, not sure I know how to remove that. But I might want to use them for some of my other sites…
I just found something that might work, although I searched for this for some time… hmmm… going to test it tomorrow. Thanks for your time.
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerThanks. Great website! – I will see if I can find a suitable template.
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerOk, so I guess it doesn’t really matter if I use html template or wordpress. I hope someone can help me find a suitable template similar to the links I posted… I have searched for way too long and my project is stuck because of this.
Thanks for the links neurotranslator, not sure I can use the first one (is it spanish??) – the other ones are helpful.
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerThanks, maybe you did answer my question but I was thinking about the code used for making the site… is there a difference if I use a html template or a wordpress theme (or something else)?
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerBTW – Are there any differences whether I use a simple html template or a wordpress theme as regards to SEO? I really know little about SEO (if any) – does the search engines look at the code or just the text on a website???
The basic website that I am talking about needs to look something similar to these sites (these sites are in no other way related to what I am going to use a website for…):
http://www.acnenomore.com/index.html
http://www.blog-ebooks.com/Blogging_For_Profits.htmlWhere do I find such a simple template/theme?? Do they have a name or another term (other than real plain…) that I can use in a Google search?
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerThanks rate4d – that was very helpful.
Actually I plan to make a couple of websites – one simple and another one more sophisticated. I will try and look for a simple html template for the simple website, good advice.
I can’t find the divider line in the image folder, all lines in that folder are white but the one that irritates me is black… I might be able to find it with firebug (your link doesn’t work but I found it) – it seems to be something similar to Web Developer but that add-on couldn’t help me (probably because I don’t know how to use it..)
I wish there was a guide that could explain all the things that people ask for again and again, how to remove/change/add this and that (if that is possible).
Thanks again for your help.
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerI guess I have to find a new theme and then mess with it (have tried to do so but I usually give up after a few days…)
I really just need a website that looks like a piece of paper, with sidebar, floating on top of a white background, casting a shadow – links to the other pages in the footer. Real plain and simple (and perhaps boring but people needs to focus on my text and pictures and not pretty frames etc.)
If anyone knows of a theme that looks like this then please give me a link.
Good to know that there are helpful people like you esmi on this forum – thanks once again, I will use your advices.
Mike
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerThank you very much for the good advices esmi.
I have been searching for a suitable theme for a long time but just can’t find any… I need a very simple website – 2 columns, narrow page with space for a header (picture as wide as page but not as wide as the screen and with no drop-down menu), white page with a hue/shadow (not sure what the area left/right, outside the page is called…). Links to other pages (disclaimer, terms of use, etc.) in the footer/end of page. That is it! No search field, no space for comments, date and all the other blog stuff….
Guess I was a bit naive and thought it was real easy to make my own website using wordpress. I am not comfortable using XHTML, CSS, PHP etc. but I don’t consider myself to be non-technical… hmmmm… probably somewhere between.
I wonder how much it would cost to get a customized theme but I don’t know any good place where they offer such thing (and how do you know if the quality is good enough.. security, stability, SEO, etc…).
Forum: Themes and Templates
In reply to: iNove theme – remove lines and move links in header to footerThanks. That could be a solution – do you have any suggestions? It is difficult for me to see if a theme is easy or hard to customize… I just need a theme that works as a website.
Forum: Fixing WordPress
In reply to: Remove the little popups that shows when hovering the menu bar?I got a feeling that my header.php contains too little information… Guess that making a website with wordpress isn’t that easy after all.
Forum: Fixing WordPress
In reply to: Remove the little popups that shows when hovering the menu bar?Couldn’t get in contact with my site because of an windows upgrade – had to change my hosts file, but now I am back!
Not sure if I want to remove title tags on links completely because I just read that using those will give my site a better rank in search engines…. don’t know if it is true?
But it would still be nice to gain control over them, so that I decide if they should be there and what they show.I have now search all php and css files for “title=”Plugins” but none of the files contain that line.
Here is my copy of “header.php”:
———————————————
<?php include(‘templates/start.php’); ?><!– container START –>
<div id=”container”><?php include(‘templates/header.php’); ?>
<!– content START –>
<div id=”content”><!– main START –>
<div id=”main”>
———————————————Hope that is what you need…
Thanks for your time, I really appreciate it.Forum: Fixing WordPress
In reply to: Remove the little popups that shows when hovering the menu bar?Anyone else got this problem? I really need to get rid of this tag….
Forum: Plugins
In reply to: [Plugin: WP-Surveys] What does this warning means?Thanks, I tried that but I still get the same error. I can create a survey but the results are wrong and I guess I shouldn’t use it as long as I get those error codes… anybody else got this problem?
Forum: Fixing WordPress
In reply to: Remove the little popups that shows when hovering the menu bar?Thanks for that jcow.
Yes I just tried to hove over a link and the same little tag shows. I want to get rid of the ones in the menu-bar, so I don’t see them if I want to choose the Home page, About page etc. I don’t know what they are for because they just shows the same words as the ones I already sees. I tried to search for “title” and “hover” and found some places that I tried to disable but no luck so far.
I am a newbie so I don’t know much about what to edit. So far I have looked at the Theme files and Styles in the Editor. Is that the right place?