Hi !
Thank you for using it 🙂
1. if your section have no background or background color, there will have no background on your section.
2. First override your template
Now you can paste your footer code inside “wp-fullpage/layout/footer.php”.
You’ll have to add some css too to fix your footer position.
If you want your footer in the last section only, you can create a “wp-fullpage/loop/section-my-last-section-name.php” with you footer code in it (this example will work if your last section has “My Last Section Name” as title).
Sincerely,
Julien
Hi!
Thank you for your reply!
Unfortunately in order to hide the TableCell is not enough to have no content at all. A little white rectangle still appears 🙁
I tried with some CSS code to hide it, but it’s hard to find the exact class name. I tried the following:
.data-section: "1" #fullpage .fp-tableCell.center article { display: none; }
but it doesn’t work. If it can help, the website is: http://www.laurazesigning.com and the rectangle appears on each page, even the first (home) where there is only an animation as featured image.
Any help would be appreciated!! 🙂
For the problem with the footer, I solved it by adding a new page at the bottom! Thank you!
Laura
Hi Laura,
Really nice website !! 🙂
First, duplicate “wp-fullpage/loop/slide.php” and rename it “slide-home.php”.
In this file, remove content from line 15 to line 51.
It will remove the content of your slide…
Sincerely,
Julien
Hi Julien,
Happy new year!!
Thank you for looking at it and the reply!
I tried doing what you said, but it creates some troubles (like the home page is messed up or the other pages are…)
I wonder… is there another way I can try to solve it?
Hi Laura,
Happy New Year Toooo !!! 🙂
Could you provide me an account on your website ?
Contact me if you can.
I’ll take a look at it.
By the way, if I can use your website as example on ww.wp.xz.cn, it could be nice !!
Sincerely,
Julien
Hi Julien!
Thank you again for your answer! I will contact you!
In fact, no need to do anything except adding this to your css :
#fullpage .slide.home .fp-tableCell article {
display: none;
}
Sincerely,
Julien