• Resolved Torsten Bulk

    (@torstenbulk)


    Hello,

    I have a problem with the “Happyform advertising banner”.

    I have confirmed this by mistake. Now I can not get rid of it.

    If I change true to false in the file “class-happyforms.php”, this helps only for a short time and then parts of the form disappear!?

    What to do?

    Best regards

    Torsten

Viewing 14 replies - 1 through 14 (of 14 total)
  • Anonymous User 18525946

    (@anonymized-18525946)

    Hey there, @torstenbulk ??

    Happy to help out! To remove this opt-in byline, try popping the following snippet into your theme’s functions.php (or use a plugin like Code Snippets):

    add_filter( 'happyforms_force_hide_powered_by', '__return_true' );

    Let us know how that goes!

    Thread Starter Torsten Bulk

    (@torstenbulk)

    Hello Scout,

    thanks for your answer.

    It should be false.

    I will test it and give feedback.

    Best regards

    Torsten

    Anonymous User 18525946

    (@anonymized-18525946)

    Sounds good, Torsten!

    And while it sounds a bit counter-intuitive to hide the byline by setting a filter to false, this filter actually hides the byline. So setting it to true is what you want to do. It’s a bit like saying, ‘yes, please hide this byline’.

    Keep me posted ??

    • This reply was modified 3 years, 6 months ago by Anonymous User 18525946.
    • This reply was modified 3 years, 6 months ago by Anonymous User 18525946.
    Anonymous User 18525946

    (@anonymized-18525946)

    How did things go, @torstenbulk? Anything else we can help with?

    Thread Starter Torsten Bulk

    (@torstenbulk)

    Hello Scott,

    I have tested it for a few days. It works.

    On true it does not work. Only with false.

    Thanks for the fast support.

    Best regards

    Torsten

    • This reply was modified 3 years, 6 months ago by Torsten Bulk.
    Ignazio Setti

    (@ignaziohappyforms)

    Got it, @torstenbulk!

    It’s quite weird though — I can absolutely confirm that the correct snippet is:

    
    add_filter( 'happyforms_force_hide_powered_by', '__return_true' );
    

    You mentioned patching your plugin code directly in class-happyforms.php — just to be sure, did you revert your changes?

    Let us know!

    Thread Starter Torsten Bulk

    (@torstenbulk)

    Hello again,

    Unfortunately, this has caused another problem.

    After a short time, a multi selection field disappears.

    This only comes back when I reinstall Happyforms.

    ???

    Best regards

    Torsten

    Ignazio Setti

    (@ignaziohappyforms)

    Got it, @torstenbulk.

    Would you please share a link to your form, so we can take a look directly?

    Let us know!

    Thread Starter Torsten Bulk

    (@torstenbulk)

    I have you send a email.

    Thread Starter Torsten Bulk

    (@torstenbulk)

    That is exactly it.

    Thread Starter Torsten Bulk

    (@torstenbulk)

    The field has just disappeared. You can look.

    The message cannot be sent because the accept button is missing.

    It has been since I mistakenly confirmed the banner.

    It is also no longer displayed in the backend. But it is still created.

    • This reply was modified 3 years, 6 months ago by Torsten Bulk.
    • This reply was modified 3 years, 6 months ago by Torsten Bulk.
    • This reply was modified 3 years, 6 months ago by Torsten Bulk.
    • This reply was modified 3 years, 6 months ago by Torsten Bulk.
    Anonymous User 18525946

    (@anonymized-18525946)

    Hey again, @torstenbulk ??

    We got your email, thanks! Ignazio has replied. Do you mind if we close this thread and keep the conversation going over email now?

    That’ll save us chatting in two different places.

    Just let us know and we’ll close this thread.

    Thread Starter Torsten Bulk

    (@torstenbulk)

    This is how we do it.

    Anonymous User 18525946

    (@anonymized-18525946)

    Thanks! This thread is now closed.

    Chat with you over email!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Happyform advertising banner’ is closed to new replies.