aepenner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: single.php not recognizing changes when i hit updateUpdate: I am now unable to update the CSS file as well. I recently moved the entire wordpress site from one domain to another, and some formatting and permissions have been off. I believed i had fixed them, but I must be wrong.
Forum: Fixing WordPress
In reply to: single.php not recognizing changes when i hit updateThe site is https://www.pennerlawfirm.com – the pages i wish to take the post author out of are pages like this https://www.pennerlawfirm.com/testi/tara-l/
Thanks for all the help!
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Form not workingAmazing! Thank you so much!!!!
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Form not workingI looked at the scope of my CSS file and it seems to be correctly done. Please find it below:
.sidebar form.w2llead {
clear: none;
text-align: left;
}
.sidebar .w2linput,
.sidebar .w2llabel {
float: none;
display: inline;
color: #575f7f;
}
.sidebar .w2llabel.error {
color: #D10913;
}
.sidebar .w2llabel {
margin: 4px 0;
color: #1A0892;
font-family:Times;
width: 190px;
}
.sidebar .w2linput.text {
width: 180px;
height: 16px;
margin: 4px 0;
color: #1A0892;
background:url(https://www.pennerlawfirm.net/wp-content/uploads/2011/05/form-text-bg.jpg) no-repeat;
}
.sidebar .w2linput.textarea {
width: 190px;
height: 25px;
margin: 10px 0;
color: #1A0892;
background:url(https://www.pennerlawfirm.net/wp-content/uploads/2011/05/form-text-bg.jpg) no-repeat;
}
.sidebar .w2linput.submit {
margin: 10px 0 0 0;
display:inline-block;
background:url(images/button-tail.gif) repeat-x left top;
color:white;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
line-height:38px;
text-decoration:none;
padding:0 14px;
font-family:Arial, Helvetica, sans-serif;
cursor:pointer;
}
#salesforce {
margin: 3px 0 0 0;
color: #E3E2E2;
}
#salesforce a {
color: #E3E2E2;
}The only part of this that seems to work is the color of the Powered By Salesforce.
Also, regarding the salesforce widget, how would I get that? Please forgive my inexperience.
Thanks so much for the quick response!