rleon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: temporarily forward without using settings pageHi
Thanks for the quick response.
Sorry I about that I thought I put it as part of the post.
the link is
The theme is called LA-BAND.
Thanks
Forum: Fixing WordPress
In reply to: Running WP on an internal host ( no public internet )Is there a way to tell if this is working or not?
Forum: Fixing WordPress
In reply to: Running WP on an internal host ( no public internet )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
Forum: Fixing WordPress
In reply to: help with www no www redirect and subdomainsI 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.
Forum: Fixing WordPress
In reply to: help with www no www redirect and subdomainsUnless I should delete the wwww CNAME and point it directly to the IP?
Forum: Fixing WordPress
In reply to: help with www no www redirect and subdomainsopps i meant to say CNAME wwww that points to @
Forum: Fixing WordPress
In reply to: help with www no www redirect and subdomainsI already have a CNAME wwww that points to @
and my @ A Record that points to my IP.
Forum: Fixing WordPress
In reply to: Add a pre option to the post menu.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.Forum: Fixing WordPress
In reply to: Errors after migrationthat did it thanks !
Forum: Fixing WordPress
In reply to: Redirected to famous 5 minute wordpress installation!!Check your wp-config .. Make sure the database settings are ok. And then check the database.
Forum: Fixing WordPress
In reply to: Errors after migrationThanks 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 blocksThanks 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/* 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 blocksopps
After I added the code above everything that had the
<pre> </pre>Got converted.
Forum: Fixing WordPress
In reply to: Nice Code blocksHi 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]