Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Is it the plugin that doesn’t work (it literally doesn’t display a list of posts when you do [display-posts]), or are you saying the Canvas theme doesn’t style the output the way you like?

    It sounds like you’re discussing the latter, which is a CSS issue with your theme. You’ll need to edit your theme’s stylesheet to make it appear however you’d like.

    If you’re just looking to remove the bullets, this might do it:

    `
    .display-posts-listing li { list-style-type: none; }
    `

    Thread Starter uptowngeeks

    (@contactuptowngeekscom)

    The post do not display at all. Just the bullets. Literally. No sign of a link or post. Confirmed on a test site with just Canvas and this plugin installed.

    I am also using canvas theme, and I have the same issue with uptowngeeks. It only displayed the bullets without the post title(s) that link to the main blog.

    Plugin Author Bill Erickson

    (@billerickson)

    I don’t have a copy of Canvas so I can’t diagnose the issue, but it definitely sounds like a theme issue. I haven’t seen that with any other WordPress theme.

    I’m using the Canvas theme and this plugin works for me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin doesn't work with woothemes Canvas Theme’ is closed to new replies.