Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1334086

    Hi,
    I am sorry, but I am unable to include a footer widget above the socket. I tried your forum responses, no suucess.

    I defined the footer widgets in the widget area and also defined in Enfold-Footer to show widget & socket, 2 columns. Where is my mistake?
    Thx
    Klaus-Peter

    #1334101

    Hey,

    Thanks for contacting us!

    It seems like modified header.php or footer.php file is the issue. You can refer to this post – https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/

    If you would like us to update the file for you, please create FTP logins and post them here privately. WP logins did not work for me so please check them as well :)

    Best regards,
    Yigit

    #1334159
    This reply has been marked as private.
    #1334165

    Hi,

    Thanks for that. The WordPress login details don’t seem to be working, could you check and verify please? Also, I checked the site in private using FTP, but I can’t see Enfold installed there?

    Best regards,
    Rikard

    #1334212
    This reply has been marked as private.
    #1334227

    Hi KP,

    You had following code in Enfold theme options > General Styling > Quick CSS field

    #footer {
    display: none;
    }

    I removed it. Please review your website :)

    Best regards,
    Yigit

    #1334281
    This reply has been marked as private.
    #1334316

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    #socket .copyright {
        margin-left: 4px;
    }

    Best regards,
    Rikard

    #1334407
    This reply has been marked as private.
    #1334411

    Hi Klaus-Peter,

    I added following code to bottom of Style.css file of your child theme

    @media only screen and (max-width: 990px){
    .avia-menu.av-main-nav-wrap {
      margin-right: 0 !important;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #1334412
    This reply has been marked as private.
    #1334415

    Hi,

    I added following code to bottom of Style.css of your child theme as well.

    @media only screen and (max-width: 480px){
    .responsive #top #wrap_all .av-logo-container {
      margin: 0;
      width: 100%;
      max-width: 100%;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #1334429
    This reply has been marked as private.
    #1334431

    Hi,

    You are welcome, Klaus-Peter! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Footer widgets does not show-up’ is closed to new replies.