-
AuthorPosts
-
January 18, 2020 at 12:04 pm #1175799
Dear Enfold team,
just a quick question about the page-based footer: I recently switched to this option and I love it.
In options, I chose “use page and socket”.
When editing I page, I can footerwise choose between “standard layout”, “use selected page as footer and socket”, “use selected page to display as footer (no socket)” and “display neither footer no socket”.
I’m missing the previous option “display only socket”. Am I missing something here? Or is there a chance you might include this option in a future update?
The reason I’m asking is because I have my imprint and other legal info in the socket and I’d like to not display the footer but only the socket on some landing pages.
greetings, Ritchie
January 19, 2020 at 3:45 am #1175955Hey Ritchie,
That options is available for you in the Layout Menu on each page, look for the Footer Settings options.
Best regards,
RikardJanuary 19, 2020 at 4:17 pm #1176017Hi Rikard,
thanks, but this is the setting I’m talking about – the respective option doesn’t have any effect.
Also, there is a second weird issue: page footer works perfectly fine on posts and pags, but the layout gets broken on custom post types:
Post:
Custom Post Type:
This happens with all custom post types. Thanks for your help and have a great Sunday!
greetings, Ritchie
January 21, 2020 at 3:33 am #1176534Hi,
Thank you for the update.
Can we have access to the site? We would like to check the footer settings. Please post the login details in the private field.
You have to include your custom post types in the list of supported post types by the advance layout builder (ALB). Check the documentation below.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
Best regards,
IsmaelJanuary 23, 2020 at 7:42 pm #1177824Hi @Ismael,
thank you so much! I overlooked the custom post type registration in the docu. Works like a charme.
About the other issue, just to clarify:
I have the followin per-page options:
Option 1 – Standard Layout (page as footer + socket)
Option 2 – Use selected pages as footer + socket
Option 3 – Use selected page to display as footer (no socket)
Option 4 – Use neither footer nor socketWhen I choose option 2, the result is the same as with option 1 – both footer & socket get displayed.
When I choose option 3, only the page gets displayed.
When I choose option 4, neither get’s displayed.So I’m basically missing a fifth option “display socket only”.
Credentials attached.
greetings, Ritchie
January 24, 2020 at 10:15 am #1178059Hi,
You’re welcome!
Did you update the theme just recently? There are 6 options in the Default Footer & Socket Settings and the option to display only the socket is there. It is currently set to display the page Footer.
Best regards,
IsmaelJanuary 25, 2020 at 11:50 am #1178331Hi @Ismael,
yes, I know these six options – page & socket is the standard config I want.
I’m just wondering how to disable the footer and keep the socket on single pages (there are only four options in the per-page footer settings.)
January 27, 2020 at 9:36 am #1178617Hi,
Have you tried setting it to the third option Display only socket(no footer widgets)? This will disable the footer containing the widgets and only display the socket. However, the better option is to display a custom page as footer. You can easily recreate the socket using the available elements in the advance layout builder.
Thank you for your patience.
Best regards,
IsmaelOctober 3, 2020 at 2:13 pm #1250327I’m having the same issue
I am using the footer option in settings: Select a page to use as the footer and socket
this is great!on a specific page I need to show only the socket (no footer) but that option is not available on specific page options: Footer settings
it shows 4 options
-Default
-use selected page as footer and socket
-use selected page as footer (no socket)
-don’t display the socket & pageHow do you only display the socket for a specific page?
Thanks!
October 5, 2020 at 3:24 am #1250514Hi mnydish,
Could you post a link to the page in question so that we can have a closer look please?
Best regards,
RikardOctober 5, 2020 at 3:54 am #1250519Currently the option we selected is don’t display socket and page
so we want to try and add the socket
but Hide the footer pageOctober 6, 2020 at 7:00 am #1250715Hi mnydish,
Thanks for that. Could you select to show the footer again on the page, so that we can find the correct CSS in order to hide the footer, but let the socket show please?
Best regards,
RikardOctober 6, 2020 at 11:28 am #1250807all set
October 6, 2020 at 9:06 pm #1250958Hi mnydish,
Do you mean the issue is resolved? Or do you need more help with it?
Best regards,
VictoriaOctober 6, 2020 at 9:29 pm #1250974Hi Victoria
I still need the CSS to fix this
I set the page back to the option to show the display socket and pagethanks
October 8, 2020 at 4:51 am #1251252Hi mnydish,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-27 #av_section_11 { display: none; }
Best regards,
RikardOctober 8, 2020 at 5:42 am #1251279Hi Rikard
Its not working but I think its because we are referencing the wrong section #
There are a bunch of hidden elements on the page that are assigned to only show on mobil.I tired the following and was able to get the main image to hide.
.page-id-27 #av_section_1 {
display: none;
}Just can’t figure out which number to get the footer to hide. I thin it should be 22, but that did not work
also the footer is a few elements on another pageOctober 9, 2020 at 5:57 am #1251625Hi,
Thanks for the update. It has a different ID now, please try this instead:
.page-id-27 #av_section_9 { display: none; }
It would likely be easier if you gave the section an ID in the element options though, then replace av_section_9 with the ID that you assigned to it.
Best regards,
RikardOctober 11, 2020 at 11:57 pm #1252124Hi Rikard
Still having a few issues
The code you sent removes the bottom part of the footer. I actually wanted to remove everything above Keep-up-to date with us
The page contains duplicate data specific for desktop and mobile
Ideally I want to remove it for both viewsThanks!
October 13, 2020 at 6:01 am #1252440Hi,
Thanks for the update. I’m not sure what exactly you want to remove now, if you remove everything above the Keep up-to-date with us… then that will be the only section left on the page. Is that what you are looking to achieve?
Best regards,
RikardOctober 13, 2020 at 10:37 am #1252504This reply has been marked as private.October 14, 2020 at 7:48 am #1252688Hi,
Thanks for the clarification. Please try this CSS instead:
.page-id-27 #av_section_9, .page-id-27 #av_section_6, .page-id-27 #av-layout-grid-17, .page-id-27 #av-layout-grid-18, .page-id-27 #av-layout-grid-24, .page-id-27 #av-layout-grid-25 { display: none; }
Best regards,
RikardOctober 14, 2020 at 11:54 am #1252745This reply has been marked as private.October 16, 2020 at 4:49 am #1253136 -
AuthorPosts
- You must be logged in to reply to this topic.