Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter antpowerWD

    (@antpowerwd)

    I manage to get the hero slider I want for the section the full width, however it keeps on reverting back to about 50px wide tiny at the top of the screen.

    Also I created a second section, but there is no effect of transition between sections.

    I’m struggling to intuit this plugin and how it is supposed to work!!!

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi,

    Could you provide a link so I could check it ?

    Regards,

    Julien

    Thread Starter antpowerWD

    (@antpowerwd)

    Hi Julien

    I just used fullpage.js instead, works fine!!!

    Thanks

    Ant

    Hi dear Ant
    Could you explain more about this problem and your solution.
    I have a problem when using visual composer .
    The settings won’t save.

    Regards
    Ehsan

    Thread Starter antpowerWD

    (@antpowerwd)

    Hi

    Yes install fullpage.js from the original developer:

    https://github.com/alvarotrigo/fullPage.js/

    Make sure you call the files in the footer, then:
    <div id=”fullpage”>
    <div class=”section”>Some section</div>
    <div class=”section”>Some section</div>
    <div class=”section”>Some section</div>
    <div class=”section”>Some section</div>
    </div>
    In your WordPress Page where you want the effect, within each section will scroll the fullpage.js effect.

    Quite simple, I couldn’t get it to work until I called the files from the footer you call jquery.fullPage.css and jquery.fullPage.js

    Then call:
    jQuery(document).ready(function($){
    $(‘#fullpage’).fullpage();
    });
    From a script.js from the footer

    That should do it!!!

    Thanks Dear Ant
    I’m using WP-fullapge Plugin for wordpress and I would like to use it with visual composer.
    I’m creating section pages by VC and all setting and effect works good but all of the settings and effect of VC not works properly.
    actually custom_css not execute !
    BTW thanks a lot for your response

    // But all of the settings and effect of VC not works properly when switching to “FullPage”

    Thread Starter antpowerWD

    (@antpowerwd)

    Maybe ask the Plugin Dev to help, I gave you a solution to dev the fullpage.js into a WordPress site without using the plugin. If your using it with Visual Composer and the WP Plugin, wait for WP Plugin Dev to respond.

    You could just write your CSS in style.css anyway!!!

    Ant

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi !

    Could you provide an access to your website ?
    https://www.juzed.fr/en/contact-form/

    Thanks,

    Julien

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘FullPage settings won't save’ is closed to new replies.