Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter llluttt

    (@llluttt)

    my website is bestwayparenting.com

    Hey, how u solved the problem? ??

    Thread Starter llluttt

    (@llluttt)

    yes i have

    I would like to know too, how did you do this?

    @franka slothouber post your site address

    llluttt is it possible to explain it?? ??

    @ ashiquzzaman:
    https://www.frankaslothouber.nl

    I managed to get rid of the credit line too, but I was wondering how illutt did it, as I see on their site that they have put another text there and I am curious how to do that.

    @franka slothouber you need to change the footer text in footer.php file. But before doing anything either make a backup copy of your file or make a child theme and then try to do your customization.

    @ ashiquzzaman:

    That’s what I would have thought too, but when I take a look at the footer.php file I don’t see where I can insert my own text.
    This is how the file looks like:

    <?php
    /**
    * The template for displaying the footer
    *
    * @package WordPress
    * @subpackage stainedglass
    * @since Stained Glass 1.0.0
    */

    ?>
    </div> <!– .main-area –>

    <?php get_sidebar(‘before-footer’); ?>
    <footer id=”colophon” class=”site-footer”>

    <?php if ( ‘1’ == stainedglass_get_theme_mod( ‘is_show_footer_menu’) ) : ?>

    <div id=”footer-navigation” class=”nav-container”>
    <nav id=”menu-4″ class=”horisontal-navigation” role=”navigation”>
    <span class=”toggle”><span class=”menu-toggle”></span></span>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘footer’, ‘menu_class’ => ‘nav-horizontal’ ) ); ?>
    </nav><!– #menu-4 .horisontal-navigation –>
    <div class=”clear”></div>
    </div><!– #footer-navigation .nav-container –>

    <?php endif;
    if ( ( ! is_front_page() || ‘1’ == stainedglass_get_theme_mod( ‘is_home_footer’ )) && ! is_page_template( ‘page-templates/no-content-footer.php’ ) )
    get_sidebar(‘footer’);
    do_action(‘stainedglass_site_info’); ?>

    </footer><!– #colophon –>
    </div><!– #page –>
    <div class=”background-fixed”></div>
    <div class=”hide-screen-fixed”></div>
    <?php wp_footer(); ?>
    </body>
    </html>

    @franka slothouber it looks like you can change your footer text via customizer in the back-end. Or you can go to your theme and then page-templates folder and to no-content-footer.php file. However make sure you’re having a backup copy of your file or making changes in a child theme.

    Thank you ashiquzzaman for the answer, but i can`t find a way to solve the problem!

    U can see here:

    https://www.robertkores.de/christine/wordpress

    i cant change the words “powered by…” into “impressum”.

    Does anyone know???

    Thanks for help!

    Did you go to dashboard and looked into theme customizer?

    Yes of course, but i dont find a way! There are many options, but no one to change the footer.

    When i put a widget into the “Footer Sidebar”, i cant see it!?

    When i am looking for the “powered by” text in the quellcode in my browser (safari), i can find the text in the html file, but into the backend in wordpress i only see php files!?

    i dont know… ??

    Thread Starter llluttt

    (@llluttt)

    I use firebug to get the coding and I play around to see what needed to change and what i needed to remove If you want me to take you step by step I will do it. I do
    If your go to footer php your can change it.
    my example is do_action(‘_site_info’); ?>
    Powered by Angela and Glyne Best   © 2015 Bestway Parenting

    Thread Starter llluttt

    (@llluttt)

    let me know if you have solved the problem

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘removing powered by stained glass’ is closed to new replies.