• Resolved camper.help

    (@camperhelp)


    Hi community and support,

    Please help with my two questions.

    1. Is it possible to change the Form Header Text “Write comment …” to add a H2-Header? My goal is the this text comes automated in my table of contents of each post, then the user can click in the TOC direct to the comment section.

    2. At the moment my CSS seem not enough to enlarge wpDiscuz from 950px to 1100px page width?

    Any ideas?

    Thank you

    Kind regards

    Florian

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gVectors Support

    (@gvectorssupportmember)

    Hi @camperhelp,

    1. Is it possible to change the Form Header Text “Write comment …” to add a H2-Header? My goal is the this text comes automated in my table of contents of each post, then the user can click in the TOC direct to the comment section.

    I’m really sorry but we don’t follow you well, please try to explain in other words.

    2. At the moment my CSS seem not enough to enlarge wpDiscuz from 950px to 1100px page width?

    Please use the following CSS code, to change the width:

    #wpcomm {
        max-width: 1100px !important;
    }

    The CSS code should be added in the Dashboard > Comments > Settings > Styling admin page ” Custom CSS Code” textarea.

    Thread Starter camper.help

    (@camperhelp)

    Thank you for the answer #2. Its perfectly working.

    For the #1. I am using LuckyWP Table of Contents. I want that the wc-comment-header is an H2 Header. Because all H2 Header will be shown automatically in the TOC. It should enable, that the user can press in the TOC the link to the comment section at the end of each post.

    Possible that I have to ask Avada Theme support, but maybe you know how it could work. Thank you in advance.

    Plugin Support gVectors Support

    (@gvectorssupportmember)

    Hi @camperhelp,

    For the #1. I am using LuckyWP Table of Contents. I want that the wc-comment-header is an H2 Header. Because all H2 Header will be shown automatically in the TOC. It should enable, that the user can press in the TOC the link to the comment section at the end of each post.

    You can change it in the file. The file is located in the wpdiscuz/templates/comment/comment-form.php(line 188).
    Also please note this is not the update safe way. The changes will be lost when you update the plugin.

    However in the next version update you can customize the comment-form.php file, and it’s update safe way. But in the next version, we don’t have such a text.

    The beta-8 version of wpDiscuz 7 is available, you can test it.

    wpDiscuz 7 official website: https://beta.wpdiscuz.com/

    wpDiscuz 7 Demo & Download: https://beta.wpdiscuz.com/demo/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘H2 Header text and page width’ is closed to new replies.