Forum Replies Created

Viewing 15 replies - 16 through 30 (of 69 total)
  • Thread Starter rleon

    (@rleon)

    Hi

    Thanks for the quick response.

    Sorry I about that I thought I put it as part of the post.

    the link is

    http://www.ricktheruler.net

    The theme is called LA-BAND.

    Thanks

    Thread Starter rleon

    (@rleon)

    Is there a way to tell if this is working or not?

    Thread Starter rleon

    (@rleon)

    Thanks for the response esmi.

    Sounds like it would be best to disable.

    I would prefer to not use a plugin ..

    so I think I will give this a try

    http://www.siteground.com/tutorials/wordpress/auto-update.htm

    Thread Starter rleon

    (@rleon)

    I tried to remove the www from the site url and home page in the settings and that broke everything.

    I have other sites without subdomains and the http://www.domain is in the settings and it works fine.

    This has to have something to do with the subdomains just dont know what it could be.

    Thread Starter rleon

    (@rleon)

    Unless I should delete the wwww CNAME and point it directly to the IP?

    Thread Starter rleon

    (@rleon)

    opps i meant to say CNAME wwww that points to @

    Thread Starter rleon

    (@rleon)

    I already have a CNAME wwww that points to @

    and my @ A Record that points to my IP.

    Thread Starter rleon

    (@rleon)

    Adding more info.

    When I do a new post .. I see the buttons across the top that add the correct tags .. it opens them and closes them.

    <strong></strong>

    I would like to add a button for the
    <pre> tag.

    Thread Starter rleon

    (@rleon)

    that did it thanks !

    Check your wp-config .. Make sure the database settings are ok. And then check the database.

    Thread Starter rleon

    (@rleon)

    Thanks for the response.

    I would have to revert the DNs back.
    Unless someone can tell me where to modify it from the database.

    Forum: Fixing WordPress
    In reply to: Nice Code blocks
    Thread Starter rleon

    (@rleon)

    Thanks WPyogi ..

    You can delete the post where I added the code as code not block code.

    Forum: Fixing WordPress
    In reply to: Nice Code blocks
    Thread Starter rleon

    (@rleon)

    /* WP */
    code {
    color: #000000;
    clear: both;
    font-family: "Courier New", Courier, monospace;
    }
    
    pre {
    display: block;
    border: 1px solid #CCCCCC;
    background-color: #f7f7f7;
    color: #000000;
    padding: 6px;
    margin: 12px 0px;
    clear: both;
    font-family: "Courier New", Courier, monospace;
    }
    
    blockquote{margin:20px 10px 10px 5px;border-left:4px solid #DDD;padding:0 5px 0 5px;font-size:9px;text-align:justify;}
    .commenttext blockquote{border-left:4px solid #B6B6B5;}
    .wp-caption{border:1px solid #ddd;text-align:center;background-color:#f3f3f3;padding-top:4px;}
    .wp-caption img{border:none;margin:0;padding:0;}
    .wp-caption p.wp-caption-text{font-size:11px;line-height:17px;color:#111;margin:0;padding:0 4px 5px;}
    .alignleft,img.alignleft{float:left;margin:5px 10px 5px 0;}
    .alignright,img.alignright{float:right;margin:5px 0 5px 10px;}
    .aligncenter,div.aligncenter,img.aligncenter{text-align:center;display:block;margin:10px auto;}
    abbr, acronym, span.abbr{cursor:help;border-bottom:1px dotted #000;}
    table{margin:.5em 0 1em;}
    table td,table th{text-align:left;border-right:1px solid #414246;padding:.4em .8em; color: #CCCCCC;}
    table th{background-color:#1f2225;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #35383d;}
    table td{background-color:#3f4248;}
    table th a{color:#d6f325;}
    table th a:hover{color:#fff;}
    table tr.even td{background-color:#2f3136;}
    table tr:hover td{background-color:#25272b;}
    table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
    .wp_syntax { width:auto; }
    .wp_syntax table { border:0 !important; }
    .wp_syntax table td { border:0 !important; }
    img.wp-smiley{border:0px;vertical-align:middle;}
    Forum: Fixing WordPress
    In reply to: Nice Code blocks
    Thread Starter rleon

    (@rleon)

    opps

    After I added the code above everything that had the

    <pre> </pre>

    Got converted.

    Forum: Fixing WordPress
    In reply to: Nice Code blocks
    Thread Starter rleon

    (@rleon)

    Hi WPranger

    I think you were on while I was making changes. I added the following code and that converted posts that have the

     

    into the blocks.

    I am still trying to strip it down a little I dont think I need all of those options.

    /* WP */
    code {
          color: #000000;
    	clear: both;
    	font-family: "Courier New", Courier, monospace;
    }
    
    pre {
    	display: block;
    	border: 1px solid #CCCCCC;
    	background-color: #f7f7f7;
            color: #000000;
    	padding: 6px;
    	margin: 12px 0px;
    	clear: both;
    	font-family: "Courier New", Courier, monospace;
    }
    
    blockquote{margin:20px 10px 10px 5px;border-left:4px solid #DDD;padding:0 5px 0 5px;font-size:9px;text-align:justify;}
    .commenttext blockquote{border-left:4px solid #B6B6B5;}
    .wp-caption{border:1px solid #ddd;text-align:center;background-color:#f3f3f3;padding-top:4px;}
    .wp-caption img{border:none;margin:0;padding:0;}
    .wp-caption p.wp-caption-text{font-size:11px;line-height:17px;color:#111;margin:0;padding:0 4px 5px;}
    .alignleft,img.alignleft{float:left;margin:5px 10px 5px 0;}
    .alignright,img.alignright{float:right;margin:5px 0 5px 10px;}
    .aligncenter,div.aligncenter,img.aligncenter{text-align:center;display:block;margin:10px auto;}
    abbr, acronym, span.abbr{cursor:help;border-bottom:1px dotted #000;}
    table{margin:.5em 0 1em;}
    table td,table th{text-align:left;border-right:1px solid #414246;padding:.4em .8em; color: #CCCCCC;}
    table th{background-color:#1f2225;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #35383d;}
    table td{background-color:#3f4248;}
    table th a{color:#d6f325;}
    table th a:hover{color:#fff;}
    table tr.even td{background-color:#2f3136;}
    table tr:hover td{background-color:#25272b;}
    table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
    .wp_syntax { width:auto; }
    .wp_syntax table { border:0 !important; }
    .wp_syntax table td { border:0 !important; }
    img.wp-smiley{border:0px;vertical-align:middle;}

    [code fixed by moderator]

Viewing 15 replies - 16 through 30 (of 69 total)