How do I remove a broken link?
-
How do I remove the broken link next to the visualise.me button in the left sidebar of my website http://www.louisesoutertranslations.com?
-
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.
Thanks for your reply. I still want to remove the link. How do I do this?
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>How do I edit the sidebar? I can find where to edit the rest of the website but not the left sidebar.
Thanks
I don’t have access to the theme. You might contact the developers:
http://[email protected]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
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/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
That’s not it. There is a file somewhere that has this near the top:
<div id="left-sidebar">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.
Thanks again.
The topic ‘How do I remove a broken link?’ is closed to new replies.