Home › Forums › WoodMart support forum › Footer customization
Footer customization
- This topic has 15 replies, 2 voices, and was last updated 3 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
September 20, 2021 at 6:42 pm #319871
hpbParticipantHi,
We are having trouble customizing the footer to our liking:
1. In utilizing the collapsed feature and menus for the footer. How do we in column 3 have text alone, we don’t want any links in the column – only text? Picture: http://prntscr.com/1szrq41
2. Are we able to align so columns in the footer are centered? (private content for ref picture)
3. We have problems editing the copyright area of the footer. Are we able to have 3 columns in the copyright field?
I have attached a picture in the private content area of how we want it to look.
September 20, 2021 at 11:40 pm #319897
Elise NoromitMemberHello,
You configure the Footer layout in the Theme Settings > Footer.
Then you add any widgets you wish, a text widget for column 3 in Appearance > Widgets > Footer Column 3, and so on.
You can align the content in the center, please configure the footer completely and contact us we will check and suggest how to do that.
As for copyrights, please try to create content in HTML block and use it for copyright. https://xtemos.com/docs/woodmart/html-blocks-2/
If you have any questions please feel free to contact us.
Best Regards
September 21, 2021 at 6:49 am #319947
hpbParticipantThanks for the clarification.
The main issue is the collapsibility of the menu, when adding a text in the widget area to column 3: http://prntscr.com/1t2ceqf
It’s supposed to be collapsable on the mobile view and the text within the collapsed menu. Footer reference link in private content area
September 21, 2021 at 7:41 am #319968
Elise NoromitMemberHello,
If you have added an HTML widget the footer would not be collapsable. Please insert the site credentials into the Private Content block under the message area.
I will check your Footer content.
Best Regards
September 21, 2021 at 8:29 am #319988
hpbParticipantI have added login information to the site under private content.
September 21, 2021 at 12:36 pm #320058
Elise NoromitMemberHello,
The theme options are incorrectly reflected https://gyazo.com/9b30c8b56a37d87b50b9661c11542426
Please check SSL configuration and deactivate all the plugins except these ones:
Slider Revolution
WPBakery Page Builder or Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVGIf the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
September 21, 2021 at 2:45 pm #320085
hpbParticipantHi Elise,
1. I fixed the issue with the theme options being incorrectly reflected. It was related to htcacces. It is correctly reflected now.
2. The issue still persists in column 3 and I tried deactivating all the plugins and the issue still persisted. Took this screenshot with all the non woodmart related plugins disabled: http://prntscr.com/1t3y6zb
September 21, 2021 at 5:57 pm #320123
Elise NoromitMemberHello,
Make sure you have added a text default WordPress widget not Gutenber.
Best Regards
September 22, 2021 at 10:18 am #320254
hpbParticipantThat fixed it! I will reply when the footer is finished. So we can try to get it centered 🙂
September 22, 2021 at 2:59 pm #320348
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
footer .widgettitle, .widget-title { text-align:center; } footer .widget_nav_menu ul li{ text-align:center } footer .textwidget p{ text-align:center }
Best Regards
September 22, 2021 at 4:08 pm #320368
hpbParticipantHey,
I just tried it and nothing happened. The CSS code is red: http://prntscr.com/1t8uh9q
September 22, 2021 at 6:57 pm #320404
Elise NoromitMemberHello,
Please replace the code with this one:
footer .widgettitle, .widget-title { text-align:center; } footer .widget_nav_menu ul li{ text-align:center; } footer .textwidget p{ text-align:center; }
Best Regards
September 22, 2021 at 7:05 pm #320407
hpbParticipantHi Elise,
Just tested it and no change in the footer. We have no cache plugin installed as well.
September 22, 2021 at 7:43 pm #320411
Elise NoromitMemberHello,
When you inserted the code, you have deleted the closing bracket from the previous styles, that is why all got red: https://gyazo.com/1833b5a9fc45b9200b96dd6773848148
Please check now, it should work now.
Best Regards
September 22, 2021 at 8:20 pm #320415
hpbParticipantHi Elise,
I apologize for that error. Looks great 🙂
Is it possible to have the text aligned in the center, but aligned together as such: http://prntscr.com/1t9gk6t
September 22, 2021 at 11:06 pm #320433
Elise NoromitMemberHello,
You will need to delete all the code I have provided and add this custom instead:
body .main-footer.container { max-width: 1000px; }
You can change
1000px
as per your needs.Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register