hellonico
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Widget Title colorYup, that goes fine. Thanks!
Forum: Fixing WordPress
In reply to: Image width changedHow odd… you say that if you type http://www.hellonico.com , it automatically redirects you to http://www.hellonico.com/blog ?
The front page is set to be http://www.hellonico.com/welcome
It is weird… the front page is behaving like it should for me. I have tested on various computers and using IE and Firefox.
Do you see the problematic image now?
Forum: Fixing WordPress
In reply to: Image width changedHi Whooami, sorry I cant’t be more specific.
It is the only image of my home page (www.hellonico.com)(that is not the header). It is a rotating image that is located under the welcome text.
The image looks small, and it should have the same width as the text. In fact, for the image I’m defining width=”939″.
I am using the php image rotator (you can see it in the code as rotate.php)but that is not a problem, since I have tried with a standard image and the same resizing is happening.
Forum: Fixing WordPress
In reply to: Image width changedThe problem Page is the home page. The image under the text should be displaying from side to side.
Forum: Fixing WordPress
In reply to: Image width changedHello whooami. Thanks for your quick reply.
The problem is that on that particular Page, I need my image to have a width of 939 pixels. (as stated on the image attribute). I don’t understand why the text is going from side to side…not the same for the image.
Any clue?
Forum: Fixing WordPress
In reply to: Articles on different pagesNice Moshu!
How do you avoid that category from showing on the main page of the blog?
How do you call different sidebars with widgets from different Pages or category pages?
Forum: Fixing WordPress
In reply to: Articles on different pagesI have been looking for a similar solution and MAYBE this could work:
1. install the “page links to” plugin
2. Create a category named europe
3. Create a new Page named Europe
4. in the Europe Page, insert (in the custom fields)a link_to http://yourblogname/?cat=’cat ID’ (check the Cat ID number in Manage>categoriesThat should redirect you from a Page to a category list. I’m not sure if you could customize the colors…