Home › Forums › Jevelin Theme › The ID of the tabs does not work
Home › Forums › Jevelin Theme › The ID of the tabs does not work
Hi @jdelgado,
I hope you are well today and thank you for your question.
It only scrolls the page to the tab but does not activate the tab.
Best regards,
Shufflehound team
Actually, it does. The problem is that it does not arrive at the site that it should.
Putting the url with “https: //web.es#idtab” works correctly. The tabs are opened, but the content of the tab is cut off. I understand that it is an incident.
It seems that the javascript does not do its job and does not take into account the size of the fixed menu.
In this case, you can just add some top padding to the element.
Ideally, try it out, to see what goes wrong.
I can’t add an top padding because in the first tab opened works correctly, it is the other two that are cut after opening.
Is there any way to open the tab first and then scroll?
Right now, it first scrolls to the tab that is not open yet and then when it opens it moves up but not enough.
Thanks!
To achieve this, you have to develop custom code in the child theme of the Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
I have managed to fix it by adding this code with css.
.menufixed {
padding-top: 12em !important;
margin-top: -12em !important;
}
The problem I have now is that in the mobile version the animation does not work, it does not scroll. But for all links, not just for the tabs.
In the desktop version everything works correctly.
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!