I’m using the Polylang plugin to run my website in 2 different languages, I managed to get most of it to work properly.
Unfortunately the portfolio is not working in the english version, they just don’t open when I click them. Any clue what I can do? German works fine tho
URL is vallee-design.de and the language switch can be found at the footer for the time being
Hi Rontice,
You can disable ajax in the code. Please check it again when you disable ajax. Edit js/main.js(in theme folder) in a text editor, and find line : 172;
$(".one-page-layout a.ajax").live('click',function() {
and change it to $(".one-page-layout a.ajax2").live('click',function() {
If it is not working for you, please try to use another plugin instead of polylang.
Thanks