• Resolved Lauzamby

    (@lauzamby)


    Hi!
    Thank you for the great plugin, it works very well!
    I’m not a WP expert and I find myself with two questions:

    1. How can I hide the TableCell background only from the section called Home?

    2. From the theme I’m using (Jelly) I set a footer with Copyrights and Contacts. How can I enable it in every section of my fullpage or only on the last section?

    I hope you can solve my troubles!
    Thanks in advance!

    https://ww.wp.xz.cn/plugins/wp-fullpage/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Julien Zerbib

    (@julien-zerbib)

    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

    Thread Starter Lauzamby

    (@lauzamby)

    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

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    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

    Thread Starter Lauzamby

    (@lauzamby)

    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?

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    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

    Thread Starter Lauzamby

    (@lauzamby)

    Hi Julien!
    Thank you again for your answer! I will contact you!

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    In fact, no need to do anything except adding this to your css :

    #fullpage .slide.home .fp-tableCell article {
    display: none;
    }

    Sincerely,

    Julien

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Hide tableCell & enable fixed footer’ is closed to new replies.