• johnnyshivers-

    (@johnnyshivers-)


    I have an UnderConstruction plugin installed with the code to display what i’ve cooked in DW.

    My problem is that lovecolor.org is both 404 and 403, while lovecolor.org/colormuseum displays the code that was previously brewed.

    Any suggestions regarding my idiocy? I code well in JS/HTML4/5, but WP is crushin’ my spirits!

    ja.

Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    Where is WordPress installed on your domain?

    David Choi

    (@wpthemes777)

    Looks like “colormuseum”. In order to display that page as landing page, you just have to set that as Home page from

    WordPress Admin Panel > Settings > Reading

    Thread Starter johnnyshivers-

    (@johnnyshivers-)

    I didn’t install WP at GoDaddy, so I don’t quite know the exact answer.

    I have clicked WP Admin Panel -> Settings -> Reading:

    A Static Page -> Home selected. Posts page is unselected (-Select-).

    My home page:

    <!DOCTYPE html >
    <link href=”css/style.css” rel=”stylesheet” />
    <script src=”Scripts/swfobject_modified.js” type=”text/javascript”></script>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
    <title>Color Museum</title>
    </head>
    <style type=”text/css”>
    body {
    background-color: #000000;
    color: white;
    font-size:264px;
    text-align:center;
    }

    p {
    background-color: #000000;
    color: white;
    font-size:72px;
    text-align:center;
    }

    #mainbody {
    background-color:#000000;
    padding:0px 0px 0px 0px;
    width:1000px;
    height:530px;
    position:relative;

    }
    </style>
    <body>
    <div id=”mainbody” align=”center”>COLOR Museum
    <p>The Color Museum is under construction.</p>
    </div>
    </body>
    </html>

    Looks like the attached / link: http://lovecolor.org/colormuseum/?page_id=814&preview=true

    Thread Starter johnnyshivers-

    (@johnnyshivers-)

    I have updated the html in “Home” and relinked the “Home” to it’s default settings under Reading.

    Why on Earth is it all fugly?

    http://lovecolor.org/
    http://lovecolor.org/colormuseum

    Thread Starter johnnyshivers-

    (@johnnyshivers-)

    My site address is lovecolor.org
    My WordPress address is lovecolor.org/colormuseum

    [Bump deleted – please do not do that here]

    Thread Starter johnnyshivers-

    (@johnnyshivers-)

    Delete this thread please.

    WPyogi

    (@wpyogi)

    We don’t delete threads per forum policy – http://codex.wordpress.org/Forum_Welcome#Deleting_.2F_Editing_Posts

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

The topic ‘Holding Page’ is closed to new replies.