This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

How to merge the two footer sections

  • Creator
    Topic
  • #23485
    missjtulip
    Participant

    Hello

    The theme has two sections to the footer- one with three columns and one with the social icons and copyright info. I would like just one but not sure how to do it. I would like one footer with three columns. The centre one to show the social icons and the copyright info and text in the other two. Please can you explain how I can do this?
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #23488
    Jason Bobich
    Keymaster

    Hello,

    Apologies, but there is no feature for what you’re asking and will be a customization you’ll need to make from your child theme. One approach you could do is to essentially to (1) remove the footer copyright area, and then (2) put some sort of custom HTML that you come up with for displaying some kind of copyright information social icons in raw content in the middle column.

    (1) You could hide the footer copyright with CSS from your child theme’s style.css, or unhook it from your child theme’s functions.php.

    remove_action('themeblvd_footer_sub_content', 'denali_footer_sub_content');

    (2) There’s a lot of things you could do here. I’d think the easiest would be just to come up with some HTML that accomplishes what you want, and put it in the raw text input in the middle column. Remember, when using the theme, you’ve got full FontAwesome, to utilize for manually displaying icons:

    https://fortawesome.github.io/Font-Awesome/

    Alternatively, you could make that middle column have with a widget area. I’m sure you could find a third-party widget plugins out there that provide some sort of social icons. You could combine that with a maybe a text widget that displays the copyright line.

    These are all just ideas to hopefully lead you in the direction you want, but ultimately, you’ll need to decide what’s going to work best for you.

    #23497
    missjtulip
    Participant

    Thank you for your advice. I’ll have to get my head around what it all means 🙂

    #23508
    Jason Bobich
    Keymaster

    Yeah, maybe hold off on trying to do things outside of the direct features of the theme for now. Then later as you get a better handle on everything, you can circle back to this one. 😉

    #23518
    missjtulip
    Participant

    Good plan! It’s hard having a vision but not having the knowledge to make it a reality straight away. I will pick it up at some point I’m sure 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.