Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    I’m new with WordPress and I have the same problem as the one above. I’m setting the Destination Directory:
    /var/www/html/wp-images/wp-southbites/
    and the URL:
    https://www.southbites.com/wp-images/wp-southbites/
    getting the following error message:

    It doesn’t look like you can use the file upload feature at this time because the directory you have specified (/var/www/html/wp-images/wp-southbites/) doesn’t appear to be writable by WordPress. Check the permissions on the directory and for typos.

    You mention something about changing the permissions for the image directory to 777. What do you mean and where/how can I change it?

    Thanks a lot for your help. It’s very much appreciated

    Thread Starter nanuf

    (@nanuf)

    Sorry, I forgot to close the “layout” layer in the example above. But I’ve got it closed in my weblog code ??

    <div class=”layout”>

    <div class=”header”></div>

    <div class=”container”>
    <div class=”column01″></div>
    <div class=”column02″></div>
    <div class=”column03″></div>
    </div>

    </div>

    Thread Starter nanuf

    (@nanuf)

    For some strange reason it doesn’t work because my overall layout container layer doesn’t go all the way to the bottom despite its height property is set to 100%.

    My basic layers structure is the following one:

    <div class=”layout”>

    <div class=”header”></div>

    <div class=”container”>
    <div class=”column01″></div>
    <div class=”column02″></div>
    <div class=”column03″></div>
    </div>

    I’ve added a gray background color to the layout layer to illustrate what my problem is: https://www.southbites.com

    Here is the layer style:

    .layout {
    width: 900px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    background: gray;
    }

    The same thing happens if I add the bg color to the container layer (the one acting as overall layer for the columns).

    Does this make sense at all? Any more ideas please?

    Thanks a lot

    Thread Starter nanuf

    (@nanuf)

    Thank you for your link. This is a nice article with a pretty interesting solution that unfortunately I can?′t apply to my case because my left hand side column is a div layer that itself is located within the general layer for the left hand side column. If I?′d apply that solution, I?′d have a background all from the top to the bottom and that?′s not the desired effect.

    Thank you anyway for your help.

    Anyone else can help me with this?

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