• Hello SuevaFree Support,
    Thank you for providing the nice theme.
    I’m having and odd issue with the footer
    For some reason the footer is obstructing the bottom content area of the site.

    Furthermore, if I disable the footer in the custumizer settings, the content area looks proper but of course, I’d like the footer to be enabled since very important info is on it.

    Please advise.
    How can I get it back to normal. I just noticed this today after a few years of using the theme without any problems.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter The Wachamacallit

    (@ineed-help)

    UPDATE:
    While inspecting the page code, I notice the following:

    #footer {
    position: absolute;
    }

    I went ahead and changed it to:

    #footer {
    position: relative;
    }

    The footer is now back to normal.
    Could this be an issue of the newest version of the Theme?
    Please let me know!

    Theme Author alexvtn

    (@alexvtn)

    Hello

    this issue should be generated by Autoptimize plugin, the footer position is assigned by a javascript function but from the Chrome console i see the error below:

    Failed to load resource: the server responded with a status of 403 () tag_assistant_compiled.js:117

    GET https://www.yolandaestrada.com/wp-content/cache/autoptimize/js/autoptimize_c6fdd8fb89abc4f2dce00c286a1a1f69.js 403 ig @ tag_assistant_compiled.js:117 (anonymous) @ tag_assistant_compiled.js:118 Ia @ tag_assistant_compiled.js:10 eg.Ma @ tag_assistant_compiled.js:118 hm @ tag_assistant_compiled.js:334

    Please let me know

    Alex

    Optimizing Matters

    (@optimizingmatters)

    pro-tip; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.

    if the problem is not there at that point, some autoptimize (re-)configuration might be needed to fix this. there are troubleshooting tips and info on how to exclude in the AO FAQ.

    hope this helps debugging,
    frank (ao dev)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer overlapping content Area’ is closed to new replies.