Julien Zerbib
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Hi all !
First thanks Zetona for your answer !!
I see your footer but it’s positioned relatively to the body.
You could try to add something like :.befla-footer { background: #3D4942; margin: 10px auto 0; z-index: 1000; color: #FFFFFF; font-size: 13px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; line-height: 175%; text-align: center; padding: 0; position: absolute; bottom: 0; }
…
I tried and I see your footer ??
Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Someway to disable the materialize backend functionality?Hello,
Unfortunately, there is no way to disable materialize backend functionalities.
Great website by the way !
Regards,
Julien
Hello,
If you have transparent backgrounds, make sure to NOT use CSS3.
Do you mean that the demo site looks really bad on Safari ?
Or yours ?If you could provide here your credentials so I could check it, it would be nice.
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Blurred ImageHi,
To do so add this peace of css :
.slide:before { -webkit-filter: blur(10px); filter:blur(10px); transition-property: all; } .slide.active:before { -webkit-filter: blur(0); filter:blur(0); }
It should work…
Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Header and FooterHi !
1rst, you can follow these steps
2nd, you can use page as fullpage so the permalink will be something like
/your-page-title
(or something like/your-parent-page-title/your-page-title
)Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Normal section scrollHi !
It should not work like this, it’s buggy a lot ??
Could you send me your credentials here so I could test it ?Regards,
Julien
Forum: Reviews
In reply to: [WP FullPage] AwesomeHey Neal !!
I really thank you for the review ??
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Home page can’t autoscroll in mobile devicesHi !
Oh it’s really buggy even on desktop !
Could you send me your credentials here so I could check ?
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Background Image for mobile devicesHi,
I’m working on some new addons for WP FullPage and this feature is one of them…
This will be out in few weeks.Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Background Image for mobile devicesHi !!
I tested it and it seems that changing the background image like this break the page most of time, and don’t know why…
Sorry for that !
Regards,
Julien
Forum: Reviews
In reply to: [WP FullPage] fantastic plugin and supportNiiiice ! Thank you for the review ??
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Everything disappearedHi Jesper !
I just figured that the div I want to be be placed “behind” the other is placed inside another div
=> you’re right, that’s not possible like it…
The only solution is to add behind each slide a slides navigation overriding
slide.php
… But I really don’t know if it’ll work !Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Builder on section/fullpages/slidesHi,
You can use it inside simple sections and slides (posts / pages / custom post types)…
They’ll normally work if they generate shortcodes (some don’t do this and won’t work).But First, follow these steps
Let me know if that helps…
Regards,
Julien
Forum: Plugins
In reply to: [WP FullPage] Everything disappearedHi Jesper,
Perhaps you should try in your
slide / style / Vertical Position
the optionBottom
instead of adding a margin bottom to yourentry-content
…Let me know if that helps.
If not, please give me an access to your website so I could check it by myself.
Best,
Julien
Forum: Plugins
In reply to: [WP FullPage] Background Image for mobile devicesHi !
First you’ll have to copy the file
wp-content/plugins/wp-fullpage/templates/js/jquery.fullpage.custom.js
and paste it intowp-content/theme/YOURTHEME/wp-fullpage/js/jquery.fullpage.custom.js
Then you’ll be able to modify the
fullpageSetBackground
function to set the proper backgrounds when needed. Change for example the name of your BG from ‘.png’ to ‘-mobile.png’ and upload the corresponding file… (be careful, WP is ordering files into specific folders depending on the month and year you upload the file…)Hope that helps.
Let me know if that works.
Best,
Julien