• Resolved extravacanza

    (@extravacanza)


    hello!

    as you can see by clicking the link in the subject, my website page ends with a white line and a footer and the height doesn’t fit the screen, meaning you have to scroll to see the full page.

    i would love to remove both footer and white line and have the page fit the screen without scrolling.

    i’ve tried removing the foother by changing the css and/or using a plugin, but the white line stays there and the page still needs scrolling.

    im currently using this theme.

    anyone that can help me?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author tuxlog

    (@tuxlog)

    Hello,

    to remove the the line just delete line 106 from index.php “, it is

    <div class="article-footer"><hr></div>

    or set class article-footer to display:none.

    To remove the complete “Proudly…” remove the follwing from footer.php:

    <a href="<?php echo esc_url( __( 'https://www.ads-software.com/', 'retrogeek' ) ); ?>" class="imprint">
    <?php
    /* translators: %s: WordPress */
    printf( esc_attr__( 'Proudly powered by %s and RetroGeek-Theme', 'retrogeek' ), 'WordPress' );
    ?>
    </a>

    Hope it helps.

    Thread Starter extravacanza

    (@extravacanza)

    that helped.
    thank you very much!

    however, the page still doesn’t fit the screen.
    like, there are five lines total on my landing page, but so much extra space after them it forces the creation of a scrolling bar.

    how can i get rid of that too?
    or just simply make the page fit the screen?

    Theme Author tuxlog

    (@tuxlog)

    Good to hear it worked. To reduce the footer contents to a minimum you can just edit footer.php and rmeove verything between <footer..> and </footer>. This shoudl do the trick.

    Thread Starter extravacanza

    (@extravacanza)

    what seems to be taking more space is the animated tagline which, for some reason, “goes away” when i remove the line <?php wp_footer(); ?> from footer.php and that’s a bit confusing?

    btw, you’re the creator of the theme, right?
    are you still working on it?
    just asking out of curiosity.

    Theme Author tuxlog

    (@tuxlog)

    If you remove the wp_footer call the needed scripts which are loaded in the footer for eprforamnce reasons are not loaded anymore and then the animation vanishes.

    Yes, I am the creator and I am still maintaining the theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove footer and fitting page with retrogeek theme’ is closed to new replies.