• Hello!

    I need help with footer copyright changing, in the theme options i found a place where i can actually change the text, but when i save it, nothing changes, i dont know why? Please help 🙂

    Also, I cannot make the function of clicking the button that follows me through the homepage (it is supposed to bring the page back to the top), how can i change the options of the button? I appreciate every help! :))))

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you show us your website?

    Thread Starter kattsekk

    (@kattsekk)

    Hello Andrew, thank You for response!
    I am still working on localhost, so actually i haven’t published it yet.
    But I believe this isn’t crucial for the problem, I will put the demo preview of the theme, so You will see what I am asking.

    http://demo.athemes.com/sydney/

    These problems are on homepage, actually this right-agneled arrow for the top, which I cannot make clickable.

    And the other thing: the footer text..proudly powered by wordpress..which i would like to change.. the footer.php looks like this originally:

    *
    * @package Sydney
    */
    ?>
    </div>
    </div>
    </div><!– #content –>

    <?php if ( is_active_sidebar( ‘footer-1’ ) ) : ?>
    <?php get_sidebar(‘footer’); ?>
    <?php endif; ?>

    <i class=”fa fa-angle-up”></i>

    <footer id=”colophon” class=”site-footer” role=”contentinfo”>
    <div class=”site-info container”>
    “><?php printf( __( ‘Proudly powered by %s’, ‘sydney’ ), ‘WordPress’ ); ?>
    <span class=”sep”> | </span>
    <?php printf( __( ‘Theme: %2$s by %1$s.’, ‘sydney’ ), ‘aThemes’, ‘Sydney‘ ); ?>
    </div><!– .site-info –>
    </footer><!– #colophon –>
    </div><!– #page –>

    <?php wp_footer(); ?>

    </body>
    </html>

    Hello Kattsekk,
    I also want to change the footer proudley… I saw a video that someone changed under appearence, and then editor the footer php. But very strange I have no editor under appearance! Do you have the solution already how to change it?
    Thanks for your help.
    Annemiek

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘footer copyright and button click’ is closed to new replies.