Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive #23

Open
tone4407 opened this issue Dec 19, 2014 · 10 comments
Open

Responsive #23

tone4407 opened this issue Dec 19, 2014 · 10 comments
Labels

Comments

@tone4407
Copy link

@tone4407 tone4407 commented Dec 19, 2014

Another great plugin!

Is there a way to turn off autoScrolling at a certain breakpoint? Perhaps a similar function to the fullPage.js described here:

alvarotrigo/fullPage.js@2e085da

Thanks!

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Dec 22, 2014

The plugin doesn't provide any way to do it.
If you really need it, contact me and we can talk about it.

@Ansif

This comment has been minimized.

Copy link

@Ansif Ansif commented Feb 5, 2016

Hi Bro,

Can you please let me know the responsive feature in this plugin? Because, currently it's needed for me!

Thanks a lot for this great plugin! 👍

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Feb 5, 2016

@Ansif as I said:

The plugin doesn't provide any way to do it.
If you really need it, contact me and we can talk about it.

@Ansif

This comment has been minimized.

Copy link

@Ansif Ansif commented Feb 6, 2016

Thanks, mate! Mail sent! :)

@azadrpi

This comment has been minimized.

Copy link

@azadrpi azadrpi commented May 18, 2016

How can a make this responsive ? Like this site https://getbase.com/why-base/ ? I'd be grateful if you please give me any solution.

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented May 18, 2016

Read above.

@azadrpi

This comment has been minimized.

Copy link

@azadrpi azadrpi commented May 19, 2016

Thanks for your replay.. I've solved the responsive issue using below code:

<script type="text/javascript">
 $(document).ready(function() {
        if ($(window).width() <= 767) {

            $('.ms-right .ms-section').unwrap().appendTo('.ms-left');

            var ul = $('.ms-left').find('.ms-section').sort((a, b) => {
              return $(a).data('id') - $(b).data('id')
            })

            $('.ms-left').empty().append(ul);

        } else {
            $('#myContainer').multiscroll({
                sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE'],
                menu: '#menu',
                navigation: true,
                navigationTooltips: ['One', 'Two', 'Three'],
                loopBottom: true,
                loopTop: true
            });
        }
    });
</script>

Help link: http://stackoverflow.com/questions/37296701/clone-another-elements-content-and-order-by-my-own-classes/37297178#37297178

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Apr 24, 2017

A new extension provides this feature! Check the Responsive Expand extension

apr 24 2017 12-12 pm

@faliqaiman

This comment has been minimized.

Copy link

@faliqaiman faliqaiman commented Nov 23, 2017

Is there any possibilities that this multiscroll and fullpage can be merge?

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Nov 23, 2017

No idea. I never tried myself :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.