• Resolved Zetona

    (@zetona)


    Hello all,

    im trying to get the wp footer back in the fullpage template.
    There is a thread about how to copy the wp header into the child plugin folder.
    I tried this method with the footer – no luck.
    Basically i just need to fix 2 elements at the bottom of the fullpage.
    This could be done by bringing the footer back or adding a simple div somewhere in the template.

    Any hints are very much appreciated!

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

    (@julien-zerbib)

    Hi !

    Did you follow these steps ?

    Let me know if that helps ??

    Regards,

    Julien

    Thread Starter Zetona

    (@zetona)

    Hello Julien,

    thank you for your help.
    yes, i tried exactly this with the footer.
    This is the footer of the theme (bones):
    https://github.com/eddiemachado/bones/blob/master/footer.php

    and i tried to add this into the footer of the plugin in bones/wp-fullpage/layout/footer.php
    But the footer doesnt display at all, nothing happens.

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi,

    Are you sure it is not here at all ?
    Can you see in the HTML code ?
    If this is the case, you should fix it’s position by CSS using

    
    position: fixed;
    z-index: 1000;
    

    Let me know if that helps…

    If not, you can contact me to give me an access to your website.

    Regards,

    Julien

    Thread Starter Zetona

    (@zetona)

    Thank you Julien!

    its there, i just needed to make it visible with your css ??

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Nice ??

    Best,

    Julien

    Hi Julien,

    your plugin is very nice. I′m sure in a while I will love it.
    I followed the steps to make the header and footer visible but just works with the header. My footer still isn′t there (see here).
    I hope you can help me to love your plugin a bit more.

    Thread Starter Zetona

    (@zetona)

    Your link doesnt work for me.
    Did you follow the steps Julian mentioned?
    This is very easy and should work instantly.
    If it doesnt, please switch to another theme (the wp standard ones) and see if it works there.

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    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

    thanks for the quick response.
    The footer appears with your and my codes but just in all pages with fullpage permalinks like https://cimadiamante.com/fullpage-section/aquaerobics/
    But I′m using my pages like https://cimadiamante.com/aquaerobics/ and there the footer disappears with both codes.

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    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

    Thanks for this awesome plugin.
    I ve been trying to show the footer as the last item of the content with no success, followed previous answers but all I manage to do is show the footer fixed in the bottom and shwon in all sections. My other issue is that I cant figure how to remove the fullpage from the url bar, is it possible?

    Thanks again

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    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 like my-section-title) and copy the file wp-content/plugins/wp-fullpage/templates/loop/slide.php into wp-content/themes/YOURTHEME/wp-fullpage/loop/slide-my-section-title.php and replace the article markup with your footer content…

    You could set up in your section the Style / Auto Height to on too.

    Best,

    Julien

    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?

    Never mind, I was using a fullpage as landing, changed to a normal page and everything is as expected. I am having other issues and saw that I am not the only one, I ll post in the related topics.

    Thanks again, great plugin!!!

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    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

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Get footer back into Fullpage?’ is closed to new replies.