Reply 284849 to: Link to record in (General Tabs)

Avatar: Olga Barlow
Olga Barlow
Support staff
April 20, 2021 at 14:31

Hello,

Sorry, there is no content in the private area, just added space by mistake there.
You can follow the instructions but change classes to classes of our element, for example

<script>
document.addEventListener('DOMContentLoaded', function() {
jQuery(function($){
let titles = $('.et-tab-nav');
let strings = ['?hello',
'?heythere',
'?bonjour'
];
strings.forEach( (string,i) => {
if (window.location.href.indexOf(string) > -1) {
titles.eq(i).click();
$('html, body').animate({
scrollTop: titles.eq(i).offset().top - 100
},'slow');
} } );
}); });
</script>

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.