• Resolved devildad

    (@devildad)


    Hello sir,
    I am using storefront theme on my site but storefront handheld footer bar not showing on my site. Please help.

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Joash

    (@joashrajin)

    Hi there @devildad ??

    I took a look at your site and can see that there is some CSS being used to hide the footer on your site: https://d.pr/i/K7fhC6

    When that code is removed, the handheld bar will be shown: https://d.pr/i/309Em1

    This code could be added by a plugin or some custom code. You can do the following steps to conflict test to see if it resolves the problem: https://docs.woocommerce.com/document/how-to-test-for-conflicts/

    I hope that this helps ??

    Thread Starter devildad

    (@devildad)

    How can I remove that. Can you help me to remove it?

    Joash

    (@joashrajin)

    Hi @devildad ??

    How can I remove that. Can you help me to remove it?

    The conflict testing steps shared should help you find what is causing the problem. To me, it looks very likely that Elementor is hiding it or some custom CSS code.

    If you are unable to conflict test and would just like to override that code, you can go to your Theme Customizer > Additional CSS > and add:

    @media (max-width: 479px) {
    .site-footer {
        display: block !important;
    }
    }

    This code will force the footer to show on Mobile Devices and override the code which is hiding it.

    Thread Starter devildad

    (@devildad)

    Can I move my footer bar some left. Linke moogold.com
    I want to make my footer bar like this site. Can you help if can please help.

    Hi @devildad,

    Can I move my footer bar some left. Linke moogold.com
    I want to make my footer bar like this site. Can you help if can please help.

    Thanks for the example URL. From what I can see on that site they’ve used this tutorial below to add a fourth link for chat to the Storefront handheld footer bar.

    https://woocommerce.com/document/customize-the-links-in-the-handheld-footer-bar/#section-3

    This automatically will move things to the left as it now evenly divides the screen into quarters instead of thirds. This of course does take some custom PHP to modify as you’d prefer. If comfortable with that level of PHP then I’d use a plugin like Code Snippets to add this to your site. Otherwise, see our customizations page below to reach out to a developer for some help getting this done.

    WooCommerce Customizations Page

    Thread Starter devildad

    (@devildad)

    I tried but link create on left side but I want to add on right side.

    Joash

    (@joashrajin)

    Thanks for giving that a try @devildad ??

    Since our earlier recommendation did not work for you, I suggest that you use our customizations page for assistance with adjusting this: https://woocommerce.com/customizations/

    • This reply was modified 3 years, 1 month ago by Joash.
    Thread Starter devildad

    (@devildad)

    Not it’s working but I want to add a new link on right side of handheld footer bar like moogold.com

    • This reply was modified 3 years, 1 month ago by devildad.
    Joash

    (@joashrajin)

    I see what you mean @devildad ??

    That kind of customization extends out of our scope of support, as per our Support Policy.

    As suggested earlier, you can use our customizations page for assistance with implementing this.

    I hope that this helps clarify matters ??

    Thread Starter devildad

    (@devildad)

    Okay thanks

    Joash

    (@joashrajin)

    You’re very welcome!

    If anything else comes up, please feel free to create a new topic ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Storefront handheld footer bar not showing’ is closed to new replies.