Julien Zerbib
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullPage] Replace Section navigation with WordPress menu?Hi,
You could copy the content of
/wp-content/plugins/wp-fullpage/templates/layout/header.php
to/wp-content/themes/YOURTHEME/wp-fullpage/layout/header.php
and add into it the standard navigation.You will find something about that into
/wp-content/themes//YOURTHEME/header.php
.Then, in
/wp-content/themes/YOURTHEME/wp-fullpage/css/jquery.fullpage.theme.css
, add your proper rules…Let me know if that helps,
Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Fullpage loading on wrong sectionOh I see, thanks for your reply !
Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Video Fullpage?Hi,
You could try something like that.
In your new slide, modify the template to add you video…
Let me know if that helps,
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Hi,
Thanks a lot for your quick reply, it took my a bit until I made it work.
Is any option to remove the fullpage from the url?To do so, just use a page instead of a fullpage.
Ok Let me check the other issues…
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Vertical page with parallax section?Hi !
Could you give me a link to your fullpage ?
Your front page is not a fullpage one anymore…Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Fullpage loading on wrong sectionHi,
Could you provide a link to your fullpage so I could check it ?
Actually your front page is a normal one.
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Scroll Problem: Same as othersHi,
Could you provide me a link to your project, so I could check what’s happening ?
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Hi !
To do so, follow these steps :
Just add a simple section at the end of your fullpage / page.
Get the slug of your section (something likemy-section-title
) and copy the filewp-content/plugins/wp-fullpage/templates/loop/slide.php
intowp-content/themes/YOURTHEME/wp-fullpage/loop/slide-my-section-title.php
and replace thearticle
markup with your footer content…You could set up in your section the
Style / Auto Height
to on too.Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Vertical page with parallax section?Hi,
You could only have something like https://wp-fullpage.juzed.fr/parallax/ with the plugin.
If you want to have a vertical parallax inside the section, you could use something like https://pixelcog.github.io/parallax.js/ but I never tried it before…Let me know if you managed to do something with it.
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Sections height on mobileHi all !
manx89, could you share your solution with the community ?
Thanks a lot,
Regards,
Julien
- This reply was modified 7 years, 10 months ago by Julien Zerbib.
Forum: Reviews
In reply to: [WP FullPage] Maybe I don’t know how to use it:Forum: Plugins
In reply to: [WP FullPage] CSS color arrowsHi Vincent,
To change this color, go to your section or page / fullpage in
Navigation / Design Parameters / Navigation Arrows Color (or Navigation Arrows Hover Color)
Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Arrows on top and bottom of sectionHi !!
Thanks to share your solution.
Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Hello,
You should not access to something like
/fullpage-section/aquaerobics/
.
First create all your slides / posts.
Then add them into sections.
Add your sections to a page / fullpage.
Once you’ll have the fullpage set up, we’ll do something to your footer.Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] video backgroundHi !
Yes, you could follow these steps. Then copy the content of
YOURTHEME/wp-fullpage/loop/slide.php
and modify it to add you video.I’m developing some new addons to achieve that too.
They’ll be out as soon as possible.Regards,
Julien