therapydropout
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit Footer Now get strange \’#\’ between <a href=’#’>Thank you, I will give this a try, and let you know.
Forum: Fixing WordPress
In reply to: Edit Footer Now get strange \’#\’ between <a href=’#’>Here is the css for the template, relating to the footer
/* begin Footer */
.art-Footer
{
position:relative;
z-index:0;
overflow:hidden;
width: 899px;
margin: 5px auto 0px auto;
}.art-Footer .art-Footer-inner
{
height:1%;
position: relative;
z-index: 0;
padding: 40px;
text-align: left;
}.art-Footer .art-Footer-background
{
position:absolute;
z-index:-1;
background-repeat:no-repeat;
background-image: url(‘images/Footer.png’);
width: 899px;
height: 150px;
bottom:0;
left:0;
}.art-Footer .art-Footer-text p
{
margin: 0;
}.art-Footer .art-Footer-text
{
display:inline-block;
color:#FDFDFC;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}.art-Footer .art-Footer-text a:link
{
text-decoration: none;
color: #FDFDFC;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}.art-Footer .art-Footer-text a:visited
{
text-decoration: none;
color: #FACC4C;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}.art-Footer .art-Footer-text a:hover
{
text-decoration: none;
color: #77C1CF;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer *//* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
font-family:Arial;
font-size:10px;
letter-spacing:normal;
word-spacing:normal;
font-style:normal;
font-weight:normal;
text-decoration:underline;
color:#4EAEC1;
}.art-page-footer
{
margin:1em;
text-align:center;
text-decoration:none;
color:#7A774D;
}
/* end PageFooter */Forum: Fixing WordPress
In reply to: Edit Footer Now get strange \’#\’ between <a href=’#’>This is the code in the admin.. edit footer
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright ? 2009 Graphipotamus.com. All Rights Reserved.The code that is in the Themes editor footer.phpis
<div class=”art-Footer”>
<div class=”art-Footer-inner”>
<div class=”art-Footer-text”>
<p>
<?php
global $default_footer_content;
$footer_content = get_option(‘art_footer_content’);
if ($footer_content === false) $footer_content = $default_footer_content;
echo $footer_content;
?>
</p>
</div>
</div>
<div class=”art-Footer-background”>
</div>
</div></div>
</div>
<div class=”cleared”></div>
<p class=”art-page-footer”></p>
</div><!– <?php printf(__(‘%d queries. %s seconds.’, ‘kubrick’), get_num_queries(), timer_stop(0, 3)); ?> –>
<div><?php wp_footer(); ?></div>
</body>
</html>Forum: Fixing WordPress
In reply to: Edit Footer Now get strange \’#\’ between <a href=’#’>I know but somehow WordPress keeps adding that \\ to the address.
See the footer at https://www.graphipotamus.com Click on the link