Random Twitter Links

Hi!

Some of the images on the home page are linking to our Twitter. I don’t want this and I can’t find these links in Cornerstone or anywhere else.

The below sections are where I notice the problem. When hovering over ‘Get Connect’, the calendar month, or any of the images they show the Twitter link. This also happens on the large ‘Expand’ image above the ‘Get Connected’ section.

We didn’t have links attached to them before restoring the site after our recent hack.

Any guidance?

Hello @jyjaco,

Thanks for writing in!

The Twitter links were added to the Image elements on the page. Please edit the page and click on the Headline and Image elements. That is where you can find those links. If you have trouble finding it, you can send us your WP details so that we can check the page. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Hello @jyjaco,

I have logged in and I found out that in your "We’re Social’ section, you have added this broken HTML code:

<a href="https://www.youtube.com/channel/UC0k0owrTiJet0Eu0PhkAWlw">
  <img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/youtube.svg" style="width:75px;height:75px; padding:10px;">

 <a href="https://www.facebook.com/SanctuaryOfNC">
  <img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/facebook.svg" style="width:75px;height:75px;padding:10px;">


  <a href="https://www.instagram.com/sanctuaryofnc/">
  <img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/instagram.svg" style="width:75px;height:75px;padding:10px;">

  <a href="https://twitter.com/sanctuaryofnc">
  <img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/twitter.svg" style="width:75px;height:75px;padding:10px;">

The correct code format should always be:

<a href="#your-link-URL-here" >
    <img src="https://via.placeholder.com/150">
</a>

Make sure to close any HTML tags especially the <a> tag to prevent any issues. Please edit your page and correct your code now.

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.