1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Divi Library Layout and Polylang MultiLanguage

Discussion in 'Free Divi Community Forum' started by kotkota, Sep 8, 2019.

  1. kotkota

    kotkota Member

    I have custom footer created in Divi Library Section Layout
    And this code in Divi child functions.php:
    Code:
    Log In or Sign Up to view this code.
    XXXXXX - ID of the layout

    It works good, BUT How to translate it with Polylang plugin.
    Can anybody help with that?
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade before / after image slider for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    I don't think Polylang can translate Divi Library item. But I do know that WPML can translate Divi Library item.
     
  3. kotkota

    kotkota Member

    Have Some solution of the problem from here

    Guys said that it is working with Polylang and Divi Library

    Need to put this code into PHP file

    Code:
    Log In or Sign Up to view this code.
    But in which file?
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade mega menu design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    Based on the tutorial, you will need to paste the code in footer.php
     
  5. kotkota

    kotkota Member

    I have this idea, but between what lines?
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Digital Marketing' Divi layout for all Pro members:View Demo
  6. Divi.Help

    Divi.Help Administrator
    Staff Member

    Basically, you just need to insert the code at the same place as the tutorial.

    Originally, it asked you to paste this code:
    Code:
    Log In or Sign Up to view this code.
    Instead, you use this code:
    Code:
    Log In or Sign Up to view this code.
    The apostrophe symbol on the site might cause issue to your code. I've re-type the apostrophe symbol for the code above.
     
    kotkota likes this.
  7. kotkota

    kotkota Member

    It is working!!!

    Code need to insert under this line:

    [​IMG]

    In my case this code (for English and Serbian languages):

    Code:
    Log In or Sign Up to view this code.
    Only thing. I have turn off social icons, credentials, but small gray background still live on the bottom.
    How to remove it?
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade slide in bar design for your Divi site without using any plugins:View Demo
  8. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
    kotkota likes this.