Okay
  Public Ticket #2822091
Extra fixed footer
Closed

Comments

  •  1
    Doca started the conversation

    Dear ClaPat,

    We are doing some changes to our site doca.es and we would like to have an extra footer in a fixed position under the actual footer and for all pages like the old classic footers. This is a need in order to have extra info at the end of every page, we also need a little button or text linked to access to client area as now it is in 'client area'.

    For English version of our site, please use language button under the logo and will link to second domain: docakitchens.com

    We have tried adding this function with code but we must have something missing as seems like this new footer appears behind the actual site.

    Will appreciate your help.

    Thanks!

  •  1
    Doca replied

    @ClaPat any clue for help?

    Thanks

  •  1,823
    Support replied

    Hi there, I escalated your ticket to our web designer, we appreciate your patience.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Doca replied

    Hi, it is been quite long since our support request, could you please help?


    Thanks!

  •  1,823
    Support replied

    Hi there,

    We will process your ticket tmrw the latest, we appreciate your patience.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1,823
    Support replied

    Hello,

    the solution provided: right before

    <div id="footer-container">

    you can add

    <div id="footer-pre-container">extra content here</div>

    in /sections/footer_section.php

    https://prnt.sc/1dh99bs

    Adding also the styles

    footer, #footer-pre-container, #footer-container {
        position: relative;
        height: auto;
    }

    in customizer -> additional CSS

    but depends also what kind of content (in terms of  volume) you want to add there should be okay if you keep it small


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Doca replied

    Hi, thanks for the answer and tip.

    After adding the code we've got and extra transparent space underneath the actual footer but nothing is shown after adding widgets on footer area.

    Also, three captions are attached with results after div code added.

    1. Button becomes nearly hidden as goes up.

    2. Adding function to footer-button-wrap into additional CSS looks and behaves OK in browser.

    3. Button mixes with footer in Phone/Tablet versions with last code added.


    If possible we will prefer an extra footer area under the actual one, like the classic black block and not messing or mixing this one.

    Some kind of these: https://htmlstream.com/preview/unify-v2.6/unify-main/shortcodes/footers/shortcode-blocks-footer-classic.html

    We really appreciate your help.

    Thanks,


  •  1
    Doca replied

    We still need help here, please!