I am having a little problem with Ccomment: I don't have indentation of replies (all comments have the same space from border).
I am aware it could be a template issue, but where should I look to find the code that implement the "indentation" feature? Any tips on how to solve this?
Thank you for sharing this! I added a margin to .ccomment-replies just in case it is needed.
By the way -> the code that you have above only the second margin is applied as it overrides the rules of the first one.
Got it!
I see Ccomment relies on the current template nesting rule for <ul> tags. In my case, for some reason, it has been set by the template owners to... no margin at all.
Getting the code from your Ccomment css template page I added:
in /media/com_comment/templates/default/css/default.css
In this way (I suppose) it overrides my template css for that specific class and now it looks great!
I don't know if this override will work in any case, but if it is so... maybe it would be useful to add it to the component css by default? So that it will be independent by some weird template setting. Just a suggestion, eheh. Have a good day guys!
It's ok, maybe I will ask again once the website will be online. I will try to figure out what the problem is. Do you know the folder where I can find the css of ccomment? And/or the css class responsible for the nesting effect?
I did it, I see the reply button and I can add comments as reply, but they are not nested, they come right after the one I replied to, but at their same level, this is why I thought of some kind of css problem.
Just go to the backend and enable nested comments. Once you do so people will see a button -> reply. And if they use it comments will get indented.
Regards,
Daniel
There are no replies made for this post yet. However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »