Website down after functions php change

Suzie

New member
Joined
Jul 29, 2019
Messages
1
Hi guys,

Im new here and are struggling with my website: www.pocep.nl
I'm using WP with Storefront theme and wanted to remove the footer menu on mobile layout.

I've found the following php code online and added this to my php plugin:
remove_action( 'storefront_footer', 'storefront_handheld_footer_bar', 999 );

After hitting the button my complete website is down.
I haven't received any mail to recover.

Can someone please help me?
Thanks in advance!
 
Nijmegen?

Kan zijn dat de code niet voro php 7.3.6 geschikt is. (raad ik zo heb geen glazenbol)

Could be that this code you found is not for PHP 7.3.6 ( a gues)

Wo is you hoster / website designer ?

Or the Wordpress version 5.2.2 doesn't work with your footer bar
/**
* Plugin Name: Storefront Footer Bar
* Plugin URI: http://woothemes.com/storefront/
* Description: Add a full width widgetised region above the default Storefront footer widget area.
* Version: 1.0.4
* Author: WooThemes
* Author URI: http://woothemes.com/
* Requires at least: 4.1.0
* Tested up to: 4.9

But both are not for DA forum i think

https://github.com/woocommerce/storefront-footer-bar/blob/master/storefront-footer-bar.php
 
Last edited:
Back
Top