Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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>

Viewing 1 replies (of 1 total)