• Resolved dannydanz

    (@dannydanz)


    Hi, I am not realy familiar with coding. So mayby you can fix my issue.

    Im using your plugin because nextpage shortcode is not working with sitorigin. By using Tabs I try to structure my long texts. I put the TABs to the botton by droping the (ul) area of your php.file at the right place. The problem is that after using a TAB the text will not shown from the beginng/ top. But that would be the right viewport in this case.

    http://www.wie-bitte-denken-sie.de/

    Is it possible to fix this issue ?

    Thx in advance.

    Best regards

    Jürgen

    https://ww.wp.xz.cn/plugins/tabs-widget-for-page-builder/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Gregor Capuder

    (@capuderg)

    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!

    Thread Starter dannydanz

    (@dannydanz)

    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

    Plugin Contributor Gregor Capuder

    (@capuderg)

    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!

    Thread Starter dannydanz

    (@dannydanz)

    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

    Plugin Contributor Gregor Capuder

    (@capuderg)

    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!

    Thread Starter dannydanz

    (@dannydanz)

    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

    Plugin Contributor Gregor Capuder

    (@capuderg)

    Hi,

    no problem 🙂

    Have a nice day!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Tabs at bottom’ is closed to new replies.