Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #1352998

    Dear Team,

    My message got lost so i write another one.
    I am experiencing two problems with the footer.

    1. In some pages, I can easily set my personalized footer with default footer behaviour, while in others like the one below, if I do that, the header comes in a square. How can I prevent this from happening ?

    2. In my personalized footer I didn’t set any a socket, still when I set it in the pages a grey socket shows up. I would like to change its color and put information inside (legal, confidentiality,…): where do I find the place to edit the socket ?

    Thank you,
    Kind regards,
    Natacha

    #1353008

    Hey HulaSlim,

    Thank you for the inquiry.

    We may need to login to the site in order to check the page above. Please post the login details in the private field and make sure that the theme is updated to version 4.9.2.3.

    Best regards,
    Ismael

    #1353066
    This reply has been marked as private.
    #1353117

    Hi,

    Thanks for that. I can’t see that the header and footer are any different on that page compared to your other pages? If you are referring to the grey area above and below the background image in the Color Section on your footer page, then please try to change the height setting in the Color Section, or the behaviour of the background image, to have it stretch in order to fill the container.

    Best regards,
    Rikard

    #1353234

    Hi Ismael,
    That’s right, the header came in place again. I don’t know what happened.
    As for the footer, it’s not about the stretching of the image. The image already fills the whole space, don’t you see it like this from where you are? I’m actually talking about that sort of socket, it’s grey and when scrolling the footer seems to go inside it. Well, I would like to edit that grey part. Or it isn’t a socket, actually ?

    #1353236
    This reply has been marked as private.
    #1353302

    Hi,
    For your footer page the reason the background image had a gray color above and below it was because the color section was set to 100% of the page height (100vh) where it should have been set to “No minimum height, use content in article to set section height” I adjusted this for you, please clear your browser cache and check.

    Best regards,
    Mike

    #1353308

    Hi Mike,
    Thank you very much for fixing this. I didn’t get where this setting has been made ?
    So now, how do I get to edit a personalized socket: color, copyright, confidentiality, etc. ?
    Thank you again,
    Regards,
    Natacha

    #1353323

    Hi,

    Since you have selected to use a page to display your footer, you will have to edit the content in that specific page. If you want a regular footer instead, then you can make the necessary adjustments under Enfold->Footer.

    Best regards,
    Rikard

    #1353384
    This reply has been marked as private.
    #1353397

    Hi Hula Slim,

    I have checked your footer page and it seems you have a Regular Section at the bottom of your footer page with gray background and two columns, if you remove that section the gray area at the footer will also be removed (regular sections have a minimum height of 100px, so it will show up even if the contents are empty).

    Best regards,
    Nikko

    #1353835
    This reply has been marked as private.
    #1353888

    Hi,

    Thanks for the update. If you want a layout like on the page you linked to, then maybe it would be better if you chose the regular footer + socket option under Enfold->Footer? If you need a background in the footer, then we can help you out with custom CSS for that.

    Best regards,
    Rikard

    #1353959

    Hi,
    Thanks for the answer.
    Can you please tell me more precisely what I have to do ? Which solution, widget, not widget, only widget,…I have tried many times and nevers achieved something personalized. I don’t want a river of infofrmation there, only my logo, adress, partners’ logos and 3 things in the socket.
    For the background it’s good news that I can have a personalized one, but first I have to get a better image.
    Thank you and regads,
    HulaSlim

    #1353984

    Hi HulaSlim,

    Here are the steps you’ll need to do in order to achieve something similar to the link you gave.
    1. Go to Enfold > Footer, then set the following:
    Default Footer & Socket Settings: Display the footer widgets & socket
    Footer Columns: 4
    2. Go to Appearance > Widgets, then add the following to the Footer Columns (widget area)
    – Footer – Column 1, use Image widget
    – Footer – Column 2 to 4, use Text widget
    Hope this helps.

    Best regards,
    Nikko

    #1354161
    This reply has been marked as private.
    #1354206

    Hi,
    Thank you for the link to your footer but I don’t think I understand correctly because the transparent buttons are side by side when I check, please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1354224
    This reply has been marked as private.
    #1354226

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
    I would like to point out that if you are testing by “Zooming” then this will give you incorrect results, you should instead use the Dev Tools (typically F12, or menu ▸ more tools ▸ developer tools) all browsers have to same Dev Tools and behave basically the same, please read this article for Chrome: Simulate mobile devices with Device Mode, in Safari it’s called Responsive Design Mode

    Now the reason your transparent buttons in your custom footer are stacking on smaller screens is because you have them in a 1/3 column:
    2022-06-05_001.jpg
    You should remove this from the column so it will be full width:
    2022-06-05_003.jpg
    and set the alignment to left:
    2022-06-05_002.jpg
    then even on smaller screens they will be in a row:
    2022-06-05_004.jpg

    Best regards,
    Mike

    #1354565
    This reply has been marked as private.
    #1354576

    Hi,
    Thanks for the feedback, at the smallest mobile screen size, 375px, your link text is about half of the screen width with your current font size 13px:
    2022-06-08_002.jpg
    in order to have these in one line at this screen width you will need to back the font size 8px which would probably be hard to read, you can try with this css:

    @media only screen and (max-width: 620px) { 
    .avia-buttonrow-wrap.footer-buttonrow .avia-button {
        font-size: 8px;
        padding: 9px 2px 7px;
    }
    }

    To remove the border from the buttons try this css:

    #top .avia-buttonrow-wrap.footer-buttonrow .avia-button.avia-color-light {
        border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1354698
    This reply has been marked as private.
    #1354736

    Hi,
    I mean that for mobile screens to have the footer text in a single line the text will be very small, you can see what I mean by trying this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 620px) { 
    .avia-buttonrow-wrap.footer-buttonrow .avia-button {
        font-size: 8px;
        padding: 9px 2px 7px;
    }
    }

    if your button text was less characters it would be better perhaps like: Conditions | légales | Confidentialité

    To remove the border from the buttons try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .avia-buttonrow-wrap.footer-buttonrow .avia-button.avia-color-light {
        border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1354957

    Hi Mike,
    Thank you for the idea of shorting the button names.
    As for the boarders, in appearence / additional CSS I arrive in a Jetpack page where I have to buy a monthly pack. I don’t wanto to spend more money in this.
    As for the internal adaptation option, in advances there are two fields: personalized CSS or locked CSS. Which one is it ?
    Thank you
    HulaSlim

    #1354973

    Hi,
    This is the Enfold ▸ General Styling ▸ Quick CSS field that I spoke of, I add the css for you:
    2022-06-12_001.jpg
    please clear your browser cache and check.

    Best regards,
    Mike

    #1354996

    Ok. Thank you for doing it. The problem is solved, this issue can then be closed. Thanks again.
    Best regards,
    HulaSlim

    #1354997

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘Footer and header influence each other and socket edition’ is closed to new replies.