Viewing 12 replies - 1 through 12 (of 12 total)
  • bdbrown

    (@bdbrown)

    Hi louise. The link isn’t broken; it still works. Your site just can’t load the related image. It’s generating this error:

    2016-06-01 20:36:57.109 http://louisesoutertranslations.com/wp-content/uploads/sites/8/2015/12/CPD-Badge-e1435688680411-300×111.png Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    Could be caused by a number of things. You might check with your host and see if they have any indications in the server error logs.

    Thread Starter louisesouter

    (@louisesouter)

    Thanks for your reply. I still want to remove the link. How do I do this?

    bdbrown

    (@bdbrown)

    You’d need to find this code in the sidebar php file and remove it:

    <a href="http://www.ecpdwebinars.co.uk/committed-to-professional-development/" target="_blank"><img src="http://louisesoutertranslations.com/wp-content/uploads/sites/8/2015/12/CPD-Badge-e1435688680411-300x111.png" style="height:60px;margin:5px;"></a>
    Thread Starter louisesouter

    (@louisesouter)

    How do I edit the sidebar? I can find where to edit the rest of the website but not the left sidebar.

    Thanks

    bdbrown

    (@bdbrown)

    I don’t have access to the theme. You might contact the developers:
    http://[email protected]

    Thread Starter louisesouter

    (@louisesouter)

    Hi again,

    I have found the sidebar.php but I can’t find that code. The developer of my theme has not replied to my email.

    Any advice?

    Thanks

    bdbrown

    (@bdbrown)

    If you can paste the code in sidebar.php on Pastebin, then post a link back here, I’ll take a look:
    http://pastebin.com/

    Thread Starter louisesouter

    (@louisesouter)

    The link is http://pastebin.com/Nvf8TtYY

    There is also a sidebar-page.php but the code does not seem to be there either.

    Thanks

    bdbrown

    (@bdbrown)

    That’s not it. There is a file somewhere that has this near the top:

    <div id="left-sidebar">
    Thread Starter louisesouter

    (@louisesouter)

    After weeks of searching I finally found it and fixed it. THANK YOU.

    Do you have any ideas how I can fix the header to remove the white space to the right of the map?

    Thank you again

    You could use this CSS to move the 3-languages element left:

    .threelanguages {
        right: 200px;
    }

    However, that 3-languages element is positioned absolutely which means it stays in the same position regardless of the viewport width unless you change it using a media query.

    Thread Starter louisesouter

    (@louisesouter)

    Thanks again.

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

The topic ‘How do I remove a broken link?’ is closed to new replies.