• I have a link to my terms and conditions in my footer which takes you to a pdf. This opens fine on some pages then on others it just opens a ‘this is embarrasing’ page. Does anyone know how why this is happening and how it can be modified?

Viewing 4 replies - 16 through 19 (of 19 total)
  • You would need to look at how this link is being added in (presumably) your theme’s footer.php template file.

    Thread Starter LeviKLL

    (@levikll)

    <p>Trading: <a href="../wp-content/uploads/2013/10/KLL-Terms-and-Conditions-for-Supply-of-Services.pdf" title="Keighley Laboratories, terms of trade"><font color="#1b8be0">Terms & Conditions</font></a></p>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    This is the HTML from my footer which I assume is where the pdf is added in?

    Try:

    <p>Trading: <a href="https://www.keighleylabs.co.uk/wp-content/uploads/2013/10/KLL-Terms-and-Conditions-for-Supply-of-Services.pdf><font color="#1b8be0">Terms & Conditions</font></a></p>

    Thread Starter LeviKLL

    (@levikll)

    That seems to make even the parent pages not work. Hmmm It seems abit of a mystery why it only works on that page as all the rest are fine. Thnak you for the suggestion.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Footer links not working’ is closed to new replies.