ladybajan
Forum Replies Created
-
Forum: Plugins
In reply to: Facebook / Twitter / Guest LoginThanks. It does seem my best bet. I realized that the setup I was looking at was only for those blogs hosted on the WordPress server.
Forum: Plugins
In reply to: Facebook / Twitter / Guest LoginThose sites have a facebook/twitter login for the comments box, which I assume logs you into the whole site. I’ll look at the plugin you mentioned. Thanks! If anyone else knows the plugin I am referring to, let me know.
Forum: Plugins
In reply to: Facebook / Twitter / Guest LoginThis is another website that has the beautiful tabbed facebook/twitter/guest login: click here. Scroll down to the bottom of the page. Someone please help! Which plugin is it?
Okay I updated my theme in order to reset everything and the comment boxes are working now.
Yes the comments are enabled for each post. Though thanks for tip on adding the discussion area because it does make it easier to see everything.
This is the code for the comments.php:
[please use the http://pastebin.com/ for any code longer than 10 lines – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
Forum: Themes and Templates
In reply to: Twenty Eleven Theme – Problem with MarginsThis is my website: Chick Lit Haven.
And this is the css under structure:
body {
padding: 0 2em;
}
#page {
margin: 2em auto;
max-width: 1000px;
}
#branding hgroup {
margin: 0 7.6%;
}
#access div {
margin: 0 7.6%;
}
#primary {
float: left;
margin: 0 -26.4% 0 0;
width: 100%;
}
#content {
margin: 0 34% 0 7.6%;
width: 58.4%;
}
#secondary {
float: right;
margin-right: 7.6%;
width: 18.8%;
}/* Singular */
.singular #primary {
margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
margin: 0 7.6%;
position: relative;
width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
margin: 0 auto;
width: 68.9%;
}