• Resolved carlbush

    (@carlbush)


    I want to use “Remove Footer Credit” plugin for Bizberg theme. The footer has “Powered by Developed by Bizberg Themes”. I’m trying to figure out the code to place in Step 1: Enter text/HTML to remove (one per line).

    Thank you for any assistance you can provide.

    Using the theme file editor, I think this is the footer.php


    <?php
    /**
    * The template for displaying the footer *
    * Contains the closing of the #content div and all content after.
    *
    * @link https://developer.www.ads-software.com/themes/basics/template-files/#template-partials
    *
    * @package Bizberg
    */

    do_action( 'bizberg_footer_top' );

    bizberg_get_footer(); ?>

    <div class="full-screen-search" style="display: none;">
    <div class="search-box-wrap">
    <div class="searchform" role="search">
    <?php get_search_form(); ?>
    <a href="javascript:void(0)" class="close">
    <i class="fas fa-times"></i>
    </a>
    </div>
    </div>
    </div>

    <!-- start Back To Top -->
    <div id="back-to-top">
    <a href="javascript:void(0)"><i class="fa fa-angle-up"></i></a>
    </div>
    <!-- end Back To Top -->

    <?php wp_footer(); ?>
    </body>
    </html>


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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hello @carlbush,

    Thank you for reaching out to us!

    You have to go to your website > right click on it and select ‘View page source’ > search there for part of the text you want to remove > once you find it then copy it > and paste it in your dashboard > Tools > Remove footer credit > Step 1 > inside the field for step 2 leave empty to remove it completely.

    See my screenshots with an example:
    https://gyazo.com/5edb961dfe9ef73418286bcf109910ec
    https://gyazo.com/6cd4b74663eb4f17dce791c83fa26c14

    To remove it make sure to leave step 2 empty or add text.
    Please give it a go following the example above and let me know how it goes.

    Have a lovely day today,

    Beatrice.

    Plugin Support beatrice12

    (@beatrice12)

    Marking this support thread as resolved due to inactivity. If you have any other questions or need further help please open a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.