• I’m making my own theme based on the default kubrick (like I imainge just about everyone is doing here). I must have gotten little delete-key-happy and erased the styling for the comments. I’d like to display them exactly like the default (for now) so it really shouldn’t be hard restoring the the style.

    https://www.archonic.com/?p=5

    I’ve tried the following:
    – copying all styles within the /* begin comments */ and /* end comments */ lines in style.css to my own style.css
    – overwriting the html output via this method https://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/

    If you view the source of the archonic link there, you can see the custom function output is live and the default comment output commented out (their almost identical) and both should display properly… but of course they’re not.

    halp!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter archonic

    (@archonic)

    update!

    I’ve narrowed it down to style.css (and not rtl.css or function.php). Something outside the /* begin comments */ and /* end comments */ lines affects comments. Fun fun fun.

    Thread Starter archonic

    (@archonic)

    solved!

    To make things behave more predictably I generally start a stylesheet with this:

    div {
    postition: relative;
    float:left;
    }

    A bad idea when integrating into a layout I haven’t contructed entirely myself. That took much longer than it should have ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘comments not displaying properly’ is closed to new replies.