• Hoping I can get a little help here. My comment section is not showing up. I have been to every page on my dashboard and enabled comments. I have visited the settings to every plugin to make sure there wasn’t some plugin interfering with the comment section.

    I know the theme I’m using supports comments (Studipress Metro Pro Theme) because the demo shows them.

    I’m thinking my code got messed up somehow. Here is my comment section from the stylesheet below. Can anyone help me?

    If there is anything else you need, let me know. Thanks!

    /* Comments
    --------------------------------------------- */
    
    .entry-comments,
    .entry-pings {
    	margin-bottom: 40px;
    	margin-bottom: 4rem;
    }
    
    p.form-submit,
    .entry-comments .comment-author {
    	margin-bottom: 0;
    }
    
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
    	width: 50%
    }
    
    .comment-respond label {
    	display: block;
    	margin-right: 12px;
    	margin-right: 1.2rem;
    }
    
    .comment-list li,
    .ping-list li {
    	list-style-type: none;
    	margin-top: 24px;
    	margin-top: 2.4rem;
    	padding: 32px;
    	padding: 3.2rem;
    }
    
    .comment-list li li {
    	margin-right: -32px;
    	margin-right: -3.2rem;
    }
    
    .comment {
    	background-color: #f5f5f5;
    	border: 2px solid #fff;
    	border-right: none;
    }
    
    .comment .avatar {
    	margin: 0 16px 24px 0;
    	margin: 0 1.6rem 2.4rem 0;
    }
    
    .form-allowed-tags {
    	background-color: #f5f5f5;
    	font-size: 14px;
    	font-size: 1.4rem;
    	padding: 24px;
    	padding: 2.4rem;
    }
    
    p.subscribe-to-comments {
    	padding: 24px 0 16px;
    	padding: 2.4rem 0 1.6rem;
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Comment Section Not Showing Up’ is closed to new replies.