Forum Replies Created

Viewing 8 replies - 301 through 308 (of 308 total)
  • Plugin Author Julien Zerbib

    (@julien-zerbib)

    I don’t understand why it is so funny !

    Ask common users if fullPage.js library is easy to integrate to a WordPress website…
    I don’t think they are agree ??
    And why do you use this plugin if it’s so simple to integrate it in a WordPress website ?

    I wrote it because I made a Big project integrating fullpage.js into a WordPress and it was a lot of pain for all of us !

    I’m not connected with Alvaro Trigo… yet. But I hope my months of work will interest him a bit.

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Mike, do you want to contribute to the plugin ?
    It could be better ??

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi Mike,

    Could you upgrade the plugin and tell me if you still have the issue ?

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi !!

    Tanks for downloading my plugin…

    First create a slide.

    Now, in your section, go to “Slides Options” tab and select your “Slides type”.
    If you choose “slides”, you can add your slides to your section.
    If you choose “simple section”, your section won’t have any slides and will show the content of the section (that is in the wysiwyg)
    If you choose “post taxonomies”, you can list posts of a category or any other taxonomies.
    If you choose “post types”, you can list all post of a certain type like page, post, custom post, …

    This is the same way to add a section to a fullpage under “Sections options” and “Section type”…

    Let me know if you have any other problems.

    Sincerely,

    Julien

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi !!

    Sorry for the delay, I just see your message !

    First create slides than sections and add slides to your sections.
    Than create a fullpage and add sections to it.

    That’s it !

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi there… !!!

    Thanks for using my plugin !

    Really sorry, I just see your messages !!! ??

    Mike you’re right, to set a fullpage as front page, just go to “Settings->Reading”

    To create a fullpage, you must have at least some sections and eventually some slides.
    Create your slides than create your sections and add slides to your sections.
    Than create a fullpage and add your sections to it.

    The manual will come soon… Thanks to Anne by the way !

    To modify the templates, just copy the “template” directory in wp-fullpage plugin to your theme and rename it “wp-fullpage”.

    Now you can modify every templates as you wish.

    Let me know if you need some more help !

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi Vinchoz and Austin !!

    Thanks for using my plugin !
    And sorry, I just see those messages ??

    To set up a fullpage as front page, just go to settings / reading and select you fullpage.

    To modify the menu, it’s a bit more tricky.
    First, copy “template” directory from wp-fullpage plugin to your theme then rename it “wp-fullpage”.
    Now you are able to modify the “layout/navigation.php” template…

    Let me know if you need some more help !

    Thread Starter Julien Zerbib

    (@julien-zerbib)

    Hi Michael,

    Thanks for your answer.

    I have tested it this morning, get_userdata( $user_id ) returns an object containing, between others, a data property which contains the user_email.

    For the get_userdata( $user_id )->data;, I totally agree with you !
    This is not a really good practice for a plugin, but worked fine on my project ^^
    You should do something like :

    $user_object = get_userdata( $user_id );
    $user = $user_object->data;

    For the translation part, I really think it’s a mistake to translate input values ! It cannot work for example with a multilingual plugin (I usually use PolyLang). In fact, when you change the language of your profile, it should break the process.
    The problem is that it comes from another part of your plugin I did not look for (not necessary with my project).

    Do you want me to dig it ?

Viewing 8 replies - 301 through 308 (of 308 total)