Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter sylla2

    (@sylla2)

    EDIT: It resized the image to fit the browser window, of cause.. Sorry..

    Thread Starter sylla2

    (@sylla2)

    Thanks Niziol.. I will and I do..

    The PHP code I’ve added already does the job. It’s probably almost the same code that you’ve got?

    – – – – – – – – – – – – –

    <div id=”pages”>

      <li <?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { echo “class=\”current_page_item\””; } ?> >” ><?php _e(‘Home’); ?><?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>

    </div>

    – – – – – – – – – – – – –

    Was it something like that? I got it from the Regulus theme by Binary Moon (great themes by the way!!!).

    Since it works in all browsers, I’ll just go with it. And the plugin I was originally asking’ about? Well.. It must have been something I dreamt!!

    LOL ??

    Thread Starter sylla2

    (@sylla2)

    Jeredquinn: Yes yes, I searched!

    Niziol: Yes, but if you try several different themes in several different browsers you will notice that it doesn’t allways work. Like this theme (in MSIE):

    https://www.lamateporunyogur.net/themesdemo/

    Notice how the “Blog” item in the “page menu” stays white no matter what. Also when active. And I’ve seen maybe 10 other sites today with various themes where it didn’t work either (they could be running earlier versions, of cause).

    Anyhows, that’s why this cool dude wrote his plugin. To fix this rather important usability issue.

    Now, I’ve added some code manually that fixes the problem. However, I’m not confident with that solution. That’s why I would like to play it extra safe by also installing the plugin.

    I’m a complete php/css ignorant, mind you ??

    Best regards!

    Thread Starter sylla2

    (@sylla2)

    Guys.. That was a looong breakfast, I’m sorry.. Anyways.. I fixed my problem by using a background-image as you suggested.. Not the best solution in my opinion, but it works ??

    To me that looks like a theme?

    Ha ha!

    What a fantastic post Janeal! I’ve never used any of the words in any sentence ever!! And most of them I’ve never seen before and don’t even understand! I find your post very surreal!! You gave me a great laugh!! Thanks ??

    English is not my first language.. But still.. Pataflafla?!! Flim flam tap?!! LOL!! Now I’m laughing again!!

    BillyG wrote: “It’s free and I’m too stupid to figure it out so I go with what I got.”

    – Yessir! I’ll go with that!

    Yesterday (after upgrading to v.2.0.2.) I wrote:

    “I have a problem! My visual rich editor is gone!
    All I have now is an ol’school text editor.
    Anyone?!”

    Well.. Today I finally solved my problem by deleting ALL wp-files on my server and then re-installed WordPress again from scratch. (By doing that, I was forced to delete the sql data base, but fortunatly I was able to back it up first.)

    That did the trick: I now again have my rich editor! Great!!

    I have a problem! My visual rich editor is gone! All I have now is an ol’school text editor. Anyone?!

    Whooami: Thank you for that link. I was just looking for a way to validate my code!

    What do you mean by “a style” ? Do you mean a theme?

    A theme usually comes in zipped folder containing more than just the CSS stylesheet. You first unzip the zipped folder and then place it in the /wp-content/themes/ folder on your web server..

    But I guess you already know this.. I’m not sure I understand your question, I’m sorry..

    Thread Starter sylla2

    (@sylla2)

    Ulysses & Spencer!

    Thank you both for your replies! I gotta go get me some breakfast but then I’ll hurry home and try out your suggestions! Cool!

    Thread Starter sylla2

    (@sylla2)

    Oh.. I think I have an idea.. The trick must be to color the entire page gray and then just give the content-area a white background..

    Too tired for that now.. But will give it a try in the morning ??

    You need some padding in your stylesheet..

    I align my images to the left like this:

    https://www.gudmann.net/ (find a post with an image in it)

    I use a theme called Pool, I think..

    In the stylesheet I’ve added some padding to img. Like this:

    img {
    border: 0;
    padding: 4px 10px 10px 0px;
    width: 230px;
    }

    That creates a 10px space between the image and the text on the right (among other things)..

    Could the problem be that you have too little “with?? on “content?? or that one of your columns is too wide? It sure looks like that to me..

    It’s kinda difficult to say though without looking at your css..

Viewing 15 replies - 1 through 15 (of 19 total)