• Resolved Danishsard

    (@danishsard)


    Hi, is it possible to make the answer form open by default

    In order not to have the stem at the bottom of the page, click the answer key to play it, but to make it visible, ready to write?

    I praise you – I arrived thanks to you the look of the forum
    [ redundant link removed ]

    • This topic was modified 5 years, 8 months ago by Danishsard.
    • This topic was modified 5 years, 8 months ago by Jan Dembowski.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @danishsard

    You can try to add the following code to Forum – Appearance – Custom CSS:

    #af-wrapper #forum-editor-form {
        display: block !important;
    }
    Thread Starter Danishsard

    (@danishsard)

    This does not seem to be good, because it is also open at the top writing new themes in the forum’s list.

    Ps. so on the side. See that the quotation of each post creates a link visible to the robot – it is worth adding a function that would exclude the possibility of quoting the answers on the forum and did not generate a link to each statement separately with the citation

    • This reply was modified 5 years, 8 months ago by Danishsard.
    Plugin Author Asgaros

    (@asgaros)

    Hello @danishsard

    In the next v1.14.12 release I will include a new css-class for the different editor-views which you can use to control it more precisely. As soon as the update is released, you can use the following css-code for it:

    #af-wrapper .addpost-editor {
        display: block !important;
    }
    Thread Starter Danishsard

    (@danishsard)

    It works perfectly now, great thanks.

    Remember – that guests can enter the initials, although in the past

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Answer form opened by default’ is closed to new replies.