Hi Jürgen,
I don’t see the problem with your text not displaying on top. This is how I see your page: http://www.awesomescreenshot.com/image/1276501/120495d87118f43388fd2375e63d5d62 and when I navigate the tabs, the text displays ok (from the top).
There is some padding and margin on top, if that is what you mean, you should write some custom CSS to eliminate that…
Let me know, if I did not understand you correctly.
Take care!
thx for the answer. After using a TAB (seite2/3/4) I would like to jump to the top of the content/ text.
Right now, this is not happen. Maby this does happen, because I changed the orientation of the TABs
Does that help ?
Best regards
Jürgen
Hi,
aha now I understand 🙂
However this is not a default tabs functionality (to jump at the top of the content)…
Even if you wouldn’t change the tabs nav location, the action of clicking on a tab would not jump at the top of the content of that tab. Clicking on the tab just changes the content (that’s it).
If you need to jump at the top of the content you will have to do some custom coding. You can use the scrollTop jQuery function to jump to desired selector. You can hook this function to a bootstrap event for the tabs (navs): http://v4-alpha.getbootstrap.com/components/navs/#events (we use the bootstrap framework in this plugin).
Take care!
Hi,
thx for your support. I am not abel do configure it. I suppose I have to put some code like this <script>
$(document).ready(function(){
$(“button”).click(function(){
$(“div”).scrollTop(100);
});
});
</script>
into a php file of your plugin. Maybe you can specificate what I have to do.
THX in advance.
Best regards
Jürgen
Hi Jürgen,
I have created a new version of the main.min.js file for you with the functionality you want. Please overwrite the asstes/js/main.min.js file in the plugin with this one: new main.min.js file.
Let me know if it works ok.
If it does, please rate our plugin here: https://ww.wp.xz.cn/support/view/plugin-reviews/tabs-widget-for-page-builder
Have a nice weekend!
That is really great support. It it working quite good. The only thing is, if there is mobile menue, the top of the text is hidden behind the menue line..
But that is o.k.
So 1000 thx for your help. That is not to be exactable.
Best regards
Danny