Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter macamba

    (@macamba)

    No I don’t have a file “cron.php” and it isn’t in my WP-2.1 download package..

    Now it seems that they blocked my by mistake. Well I moved my domains because they couldn’t give me more information about what script etc…

    Thread Starter macamba

    (@macamba)

    Yes but this code doesn’t work.
    It gives me a loop when I want to open my page (root), I can only open /wp-admin for example, or post-permlinks.

    It’s just that I need to change something in the code to avoid de loop and to keep it working all fine.

    The “wrong” given code is

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Thread Starter macamba

    (@macamba)

    When I try to save that permlinks option the wp-admin tells me that I need to update my .httacces manualy, and it gives me the code that’s posted here

    So then I need to mail de host again that so they can take a look at the htacces?

    Thanks!

    Thread Starter macamba

    (@macamba)

    Yes, they have it! And it can work if you change something in the thacces that casuses the loop. They changes it once for me, but wordpress changed my htacces again now because i’m doing a new install. Thats why.
    Thanks for your help!!!

    Forum: Themes and Templates
    In reply to: CSS and Images
    Thread Starter macamba

    (@macamba)

    Thanks Yosemite Thats it!
    Its working great! Thanks!!!!

    Thread Starter macamba

    (@macamba)

    Thanks thornomad, I want to try that, but to be exactly, wich template should I change and what should I put in there?

    If you could give me a bit of an example that would be great! Thanks so far!!

    Forum: Themes and Templates
    In reply to: CSS and Images
    Thread Starter macamba

    (@macamba)

    Ok thanks!!

    Yes I′m using the rich editor, works pretty well normaly..
    Do you know wich file I need to “hack”, it′ll be just replacing some code.. same thing as with plugin-problems.
    And thanks so far!!

    Forum: Themes and Templates
    In reply to: CSS and Images
    Thread Starter macamba

    (@macamba)

    Im 2 words: how can I change wordpress to always make my posts/html with: class=”alignleft”
    And NOT like it′s doing now: align=”left”
    This shold be the solution?!

    Forum: Themes and Templates
    In reply to: CSS and Images
    Thread Starter macamba

    (@macamba)

    Ok thanks, I changed the HTML like you told me, and it seems to work but the thing is, isn′t there a way to just fix this one time without editing the HTML everytime for every image?

    And is my CSS is:

    img.alignleft {
    padding: 4px;
    margin: ?1px ?2px ?3px ?4px;
    display: inline;
    }

    what should I fill in at the “?”
    Step 1 is the top? 2 is right 3 bottom and 4 left? Or doesn′t go clockwise?

    Thanks for your support!!!

    Forum: Themes and Templates
    In reply to: CSS and Images
    Thread Starter macamba

    (@macamba)

    Ok thank you Yosemite,
    I checked that but it says this, could you (or anyone) explain me where I need to add or change something, sorry, but thanks for you help

    /* Using ‘class=”alignright”‘ on an image will (who would’ve
    thought?!) align the image to the right. And using ‘class=”centered’,
    will of course center the image. This is much better than using
    align=”center”, being much more futureproof (and valid) */

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 4px 7px 2px 5px;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left

    Thread Starter macamba

    (@macamba)

    Thanks a lot! > RESOLVED

Viewing 11 replies - 1 through 11 (of 11 total)