Okay
  Public Ticket #2131500
problems with polylang
Closed

Comments

  • Lucia started the conversation

    Hello!

    I'm getting ready for my multilingual site, I installed polylang, when I go to the languages settings and activate "portfolio" in the costum post type the portfolio display dissapears from the site (in the home page and in the portfolio page), is there anything you can do about that?

    Thanks very much,

    Lucia

  •  675
    Neuron replied

    Hi Lucia,

    You should have the content in two languages, please check the following video for the setup.

    - https://www.youtube.com/watch?v=YpFdmzWCFRc

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Lucia replied

    Hello,

    Thanks very much for the video but is not helping with this, to have the portfolio content in two languages I have to activate "portfolio" in the costum post type and when I do that the portfolio display of my home page doesn't work, the site is already online and I can't lose the content while I'm working in the english version, it is not possible to do it without lose the portfolio display until all the portfolio pages are translated?

    Thanks again,

    Lucia

  • Lucia replied

    Problem solved, I lost the content just for two minuts, I had to select the current language for each portfolio item and now is working.

    Thanks

  •  675
    Neuron replied

    Good to know Lucia, feel free to ask for anything you needsmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Lucia replied

    Hello!

    I did set my footer swithing on  "footer widgets" in the Proton settings, and it was working perfectly ( see attachment  "proton footer.png"), with Polylang there is not possible to change in automatic the content (privacy policy link) of the footer so I saw that the best way for me to do it was creating the footer with a widget that is visible just for the language that I choose, I did it, and it should works, but as you can see in the attachment "widgets footer.png" the divider's line remains at the bottom and the instagram icon remains aligned to the left and is not working as it did before with the other proton footer settings, is there anyway to solve this problem?

    I attached also the html code that I inserted in the footer sidebars

    Thanks very much in advance,

    Have a good weekend!




  •  675
    Neuron replied

    Hi Lucia,

    I am very sorry for the late reply, we were not working on the weekend.

    How can I switch the languages? So I can check it live why it is not working.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Lucia replied privately
  •  675
    Neuron replied

    Hi Lucia,

    I am sorry for the late reply.

    Somehow the wordpress information is not working. https://prnt.sc/p25wra

    Can you please double-check it.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Lucia replied privately
  •  675
    Neuron replied

    Hi Lucia,

    It seems like you have added not properly custom css. https://prnt.sc/p270ss

    The border can be easily remove with the following style, or you can change it to top.

    footer .footer-widgets {
        border-bottom: none !important;
        // If you want at top same as bottom
        border-top: 1px solid #dedede;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Lucia replied

    Great!

    thanks very much for you patience!  : )

  •  675
    Neuron replied

    You're welcome anytimesmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Lucia replied

    Sorry, I thought it was ok but I saw that the footer is not at the bottom of the pages (see atachment footer 1).

    If I try with this code the footer stays at the bottom but just in the right column (see atachment footer 2)

    footer .footer-widgets {
        border-bottom: none !important;
        border-top: 1px solid #dedede;
        padding: 10px 0;
        position: fixed;
        bottom: 0;
    }

    I'm not able to fix it,

    Thanks again for you patience!

    Lucia



  •  675
    Neuron replied

    Hi Lucia,

    Well, that's because footer takes place right before content, please add the following style.

    .wrapper {
        min-height: 95vh;
    }

    95vh means 95% of the screen, Try it and let me know if it works.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Lucia replied

    It's working perfectly,

    Thanks so much!!!!

  •  675
    Neuron replied

    You are welcome anytimesmile.png


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.