• I want to remove credits from the footer “Storefront designed by WooThemes.”-this stays at the footer.
    In the Menu/WooCommerce/E-mail stays filed for renaming or remowing “Powered by WooCommerce” which is different from that one that us staying on the web site…but is exatctly explained like it sholud be removed “Storefront designed by WooThemes.” .. is it safe to remove that an this Storefront Theme?

Viewing 15 replies - 1 through 15 (of 16 total)
  • Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hey Zozi,

    Yeah it’s safe to remove that.

    Thread Starter zozi

    (@zozi)

    Thanks Stuart)
    ..I have another question: Is it safe and possible to remove this text: Storefront designed by WooThemes. which is set to the footer of the web site?
    Thank you a lot)

    James Koster

    (@jameskoster)

    Yep you can remove that using the storefront_credit_link filter.

    Cheers

    theinfidelity

    (@theinfidelity)

    Thread Starter zozi

    (@zozi)

    Thanks James…but i have forgot to say that is on the original Theme file…once i have just removed the code with the credits form the footer.php and the site crashed..i dont have daughter Theme.
    Thank you again))

    James Koster

    (@jameskoster)

    I recommend using our Theme Customisations plugin to make these kind of changes.

    Add this to custom/functions.php;

    add_filter( 'storefront_credit_link', '__return_false' );

    If you’re not comfortable with code, our Storefront Designer extension allows you to do this and much more.

    Cheers

    Thread Starter zozi

    (@zozi)

    Thanks for the answer James..i have the feeling like you are the author to this theme.. you now the things prefectly..thanks a lot

    Can you please tell me how to use the Theme Customisations plugin…i dont know how to instal it..is there any guide..or tutorial? Where should i add theme-customisations.php and the other files?
    btw im student in Informatics and i am comfortable with code

    Cheers
    greetings from Macedonia

    Thread Starter zozi

    (@zozi)

    I need this plugin for saveing the changes which i had made to the original parent theme. With this plugin i won`t lose the changes which i have made, when i upgrade the theme to the latest version.. is it right?

    Thanks again

    James Koster

    (@jameskoster)

    Yep that’s right. Just download it from github, make your changes to the appropriate files (the readme will explain) then upload it to your server and activate.

    Cheers

    Thread Starter zozi

    (@zozi)

    Thanks James
    …hah.. i have not seen that there is a button for download the zip. file
    Now i have instaled the plugging thnaks)) Cheers)

    Hi Zozi,
    If you want to get rid of it, just add a css:

    .site-info {
    display: none;
    }

    Thread Starter zozi

    (@zozi)

    Thanks Nicu…thats a nice one.. i will try it

    Thread Starter zozi

    (@zozi)

    Hey @jameskoster i have a question..when a want to make a changes to the Parent theme..should i simply write the code trough Dashboard/Appearance/Edit CSS:(style.css or sometning else) or i should make some extra steps to write the code into /wp-content/plugins/theme-customisations-master/custom functions.php or style.css ?

    Thank you:)
    Greetings form Macedonia

    You should never, ever make changes to the parent theme. Add them to theme-customisations/custom/style.css.

    Thread Starter zozi

    (@zozi)

    Hey James
    Is this plugin “Theme Customisations” safe to use it with Themes from other developers, or its made just for WooThemes?

    Thanks again:)

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Is it safe to remove credits from footer "Powered by WooCommerce"’ is closed to new replies.