Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Can I turn off the linking behavior of my graphic masthead so it does not send the visitor back to the home page? The navigation bar link works fine for this and I find the masthead is too easy to accidently press sometimes. It was a nice idea, but I would rather not send the visitor back to the home page this way.
I have a graphic identity plate with the role set to banner.
Thanks!
Offline
It's not an option in the plugin. Using PHPlugins, inserting this into the bottom of the page should do it:
<script>$('.masthead a').on("click", function(){ return false; });</script>
Offline
Pages: 1