Can't find the link!

Hi,

If you look at this page, the last blue block, Rum Fund, is a link. That link is incorrect and I need to change it, but I can’t for the life of me work out where the link is! Sorry, it’s been months since I created this page.

This page pulls in a Global Block called tier-tabs, but when I inspect each element of the last block I don’t see an option for the link. Perhaps this was set in CSS or JS instead?

I’ll leave login details in a private message, thank you.

Hey @demonboy,

Thanks for writing in!

The links were added using the JS code:

jQuery("#column-deckhand").wrap("<a href='https://followtheboat.com/join/deckhand/'></a>"); 
jQuery("#column-bosun").wrap("<a href='https://followtheboat.com/join/bosun/'></a>"); 
jQuery("#column-helmsman").wrap("<a href='https://followtheboat.com/join/helmsman/'></a>"); 
jQuery("#column-firstmate").wrap("<a href='https://followtheboat.com/join/firstmate/'></a>"); 
jQuery("#column-navigator").wrap("<a href='https://followtheboat.com/join/navigator/'></a>"); 
jQuery("#column-captain").wrap("<a href='https://followtheboat.com/join/captain/'></a>"); 
jQuery("#column-commodore").wrap("<a href='https://followtheboat.com/join/commodore/'></a>"); 
jQuery("#column-patreon").wrap("<a href='https://patreon.com/followtheboat/'></a>"); 
jQuery("#column-rumfund").wrap("<a href='https://paypal.com/'></a>"); 

Edit the page and click the JS icon on the left panel.

1 Like

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