• Resolved AJ87DJ

    (@ardon)


    Hi,

    Is there a way of displaying the Social Icons from the Social Menu within the footer area?

    I am only able to display a text link hyperlink to each social platform. This can be seen in both the footer and the widget area.

    They show under the menu dropdown from the header perfectly.

    Is it possible to totally remove the dropdown menu from the header apart from the “Disable Menu Modal on Desktop”?

    The Chaplin theme is simple yet powerful. As they say, less is more…

    Anders, you really have made a fantastic theme!

    • This topic was modified 4 years, 10 months ago by AJ87DJ. Reason: Forgot a section

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @ardon,

    It’s not possible to output the social icons without some custom coding. You’d have to create a child theme, copy footer.php from Chaplin to the child theme folder, and copy the social icon code from parts/modal-menu.php and paste it in the location in footer.php (in the child theme) where you want the social icons output.

    You can hide the menu toggle and the menu modal using custom CSS. Try adding the code below to Appearance → Customize → Additional CSS:

    .header-navigation-wrapper, .menu-modal { display: none !important; }

    Let me know how it goes. Glad you like Chaplin!

    — Anders

    Thread Starter AJ87DJ

    (@ardon)

    Hi Anders,

    Thank you for the prompt response and information.

    I have managed to implement the changes in the child theme I already had customised and use the custom CSS to hide the menu.

    Ardon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Menu Icons – Footer Area’ is closed to new replies.