Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #959526

    Hello

    I’m aware that the new version allows to have a page as footer.

    How do I do that?

    Newton.

    #959531

    Hey newtonlinchen,
    Please go to Enfold Theme Options > Footer > Default Footer & Socket Settings, then in the drop down you will find the option.

    Best regards,
    Mike

    #959547

    Thanks!

    #963658

    Hello there
    and how can we have this “page as footer” in multilangue
    i can translate this page but second language pages display footer page with first language
    i use Polylang
    Thxs for your help

    #964029

    Hi,
    If I recall correctly, with Polylang you can choose different options with each language, have you tried creating a different footer page for each language?

    Best regards,
    Mike

    #964722

    yep, i translate the footer page and this is not used by polylang

    #964830

    Hi everybody,
    I do have the same problem.
    In my view this issue is more a problem to be dealt with polylang. I have juste submitted this issue on the polylang forum.
    https://wordpress.org/support/topic/footer-issue-with-the-theme-enfold/
    Hoping to find a solution.
    Otherwise, I’m thinking about registering my footer pages as templates and to integrate them on every page.

    #966310

    Hi,

    Thanks for the update. Please provide the login details in the private field. We would like to check it.

    Best regards,
    Ismael

    #966393

    your access in private
    thxs for your help

    #967647

    Hi,

    Thanks for the update. We had to modify the footer.php file to make the footer option compatible with polylang. We added this code around line 55.

    if(function_exists('pll_current_language')) {
    	$slug = pll_current_language('slug');
    	$post = get_post( pll_get_post($post->ID, $slug) );
    }
    

    You can now set the custom footer page in your default language. The code above will take care of the rest.

    Best regards,
    Ismael

    #967648

    Hi,

    Thanks for the update. We had to modify the footer.php file to make the footer option compatible with polylang. We added this code around line 55.

    if(function_exists('pll_current_language')) {
    	$slug = pll_current_language('slug');
    	$post = get_post( pll_get_post($post->ID, $slug) );
    }
    

    You can now set the custom footer page in your default language. The code above will take care of the rest.

    Best regards,
    Ismael

    #967694

    Perfect – thxs
    may be you will add this code in next theme update ?
    have a nice day

    #968090

    It works fine for me too.
    Many thank for your support.
    Best regards

    #968205

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #968207

    Hi,
    No more assistance needed for me.
    Regards

    #968736

    Hi,

    Thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1140710

    It seems that this code still has not been added to the newer versions of enfold. I still have the same problem as the post starter and apparently need to add it manually to footer.php. Could you please add it in the next version? Thanks

    #1140889

    Hi dietloffdigital,

    Please open a new thread and include a link to your site so that we can have a closer look. Also please try to explain the problem you are having a bit further.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.