• Resolved soniasoy

    (@soniasoy)


    Hi Anders!
    I’ve been trying to add one more link in the footer (editing footer.php) but they won’t work. Even the link to your site. I’m a begginer with WP, if it is something too obvious be kind, plz ??

    This is how the code looks:

    <footer id="site-footer">
    
    				<p class="credits">
    				    Con la financiación de la <a href="https://www.cooperaciovalenciana.gva.es">Conselleria de Transparència, Responsabilitat Social, Participació i Cooperació de la Generalitat Valenciana</a> ||
    					<?php
    					/* Translators: $s = name of the theme developer */
    					printf( _x( 'Tema de %s', 'Translators: $s = name of the theme developer', 'koji' ), '<a href="https://www.andersnoren.se">' . __( 'Anders Norén', 'koji' ) . '</a>' ); ?>
    				</p><!-- .credits -->
    
    			</footer>

    Thank you for this amazing theme.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter soniasoy

    (@soniasoy)

    Ok. I’ve discovered that the links work if i’m looking the footer inside a page or a post. But they don’t if i’m on the main page.

    Any clue?

    Thanks!

    Theme Author Anders Norén

    (@anlino)

    Hi @soniasoy,

    Go to Appearance > Customize > Additional CSS (the menu labels might be different in your language) and enter the following code:

    #site-footer { position: relative; }

    That will set the footer to be displayed on a higher level than the site content, making the links you’ve added clickable. The Additional CSS field was added in 4.9, so make sure you’re running the latest version. Let me know how it goes.

    — Anders

    Theme Author Anders Norén

    (@anlino)

    Hi again @soniasoy,

    If you update to the latest version of Koji, this should work without any custom CSS.

    — Anders

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer links’ is closed to new replies.