-
AuthorPosts
-
May 26, 2022 at 12:55 am #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,
NatachaMay 26, 2022 at 7:56 am #1353008Hey 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,
IsmaelMay 26, 2022 at 5:48 pm #1353066This reply has been marked as private.May 27, 2022 at 11:00 am #1353117Hi,
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,
RikardMay 27, 2022 at 10:28 pm #1353234Hi 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 ?May 27, 2022 at 10:36 pm #1353236This reply has been marked as private.May 28, 2022 at 10:58 pm #1353302Hi,
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,
MikeMay 29, 2022 at 1:29 am #1353308Hi 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,
NatachaMay 29, 2022 at 10:46 am #1353323Hi,
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,
RikardMay 30, 2022 at 3:02 am #1353384This reply has been marked as private.May 30, 2022 at 4:17 am #1353397Hi 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,
NikkoJune 2, 2022 at 2:02 am #1353835This reply has been marked as private.June 2, 2022 at 9:37 am #1353888Hi,
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,
RikardJune 2, 2022 at 6:03 pm #1353959Hi,
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,
HulaSlimJune 3, 2022 at 5:16 am #1353984Hi 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,
NikkoJune 4, 2022 at 6:10 pm #1354161This reply has been marked as private.June 5, 2022 at 1:13 am #1354206Hi,
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,
MikeJune 5, 2022 at 2:15 pm #1354224This reply has been marked as private.June 5, 2022 at 2:50 pm #1354226Hi,
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 ModeNow the reason your transparent buttons in your custom footer are stacking on smaller screens is because you have them in a 1/3 column:
You should remove this from the column so it will be full width:
and set the alignment to left:
then even on smaller screens they will be in a row:
Best regards,
MikeJune 8, 2022 at 9:37 pm #1354565This reply has been marked as private.June 9, 2022 at 3:33 am #1354576Hi,
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:
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,
MikeJune 9, 2022 at 6:17 pm #1354698This reply has been marked as private.June 10, 2022 at 1:51 am #1354736Hi,
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,
MikeJune 12, 2022 at 9:20 am #1354957Hi 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
HulaSlimJune 12, 2022 at 4:05 pm #1354973June 12, 2022 at 10:39 pm #1354996Ok. Thank you for doing it. The problem is solved, this issue can then be closed. Thanks again.
Best regards,
HulaSlimJune 12, 2022 at 10:42 pm #1354997Hi,
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 -
AuthorPosts
- The topic ‘Footer and header influence each other and socket edition’ is closed to new replies.