Пікірлер

  • @nilourmeneta7023
    @nilourmeneta70233 ай бұрын

    Thank you, One question, how to make it begin always on top page after reloading the page, coz when I'm on section 3 for example, then I reload it, it goes back to section 3 after reload, I want it to begin again on top

  • @sinanouri5035
    @sinanouri50354 ай бұрын

    Thanks for the tutorial Why is this not working with the scroll-into-view interaction? I have to scroll twice to make it work, is there any solution?

  • @alvaro_trigo
    @alvaro_trigo4 ай бұрын

    You can use the fullPage.js option `scrollBar: true` and your interactions should work. You can read more about it here: alvarotrigo.com/fullPage/help/fullpage-js-webflow-scroll-into-view-animations-not-working/

  • @Salebl95
    @Salebl959 ай бұрын

    Great but how to add top header menu?

  • @PeterRychlik
    @PeterRychlik Жыл бұрын

    Hey so I tried out your clonable and for some reason, the clonable you have on webflow isn't built the same as in this video, for 1, the clonable uses containers, not divs, and when I do the thing to fix the problem of overlapping sections for the horizontal slider headers, it looks fixed in the designer, and is vertically oriented like in the video, but when I publish, the section with the horizontal slider decides to be super thin. It's really frustrating. Also, how do I get rid of the giant slider buttons?

  • @ederguiovanny7222
    @ederguiovanny7222 Жыл бұрын

    Excelent Work. Congratulations bro!

  • @neckskull
    @neckskull Жыл бұрын

    Hola Alvaro, no entiendo js alguna manera de autoatizar el scroll o alguna plantilla? gracias.

  • @BlackJacketJones
    @BlackJacketJones Жыл бұрын

    how to delay an animation on 2nd and 3rd slide until scrolling to those slides?

  • @the_domj
    @the_domj2 жыл бұрын

    I just purchased a commercial license and am trying to implement this in Webflow but following the exact steps in this video. The site doesn't perform as displayed in the video. Is it because it needs to be updated???

  • @the_domj
    @the_domj2 жыл бұрын

    There is white bars above and below the sections but there is not margin specified and it doesn't show up in the designer only on the published site.

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    The best way is always taking a look at the Clonable example that is always up to date: Basic example: webflow.com/made-in-webflow/website/Fullpagejs-basic-example Horizontal Slides: webflow.com/made-in-webflow/website/fullPagejs-Horizontal-Slides

  • @the_domj
    @the_domj2 жыл бұрын

    @@alvaro_trigo Awesome! Will do. How do you get rid of the "Made with Fullpage.js" from the bottom of the last slide???

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    @@the_domj see the docs for that regarding the credits option

  • @templa946
    @templa9462 жыл бұрын

    Cant get the anchors to work in webflow. Easy to code it up, but in webflow they just wont work.

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    Sounds like this same issue? github.com/alvarotrigo/fullPage.js/issues/4382 Feel free to open an issue in the Github Issues forum if this one is not the same as the one you describe. When you do so, make sure to provide a link to an isolated reproduction with the minimum amount of code.

  • @aristonia1991
    @aristonia19912 жыл бұрын

    Your litterly using drag and drop page builder.... shame on you.

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    I have no idea what you mean :) Sure, Webflow is a drag and drop builder I guess? And?

  • @aristonia1991
    @aristonia19912 жыл бұрын

    @@alvaro_trigo My bad, didnt see Webflow in the title. but yeah any page builder is bad practice, to show tutorial on how to do it. it's only handy so the customer can maintain their own website.

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    @@aristonia1991 this is a tutorial for Webflow yeap, you'll find others for JavaScript in my channel ;)

  • @vincentberger4843
    @vincentberger48432 жыл бұрын

    Hi ! I buy the Horizontal Slide, can download the .JS, I have the Licence Key but I don't find the Plugin extension for Elementor ?

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    If you are using the official plugin for WordPress you don't have to worry about any files. It supports extensions by just introducing the license key as you can see on the video.

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    You can acquire the plugin for Elementor here: alvarotrigo.com/fullPage/wordpress-plugin-elementor/

  • @zeenimbalkar6137
    @zeenimbalkar61372 жыл бұрын

    nice

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    I hope it helped! :)

  • @1ens
    @1ens2 жыл бұрын

    These animations are smoother than butter.

  • @alvaro_trigo
    @alvaro_trigo2 жыл бұрын

    Glad you like them!! :)

  • @J-0ne
    @J-0ne3 жыл бұрын

    Hi thank you for this, but didn't found a way to do it via CMS section - on body I've put a#fullpage div - inside of it a collection list and inside of this; I've put a classnamed "section" div where some cms video player are inside, with différent vimeo link in CMS and title in CMS, for each section. Is this working on CMS Collection list? how to do it?

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    As long as you use the required structure it should work. Check out more about it here on the docs: github.com/alvarotrigo/fullPage.js#required-html-structure

  • @neoniquestudio
    @neoniquestudio3 жыл бұрын

    Hey Álvaro! Nice! Exactly what I am looking for. However, I have realized that with this script it seems that Webflow´s "While Page Is Scrolling" Interactions are not working anymore. Am I right? Is there maybe a solution to have both work, your script and those interactions? Thanks in advance! Manuel

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Sure, just use the option `scrollBar:true`. See this, same applies in Webflow. alvarotrigo.com/fullPage/help/why-my-scroll-based-animations-or-events-don-t-work/

  • @neoniquestudio
    @neoniquestudio3 жыл бұрын

    @@alvaro_trigo Great, works perfect! Thanks for this superfast response! 👍🏼 One more question regarding the licencing: I actually don´t completely understand when I can use this script for free and when I have to pay for it. ;-) (I want to use only the fullpage.js exactly as you use it in your example here, nothing else). Thanks again! Manuel

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    @@neoniquestudio You're welcome! There's an article coming on that topic soon. But basically, if your code is not open-sourced under GPLv3 license or a compatible one, then you'll have to purchase a license. And if you don't even know what does that mean, then you probably need a license too :)

  • @neoniquestudio
    @neoniquestudio3 жыл бұрын

    @@alvaro_trigo Ah ok, you guessed it right (I don´t even know what this means, at least not exactly 😂). Ok, so I keep building my page, once I go live with using your script, I will buy the license 👍🏼

  • @neoniquestudio
    @neoniquestudio3 жыл бұрын

    ​@@alvaro_trigo Hey Álvaro! Me again ;-) 🙏🏼 Still building my page ... earlier I had the problem that Webflow´s "While Page is Scrolling" interactions don´t work together with fullpage.js. You recommended to use "scrollBar:true" and this solved the problem. However: now I also want to use your ScrollOverFlow functionality because I have sections which are higher than the viewport and also one which is smaller (Footer). So this together, "scrollbar:true" with ScrollOverFlow doesn´t work (it´s getting stuck in the scrollable sections). I am sure you are aware of this conflict? If not, I can make a sample. Do you maybe have a tip how to solve this? THANKS AGAIN! 🙏🏼🙏🏼🙏🏼 Manuel

  • @gigiagency3830
    @gigiagency38303 жыл бұрын

    Why isnt the horizontal scroll for the inner sections work? I've followed this very tutorial in every single step. Any idea?

  • @gigiagency3830
    @gigiagency38303 жыл бұрын

    kinda annoying..the only reason why i got this plugin..

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    If you got the license then use the contact form to contact support and we'll figure it out! alvarotrigo.com/#contact

  • @yohan_quinquis
    @yohan_quinquis3 жыл бұрын

    Hey, i would like to have my navigation like this • | | | • • • and the active element is the first one. Someone know how to do this please ?

  • @cahyoadinugroho3091
    @cahyoadinugroho30913 жыл бұрын

    How to create like that,,if applied for auto scroll tabel,,,??

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    I don't understand the question. Can you please elaborate it?

  • @gad1023
    @gad10233 жыл бұрын

    hello, thank you for the amazing tool, now if I understand correctly, I can use this ( I'm not mean the above example ) but basic things like full page scroll and slides as free on my personal Html CSS JS projects without Extensions? and another inquiry I saw the fullscroll.js plans for example the first one which cost 9$ for one Developer is that allows me to use all plugins on several personal projects, I'm asking because also the plugins itself available separately to buy, so I'm confused between plans and separated Extinctions.

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Only if your project is open source and compatible with the GPLv3 license. Otherwise, or if you are not 100% sure, you are better of by getting a commercial license for less than 11 USD. Extensions are sold separately. If you just want to use fullPage.js you can get the $9 one. I hope that answers your questions!

  • @gad1023
    @gad10233 жыл бұрын

    @@alvaro_trigo for the first part of my inquiry I want to use the normal page scroll and slider for my portfolio, can I use that? is that consider as GPLv3 License? I appreciated your reply. Thanks.

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    @@gad1023 if you are not sure you'd better get a commercial license. It's super cheap and it will liberate you from possible legal issues.

  • @gad1023
    @gad10233 жыл бұрын

    @@alvaro_trigo great thank u

  • @teuccio73
    @teuccio733 жыл бұрын

    how to add this to elementor ?

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Easy thing! And pretty easy to install and configure! Two steps. 1- Purchase the fullpage.js plugin for Elementor or Gutenberg builders alvarotrigo.com/fullPage/wordpress-plugin-elementor/ alvarotrigo.com/fullPage/wordpress-plugin-gutenberg/ 2- Purchase the drop effect extension (or the bundle with all) alvarotrigo.com/fullPage/extensions/drop-effect.html 3- Follow the instructions you'll get on your email.

  • @r0tt1ng
    @r0tt1ng3 жыл бұрын

    How come the scrollbar isn't showing, when you're opening the site and fullpage.js gets initialised?

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    fullPage.js works by default without scrollbar. It uses css3 transformations for better performance. However, if you still want to show the scrollbar for any reason, just use the option `scrollBar:true` and you'll be ready to go :)

  • @bymadvision
    @bymadvision3 жыл бұрын

    Hi Alvaro ! Can you help me to get scrolloverflow on big sections ? scrolli.webflow.io/#section1 I cant to get normal scroll effect on big sections:(

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Sure! Write us using the contact form and the support team will reply you as soon as possible: alvarotrigo.com/#contact

  • @bymadvision
    @bymadvision3 жыл бұрын

    Hi Alvaro ! Can you help me to get scrolloverflow on big sections ? scrolli.webflow.io/#section1 I cant to get normal scroll effect on big sections:(

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Sure! Here's a full example: github.com/alvarotrigo/fullPage.js/blob/master/examples/scrollOverflow.html And here's the demo online: alvarotrigo.com/fullPage/examples/scrolling.html

  • @robloxnewbie9712
    @robloxnewbie97123 жыл бұрын

    Cool Effect!!!

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Glad you like it! ;)

  • @user-fh1qj5jp1z
    @user-fh1qj5jp1z3 жыл бұрын

    using sticky menus can work well with this plugin??

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Yeap. You will be fine. Any question or problems you can always ask us too :)

  • @user-fh1qj5jp1z
    @user-fh1qj5jp1z3 жыл бұрын

    @@alvaro_trigo I have problem, I made floating sticky icon, in elementor it's fine, but when it run, icon stuck on firs section, any tutorial for fix this?

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    @@user-fh1qj5jp1z if you acquired the official plugin for Elementor then you can ask us directly here: alvarotrigo.com/#contact

  • @user-fh1qj5jp1z
    @user-fh1qj5jp1z3 жыл бұрын

    @@alvaro_trigo yes, it fix now, thanks

  • @sibbirius8726
    @sibbirius87263 жыл бұрын

    Big issue with horizontal slides, while using the paid elementor plugin: My template has multiple sections and inner sections, I have three slides, three templates and visit the site, the content of all three slides is on a single page.

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Yeap that doesn't sound right. You can contact us at the contact form: alvarotrigo.com/#contact

  • @BangkitBientang
    @BangkitBientang3 жыл бұрын

    Can i put a header (sticky on scroll) and footer (not sticky)?

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Sure! If you got a license please contact us through the contact page and we'll guide you with it! alvarotrigo.com/#contact

  • @agboolasola4669
    @agboolasola46693 жыл бұрын

    How can I use the extensions in elementor

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Easy! After purchasing them please follow these instructions: www.meceware.com/docs/fullpage-for-elementor/#extensions

  • @agboolasola4669
    @agboolasola46693 жыл бұрын

    How can I add the extension to my WordPress site

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    If you are using the official plugings for Elementor, Gutenberg or Divi it is quite easy :) alvarotrigo.com/fullPage/wordpress-plugin-elementor/ You'll have first to purchase the extension you want from the extensions page (alvarotrigo.com/fullPage/extensions/), then you'll receive instructions on how to proceed on the purchase confirmation. And any questions, you can always contact us using the contact form on the page.

  • @agboolasola4669
    @agboolasola46693 жыл бұрын

    @@alvaro_trigo my client purchased already, but I wasn't able to install the extension

  • @agboolasola4669
    @agboolasola46693 жыл бұрын

    I am using WordPress elementor

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    @@agboolasola4669 If you are using the official plugin, see the docs here: www.meceware.com/docs/fullpage-for-elementor/#extensions

  • @agboolasola4669
    @agboolasola46693 жыл бұрын

    Thanks for the response,I have to able to make a little progress but the cards 3d extension I downloaded isn't showing as part of the extensions to install

  • @sibbirius8726
    @sibbirius87263 жыл бұрын

    Hello, do you know how to use anchors? Slide one you have buttons, which link to another slide. There is documentation for this but I don't understand them: github.com/alvarotrigo/fullPage.js#creating-links-to-sections-or-slides

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    If you purchased the plugin for Elementor then feel free to ask any questions through the contact form of the page (if you are within your support time). alvarotrigo.com/#contact

  • @matthew514
    @matthew5143 жыл бұрын

    Bro - I have this installed by initialising the js. Everything is working fine, but my templates are using the background video - when i scroll to the next section the video pauses. I have referred to the docs github.com/alvarotrigo/fullPage.js#pause-on-leave I followed the documentation but I'm still having the issue? How do I stop the video pausing when I scroll? I'm using: Wordpress > Theme - Astra > Elementor Pro /* This is my JS Snippet */ jQuery(document).ready(function($) { }); $('#fullpage').fullpage({ //options here scrollingSpeed: 1000, navigation: true, slidesNavigation: true, }); //methods $.fn.fullpage.setAllowScrolling(true); }); /* HTML */ <script src="cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.4/fullpage.js"></script> <link rel="stylesheet" type="text/css" href="cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.4/fullpage.css" /> <script src="cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.4/fullpage.extensions.min.js"></script> /* HTML WIDGET */ <div id="fullpage"> <div class="section">[elementor-template id="178"]</div> <div class="section">[elementor-template id="178"]</div> <div class="section">[elementor-template id="178"]</div> </div>

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Unfortunately we can only help you if you got the official plugin for Elementor. WordPress is such a complex environment and the whole reason of creating a specific plugin for Elementor is simplifying the task for you guys. If you haven't taken a look at the plugin I invite you to do so: alvarotrigo.com/fullPage/wordpress-plugin-elementor/ Then, if you have any issues we will happily provide support to the point of even login into your page and helping you figure out what can be the problem and the possible solution for it ;)

  • @matthew514
    @matthew5143 жыл бұрын

    This problem also happens on the plugin though?

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    @@matthew514 If you problem is with the plugin for Elemento then please contact us for support if you still have support time: alvarotrigo.com/#contact We'll happily help you out ;)

  • @matthew514
    @matthew5143 жыл бұрын

    @@alvaro_trigo stuff wordpress then - i'll build it in html

  • @lifehacksukgaming5773
    @lifehacksukgaming57733 жыл бұрын

    thanks alot man i am looking for that thing looking for for more tourtial

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    What tutorials would you like to see?

  • @_charles
    @_charles3 жыл бұрын

    Or... (without plugin) Section > Layout > Height > Min height > 100vh.

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    That will only do one tiny thing compare to what fullPage.js provides :) That won't create a snap effect. It won't have auto height sections on responsive. It won't have lazy load, auto play/pause. It won't have anchors in the URL. It won't create css state classes for conditional css. It won't provide you with callbacks to fire actions under specific cases. It won't allow you to regulate the scrolling speed. Of course, it won't allow you to use horizontal sliders Add navigation bullets. Link the menu with the sections. Use different easing animations. Use any of the fullpage extensions (11 so far) Use continuous vertical movement. Make it keyboard accessible. Record each section as a new page on the browser history. Etc etc etc. But if having 100vh sections is good for you, surely, go for it :) Not everybody needs something as complete as fullpage.js.

  • @macarenapazvogelmendoza3662
    @macarenapazvogelmendoza36623 жыл бұрын

    Hola Alvaro! estoy intentando encontrar tu mail ya que compre la "licencia con codigo" en tu pagina web pensando que era la del plugin+elementor :( como puedo hacer la devolución?? muchas gracias!

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Buenas Macarena! No problemo! :) Puedes contactarme a través del formulario de contacto. Selecciona como topic "fullapge" y la persona de soporte te ayudará! :) alvarotrigo.com/#contact

  • @macarenapazvogelmendoza3662
    @macarenapazvogelmendoza36623 жыл бұрын

    @@alvaro_trigo muchas gracias, te escribiré enseguida :D

  • @jonnezb
    @jonnezb3 жыл бұрын

    I'd love if you can re-create this in oxygen builder. I can't seem to get the slides to work :(

  • @alvaro_trigo
    @alvaro_trigo3 жыл бұрын

    Right now there's a plugin for Elementor and Gutengber editors for Wordpress, soon for Divi and who knows, perhaps in the future for Oxygen too! :)

  • @jonnezb
    @jonnezb3 жыл бұрын

    @@alvaro_trigo That would be superb!! :D

  • 4 жыл бұрын

    Con este plugin se puede colocar de background un video? se puede incrustar un audio para que se ejecute al estar en la diapositiva?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Buenas Jesús! Por supuesto :) El vídeo sin problemas. Lo del audio dependerá de si te deja añadirlo Gutenberg, pero si es así el ponerlo en play al lleegar a la diapositiva es el funcionamiento por defecto de fullpage.js :)

  • 4 жыл бұрын

    Hola @@alvaro_trigo te escribí un email haciéndote una consulta acerca de mi compra de este plugin, espero puedas responderme cuando tengas chance, saludos...

  • @banana_zeus
    @banana_zeus4 жыл бұрын

    Thank you for doing this. I'm trying to use a similar effect found in studioaves.com/ any idea how? I only want the full--page scroll to be on the first section. 🙏🏻

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Unfortunately fullPage.js doesn't allow such option out of the box.

  • @flawless3353
    @flawless33534 жыл бұрын

    Hi! What's the difference between this alvarotrigo.com/fullPage/ and this alvarotrigo.com/fullPage/wordpress-plugin-elementor/ It seems like the same thing but the 2nd link is 30$ more expensive. Thanks!

  • @seunary
    @seunary4 жыл бұрын

    Hi ! Is it possible to disable fullpage plugin only on one section ? I bought your plugin and i have an issue. I have a fixed menu in a section (its 4 words placed at each corner of the page), but when i enable fullpage plugin, it becomes a slide but i want the menu to be fixed on top of every slide, not in every slide... :( Here is the link of my page : projets.gobelins.fr/dw/2020/amelie-pf/ui-ux-design/

  • @marcusfrancis24
    @marcusfrancis244 жыл бұрын

    I purchased all the Navigation files but I'm currently having trouble figuring out how to add the css code to my webflow project. Do you have a contact email so i can share a link with you for guidance?

  • @mendozaromylenecarillo7555
    @mendozaromylenecarillo75554 жыл бұрын

    feel free to contact support if you have any issues: alvarotrigo.com/#contact-page

  • @i_am_a_real_cat1443
    @i_am_a_real_cat14434 жыл бұрын

    Hi, why doesnt it work on mobile?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    It does work on mobile devices :)

  • @i_am_a_real_cat1443
    @i_am_a_real_cat14434 жыл бұрын

    Álvaro Trigo ok, it works but not on my iphone.. is there any option i need to tirn on?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    @@i_am_a_real_cat1443 feel free to contact support if you have any issues: alvarotrigo.com/#contact-page

  • @i_am_a_real_cat1443
    @i_am_a_real_cat14434 жыл бұрын

    @@alvaro_trigo pls help

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    @@i_am_a_real_cat1443 alvarotrigo.com/#contact-page

  • @joshua.productions
    @joshua.productions4 жыл бұрын

    DUDE. I could kiss you. Thank you so much. This is EXACTLY what I have been looking for. A client of mine wanted this and Im real new to coding stuff. And I havent been able to figure it out for a while. Thank you so much. I will be making donation for sure.

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Thanks Joshua! Glad it helped! :)

  • @HandyPlayanimation
    @HandyPlayanimation4 жыл бұрын

    Good afternoon Alvaro. I bought your plugin "FullPage for Elementor". Installed it, set everything up, as shown by you. Vertical scrolling works fine, but horizontal scrolling of inside sections doesn't work. What should I do? Can you look? I will give you access to my admin panel.

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Scroll Horizontally with mouse wheel or trackpad is only provided through the paid extension called Scroll Horizontally: alvarotrigo.com/fullPage/extensions/scroll-horizontally.html If you don't use the extension horizontal slides can be reached by clicking on the arrows or navigation bullets or by dragging on touch devices .

  • @marcusfrancis24
    @marcusfrancis244 жыл бұрын

    I just bought the navigation script but how to add the navigation js to my current full page .js project in webflow?

  • @rnunes260684
    @rnunes2606844 жыл бұрын

    Good Morning. When I install the plugin, I get a message The package could not be installed. No valid plugins were found. Plugin installation failed. Can I install a free version or is it only paid?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    It is a paid version. You can get it from here: alvarotrigo.com/fullPage/wordpress-plugin-elementor/

  • @beflashjunior9817
    @beflashjunior98174 жыл бұрын

    @@alvaro_trigo i was pay license so then i must pay again the plugin ?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    ​@@beflashjunior9817 the plugin for Wordpress is a different product than the JavaScript library. What license have you payed?

  • @jonOh44
    @jonOh444 жыл бұрын

    Thank you so much for the tutorial! Yours is so far the only one that has worked so far! I just have a question. I'm trying to build a structure where I have one div of fullpage (say 6 sections) styled one way with interactions etc. And then Scroll to another Fullpage Div with more Sections (say another 6) and be able to repeat this. Is this possible at all? It will just help so much with the amount of interactions and other elements I need to add.

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Glad you find it useful! ;) Regarding your question, fullPage.js can only be initialised once per site and it applies to the whole site. However, you can mimit the normal scroll behaviour by using the scrollOverflow:true option in a section where you can place the content you want to scroll normally. That will create a scrollbar for that particular section and then scroll with fullPage.js effect to the next section when you reach the bottom. You can see an example of it here: alvarotrigo.com/fullPage/examples/scrolling.html

  • @jonOh44
    @jonOh444 жыл бұрын

    @@alvaro_trigo Thankyou so much for getting back to me on that! I really appreciate it. How would I go about defining a specific section to scrolloverflow: true do you know?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    @@jonOh44 Use the option scrollOverflow:tru and fullPage.js will only create the scrollbar in the sections or slides that needs it. Additionally, you can also use the class `fp-noscroll` in the sections that you want to force fullPage.js to never create a scrollbar no matter what. You can read about all this in the docs: github.com/alvarotrigo/fullPage.js

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    @@jonOh44 just use `scrollOverflow:true` on the initialisation. It will apply automatically only in the sections/slides that needs scroll.

  • @Denis-pd1nw
    @Denis-pd1nw4 жыл бұрын

    Can this plugin still allow me to have a header menu?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Sure! In fact, you can even link it with fullpage.js so each elemenet in the menu can get the `active` class when moving to its respective section. This way you can style your button based on that class to tell visitors which item in the menu they are visualising. Just check for the "menu" option within the plugin settings :)

  • @JamesWelbes
    @JamesWelbes4 жыл бұрын

    is there a responsiveWidth option for pagepiling?

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Unfortunately not. But soon pagePiling.js will become an extension of fullPage.js and you'll be able to use all fullPage.js features with it! :)

  • @tanbori
    @tanbori4 жыл бұрын

    Hey this looks great. I am wondering wether i could add a topmenu after the second section so that the first screen is a pure image or video and starting from the second one a sticky navbar appears!!

  • @alvaro_trigo
    @alvaro_trigo4 жыл бұрын

    Many things are possible with the right knowledge :) You can very probably achieve that by using callbacks such as `onLeave` or `afterLoad` also available through the plugin. Or even using the state classes added by fullpage.js. You can read more about them in the fullpage.js documentation.