• Resolved ravenwing

    (@ravenwing)


    I suppose there should be some button “add questions” or something similar which doesn’t show for me:
    screenshot

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Ravenwing,

    Thanks for your message. I will be happy to help fix this with you.

    Yes, there is a missing element for the questions in your screenshot.

    Most likely there is a plugin or theme that has caused that element to be set to display: none;

    You could try turning off your other plugins and switching to a regular WordPress 2022 or 2021 theme to see if that allows the question element to return. Then switch all the plugins and theme back on one by one and keep checking the question element to find out which plugin or theme is causing the conflict.

    Another option is to install the Admin CSS MU plugin and then add this CSS below using that plugin to see if it helps –

    #fca_qc_questions_meta_box > div.inside {
    display: inherit !important;
    }

    Hopefully, one of the options above solves this for you. If you have any further questions, don’t hesitate to let us know.

    All the best.

    Plugin Support gavinohanlon

    (@gavinohanlon)

    Hi Ravenwing,

    I hope all is well.

    I am going to mark this as “resolved” but if you have any additional questions about this, feel free to reply to us.

    Kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Questions don’t show up’ is closed to new replies.