• Hi all ,i’m a beginner learning to build sites, and i encountered a problem since 2 days now, i put a code of an aweber form in the custom HTML widget of a wordpress site but it appears totally under the footer on the front site. and when i want to delete it, i cant, even if i delete the code or disable the widget, its still there in the bottom of the site under the footer. i tried the same thing on a diffrent site without footer and i could delete it. but if it shows under the footer i cant remove it. can enyone help please? thanx in advance.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi mo73,

    The code is not inside a widget. It is below the footer. Did you edit the theme directly?

    You can use this temporary fix until you found the script location.

    Open Dashboard -> Appearance -> Customize
    Put this code

    form.af-form-wrapper {
        display: none;
    }

    inside the Custom CSS / Additional CSS section, then save

    Let me know if that’s works.

    • This reply was modified 3 years, 5 months ago by adinugroho.
    • This reply was modified 3 years, 5 months ago by adinugroho. Reason: fix the code
    vignesh

    (@vigneshonline)

    1. I can see you’re using the Aweber form plugin, if you’re not using that plugin, you can disable it,
    2. also clear cache if you’re using any cache plugin
    3. if your using the Elementor plugin check the Elementor footer template if you have added any code in that

    Thread Starter mo73

    (@mo73)

    @adinugroho thanx you for your help, it did work. thanx.

    Thread Starter mo73

    (@mo73)

    @vigneshonline no i wasnt using an aweber widget or elementor, i put the code directly on the custom HTML of wordpress. but thanx for your help, user adingroho above did solve it for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cant remove a custom HTML widget from my site.’ is closed to new replies.