-
AuthorPosts
-
November 15, 2024 at 8:15 pm #1471435
Usinsg “Lohgo area heading” and menu items on the left, footer and socket are not screen-width.
This does not change whether I use the standard footers or replace them with a page.
Also, the footer strip is very high, despite only using widgets composed of 3 lines of text.
Creating a page with a color section and 3 columns in which the widgets have been inserted, the height decreases, but it is still too high at the bottom.November 16, 2024 at 1:32 pm #1471461Hey icarogioiosi,
Please link to your pages so we can examine, one page of what you want, and another of what you what to correct.
A color section added padding/margin to the footer page, or you can try adding the 3 columns without a color section in your footer page.Best regards,
MikeNovember 16, 2024 at 8:38 pm #1471478The site is under construction, therefore not visible to the public.
You can download a JPG image from the following link:
https://wetransfer.com/downloads/5fe5f19f5cd2eb83a88340c3bbc834b720241116193041/cc2b8820679df52bcee3aa06bea0501220241116193103/9ea811?t_exp=1732044641&t_ lsid=92841b41-560e-4693-9b1b-7b2c092d5f25&t_network=email&t_s=download_link&t_ts=1731785463
The footer is not as wide as the screen but only as the page content, so it is not visible under the menu.November 17, 2024 at 8:33 am #1471480Please read this first : Enfold has understood the footer as part of #main from the very beginning. This means placing the containers within this main. I don’t know if this has any advantages, but many other themes have it as a sibling of header and main. I just skimmed over whether you could change the position with a child theme footer.php; however, I think you would then run into more conflicts than you would solve.
#wrap_all will have then:
- #header
- #main
- #footer
- #socket
see: https://enfold.webers-webdesign.de/enfold-consulting/
I believe that the option for the footer: “sticky with curtain effect” will be difficult to implement.
see footer.php changings (lines 11 and … ) https://pastebin.com/JUyUhwDs
#footer, #socket, #footer-page { z-index: 1000; } #footer-page { position: relative; }
November 17, 2024 at 1:10 pm #1471486Hi,
Thanks for your input Guenni007.
icarogioiosi, if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeNovember 17, 2024 at 5:12 pm #1471506Thanks for your suggestion Guenni007.
Let’s see if I understood correctly. You recommend duplicating the footer.php file from the theme to the child and modifying the code of lines 311-317 and adding that of lines 11-15, right?
And the remaining code?
#footer, #socket, #footer-page {
z-index: 1000;
}
#footer-page {
position: relative;
}
Where should it be inserted? I don’t find it inside the file https://pastebin.com/JUyUhwDsNovember 18, 2024 at 9:31 am #1471538on pastebin – this is the already edited footer.php. You can download it there.
If you place it to your child-theme root directory ( just besides style.css, functions.php and screenshot.png) it will automatically work.
you can see the changings because they are commented in that file. i just shifted the closing div of #main to the top.
it seems to work as long as you do not need the curtanin effect footer – with footer-page it works too – see example pages
https://enfold.webers-webdesign.de/enfold-consulting/
or
https://enfold.webers-webdesign.de/enfold-photography-portfolio/on those two pages i aditionally added:
.responsive #top #footer .container, .responsive #top #socket .container, .responsive #top #footer-page .container { max-width: 95vw; }
November 19, 2024 at 7:47 pm #1471691It works!
Thanks for your time Guenni007.
About Mike’s proposal “A color section added padding/margin to the footer page, or you can try adding the 3 columns without a color section in your footer page.”
Footer height remains an issue.Using only widgets consisting of 3 lines of text and a title, there is a huge amount of empty space both above and below.
https://img.savvyify.com/image/image.97nP6if I use a page by replacing the footer and socket, the space at the top is just right, but there is too much unused space below.
A footer like this is not aesthetically pleasing.
https://img.savvyify.com/image/image.97BAhNovember 20, 2024 at 1:15 am #1471713Without seeing the specific page, I’m afraid I can’t help.
November 20, 2024 at 6:07 pm #1471788Hi Guenni007.
I understand your point of view but the pages are still under construction and therefore not public.
But a solution can also be evaluated at https://enfold.webers-webdesign.de/enfold-photography-portfolio/, isn’t it?If you would like to get a reduction as indicated with the arrows in this image
https://img.savvyify.com/image/01.97WJUto achieve this result
https://img.savvyify.com/image/02.97a1ehow could you do it?
November 20, 2024 at 6:57 pm #1471790#top #footer { padding: 5px 0 ; } #top #footer .widget { margin: 10px 0 ; } #top #socket .container { padding-top: 10px !important; padding-bottom: 10px !important; }
November 21, 2024 at 4:02 pm #1471861Perfect!
Once again, thanks for your time Guenni007.November 23, 2024 at 7:01 pm #1472031Hi,
Glad Guenni007 could help, thank you Guenni007, 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 menu’ is closed to new replies.