Site logo

Archived topic

Disable Copyright Footer but keep Footer widgets enabled

7 replies · Started by skyder on March 26, 2020

Viewing posts 1–8 of 8

Hello there,

I have used the Elements add-on to disable the Copyright bar, however it seems that disabling the Footer has disabled the widgets above it too.

I have already tried to use the Widget Shortcodes plugin to set a Hook before the footer, but for some reason the SVGs are not keeping the set size when using this method.

The original intention was to set the copyright label to the right and keep a phone number and email on separate columns to the left and center of the footer, while keeping a responsive design with a center alignment when using the a mobile device.

So far I've only been able to set an Element to replace the footer, but the %current_year% and %copy% elements won't function within the element box, so the only other idea I can think of is to set two widget locations to the side of the copyright section, though I'm at a loss for how to proceed.

Any help would be greatly appreciated

Hi there,

if you want to add a widget for the Phone, a widget for the email to the Footer Bar then i can look at some CSS to create that layout in the footer bar.

Yes please! That'd be great.

If you can remove the custom footer you already have, then add the normal copyright info and the two widgets i can take a look.

Hey there David! Just finished adding back the footer.

The modified code is on the staging site, which is here, sorry for not getting back sooner, we've been having network congestions lately, but it seems that it'll be stable for a while now.

Cheers and best wishes!

Try this CSS:

.copyright-bar {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 500px) {
    .copyright-bar {
        flex-direction: column;
    }
}

Perfect!

It worked, thanks for everything!

You're welcome

This archived topic is closed to new replies.