Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24434
    talkleft
    Participant

    Hi, I am using comment quicktags on my Catch Box Pro site, http://premium.talkleft.com.

    The CBPro comment box has the word “Comment” overlaying the first two tags so you can’t see them (bold and italic.) When I test other themes, the box shows fine.

    How do I move up the word “comment” or eliminate it so it is not blocking my quicktags?

    Related: I like the quicktags in these forums. Is there any way to have them put into Catch Box Pro?

    (I tried activating jetpack markdown but it would not show up on the comment box form)

    Thank you.

    #24491
    Sakin
    Keymaster

    @talkleft: We don’t have quicktags option in Catch Box Pro theme. Maybe you added plugin to show it. But I cannot see that in your site. Also in your site Comment is allowed to post only for logged in user. So, how do I check in. If you can show me then I will be able to give css to move up.

    #24937
    talkleft
    Participant

    I just changed the settings so you can see the comment box on the first entry, here

    http://premium.talkleft.com/index.php/2014/04/06/house-hearing-on-cartels-and-extraditing-el-chapo/#respond

    If for any reason that doesn’t work, here’s a screengrab

    http://i311.photobucket.com/albums/kk453/TalkLeft/commentboxcbp_zpse999cccd.jpg

    Yes, I’m using a plugin called Basic Quicktags. I’ve used it on several sites. Here is a screengrab of it displayed correctly when using another theme:

    http://i311.photobucket.com/albums/kk453/TalkLeft/replycommentabove_zpse16d07ff.jpg

    I don’t think the word “comment” is needed at all, so if it’s easier to provide code for deleting it rather than moving it, that would be just as good (although the word “comment” appears to be inside it’s own little box so both would have to be deleted.)

    Thank you again for your help.

    If CBPro’s “comment” can’t be moved up, can it be deleted?

    #24942
    Sakin
    Keymaster

    @talkleft: Yes this theme comment box is different then you send it in screenshot. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .quicktags-toolbar { padding-left: 90px; }

    #25075
    talkleft
    Participant

    Ok, I did that and it fixes the problem. Thank you so much. (It’s still a little cramped looking but I’m very grateful for the fix.)

    Here’s what the fix looks like:

    http://i311.photobucket.com/albums/kk453/TalkLeft/commentcbpfix_zpsf89acb5d.jpg

    Again, I appreciate the help. By the way, the tags on the top of the Catch Forums comment box are perfect, but I guess that a BBpress thing that won’t work in the theme itself.

    #25103
    Sakin
    Keymaster

    @talkleft: Sorry every theme is design different way. But I don’t get what you want. Maybe a screenshot of what you want will be better. For advance customization we recommend hiring customizer.

    But if want it similar like here with just quicktags and remove the comment label then you can add the following css”

    .comment-form-comment label { display: none; }
    .quicktags-toolbar { padding-left: 0; }

    Also to your note. The css for those tags are added from http://premium.talkleft.com/wp-content/plugins/tinypass/legacy/css/tinypass.css

    #25119
    talkleft
    Participant

    Thank you Sakin, I’m good now. I appreciate your help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Comment Box Adjustment Needed’ is closed to new replies.