• Resolved goehlert

    (@goehlert)


    Hi,
    1) I want to leave off “What question has been answered” and “What name should be displayed” as they only repeat “Question Title” and “Question Author”, but it is not possible to insert a blank in the labelling field, because this will be seen as an empty field and empty fields are not displayed (as I have chosen “Hide empty fields” “Yes” for other reasons). With empty fields not being displayed, the text label is too narrow to the one before.

    2) Styling – FAQ Question – margin / padding don’t work (only Toggle Symbol Margin); I tried 10, then 10px, …

    3) On my smartphone, the title of the question doesn’t start right beneath the toogle as it does on tablet / Desktop…
    Thanks for your help,
    Christian

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Goehlert,

    Could you please send us the link to your website’s FAQ page?

    Thread Starter goehlert

    (@goehlert)

    https://www.bodensee-gymnasium.de/bogy/faq/
    But you need to Login to see the Website (private Reply?)

    Hi Goehlert,

    You can send the login credentials to [email protected] (if you do, make sure to reference this thread).

    1) Just hide them with custom CSS. For example:

    .ewd-faq-review-explanation {
    display: none;
    }
    

    2) Could be that your theme is overwriting our settings. Try using custom CSS instead.

    3) This looks like it’s just happening because the icon area ends up taking up more than 10% of the width and the title text area width is set to 90%. You can just reduce the width of the title text area to less than that to keep the icon in line with the text. For example:

    .ufaq-faq-title-text {
    width: 85%;
    }
    
    Thread Starter goehlert

    (@goehlert)

    1) “What question is being answered”-label still appears and: The space beneath is not enough (same effect as if I enter blank space in labelling, but not what I want; I want something like an empty line).
    2) Could you please give me an example, so that I only have to change the numbers?
    3) works with 84% ?? Thanks

    Regards,
    Christian

    Hi Christian,

    1) I just noticed a small error in the earlier code we gave, so try using this CSS instead in the “Custom CSS” box in the Basic Settings instead:

    .ewd-faq-review-explanation, .ewd-ufaq-review-explanation {
    display: none;}
    
    #question_form .form-field {
    margin:0 0 20px 0;}

    2) You can try using this custom CSS to add space/padding around each FAQ:

    .ufaq-faq-div {
    margin:10px 0;}
    
    .ufaq-faq-title {
    padding: 10px;}
    Thread Starter goehlert

    (@goehlert)

    Works perfect!
    Thanks!
    Feature request: It would be nice, if the Custom CSS field would be bigger, so that it is easier to add / edit Code.
    Best regards,
    Christian

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Different questions’ is closed to new replies.