• I removed the Woothemes credit from my Website footer with code but I was testing out mobile appearances and discovered:

    At the bottom the original @2016 Storefront designed by WooThemes.

    How is this removed? There must be separate code compared to that which removes it from viewing on a desktop or laptop computer. This issue is for viewing my site on a smartphone. It does not appear on tablets either.

    Thank you,

    Don

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    There’s no separate code for handheld/desktop relating to that message.

    To remove it, add the following code;

    add_filter( 'storefront_credit_link', '__return_false' );

    I recommend using our Theme Customisations plugin to make this change.

    Cheers

    Thread Starter Don Anastas

    (@javaman1)

    The following code worked to remove the footer credit for desktop, laptop, tablet viewing.

    footer .site-info { display:none; }

    The code add_filter( ‘storefront_credit_link’, ‘__return_false’ );

    did not work to remove the credit from viewing the site on a Smartphone.

    I did use customization for CSS for both codes.

    One note: the portion of the code you suggested –

    ‘storefront_credit_link’, ‘__return_false’

    displays in red on the Custom CSS. I’m not sure what this might mean or if something is missing.

    Thanks,

    Don

    Hey Don,

    Sorry for not being clearer, that code is PHP. I recommend adding it to the custom/functions.php file of the Theme Customisations plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer Credits in Mobile’ is closed to new replies.