• Resolved udrite

    (@udrite)


    Hello!

    I have a problem with the thread appearance of Q&A. When commenting a blog post the thread of comments is appearing visually nice, but your plugin shows comments (Q&A) on my page as a bulleted list (li and ul tags are used). WordPress theme I’m using is Invicta.

    Is there any way to fix this?

    Dace

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Arun Basil Lal

    (@arunbasillal)

    Hello Dace,

    Can you point me to a page post with comments so that I can recommend the styles? Couldn’t find one.

    Arun

    Thread Starter udrite

    (@udrite)

    Hi Arun,

    I’m sending you an example of comments on blog post: http://www.bibliotekari.lv/?p=3437

    Dace

    Plugin Author Arun Basil Lal

    (@arunbasillal)

    Thanks for that Dace,

    Matching it completely will need adding a bit of custom CSS probably with the help of a developer.

    Here is a start, add this to the box in the Custom CSS tab in WP Admin > Settings > Ask Me Anything

    #ama-answers .commentlist {
    	border-bottom: 1px dashed #d4d4d4;
    }
    
    #ama-answers .comment {
    	border-top: 1px dashed #d4d4d4;
    }
    
    #ama-answers .comment-body {
    	padding-top: 10px;
    	padding-bottom: 10px;
    }

    Please let me know how it goes. I wish I could be more helpful, however my current schedule does not allow that, sorry.

    Good luck!

    Thread Starter udrite

    (@udrite)

    Thanks Arun,

    Now it looks better organized, but not exactly what I need. I’m considering to use your question submission form, and play with the ways how to display answers with my theme’s built-in functionality. Respectively – I will collect questions with your plugin, but publish Q&A manually as Testimonial bellow the question submission form.

    Will let you know about the results, as soon as we will receive the first submission.

    Cheers!
    Dace

    Plugin Author Arun Basil Lal

    (@arunbasillal)

    Sounds good Dace. I am going to close it for now, but feel free to reopen when you reply 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Q&A thread appearance’ is closed to new replies.