This topic has 15 replies, 5 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
Hello Eva,
We would like to add some pages (not all) in the footer, as a list. But I cannot find how to.
Can you help me ?
Which element should I add ? And how to choice which pages can appear ?
Many tks !
Eli
Hello Elimy,
you need to navigate to Dashboard > Appearance > Widgets and add ‘Pages’ widget to needed footer widget area. You can additionally configure this widget.
Regards,
Stan Russell.
Sorry but it’s not working … Nothing appears.
This is not exactly what I guessed.
Because, I work with a statick block. And if I add a widget, I’m afraid of how it will appear because I won’t be graphic. I guess it will appear below the statick block. And so, it will take a big place… !
I’m complety lost.
For this time, I want to add the only page ID 17696. But after they will have some other. Maybe 5.
As it’s seem impossible to add a element in the statick block… I’ve tried to add the widget in the “Footer Links” … without succes…
Please, help me to find the configuration/setup.
Thank you.
Eli
Hope you could help me very soon… special tks!
Hello,
You need create a custom sidebar https://www.8theme.com/demo/docs/woopress/#!/9_widgets_custom_widget_areas and add Pages widget into there. Exclude pages ids in the settings you don’t want to show and then edit your static block, select Widgetised Sidebar element in VC editor and choose your custom sidebar.
Regards,
Eva Kemp.
Beautiful <3
You are a genius !
Just, I want to move the widget-title (because I’ve already added a separator with text). So I’ve tried this code CSS.. but it seems it’s not working.
What’s the good one, please ?
.widget-title
{
display: none;
}
TKS A LOT
Eli
Hello,
Try to use this code in custom.css:
.footer .widget-title {
display: none;
}
Best regards,
Jack Richardson.
It’s not working better 🙁
Hello,
I’ve edited the code and added this one:
.main-footer-1 .widget-title {
display: none !important;
}
Clear browser cache and check widget now.
Best regards,
Jack Richardson.
thanks. it’s ok for the home.
But not in the posts pages…
Hello,
I’ve edited the code:
.main-footer-1 .widget-title, .footer-top .widget-container .widget-title {
display: none !important;
}
Please check now.
Best regards,
Jack Richardson.
OK it’s working !! Many thks for helping me so fast !
Just to know… there a 2 differents footers ? The footer in posts pages is different ?
Why ?
Is it possible for me to have the same everywhere in the website ?
Maybe it’s a simple action that I ignore ?
Hello,
I’ve set “Default” in “Use custom footer for this page” section for Blog and Home page and now footer is styled similarly in both pages as it’s loading only from Appearance > Widgets > Footer 1 area.
Please check.
Best regards,
Jack Richardson.
Thanks the team !
Everything’s OK for now 🙂
Eli
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘Add pages in the footer’' has been successfully resolved, and the topic is now closed for further responses