aaaaaaaaaaaadsjkfjksdjfksdjfksdjfksjdfkjsdkf
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] CSS selector according to languageWow. I dunno 🙂
Thanks a lot, Chouby!Forum: Plugins
In reply to: [Polylang] CSS selector according to languageI got a good advice, therefore for anybody who would like to use this functionality:
<?php function dc_class_names($classes) { $classes[] = 'polylang-' . pll_current_language(); return $classes; } //Now add test class to the filter add_filter('body_class','dc_class_names');Forum: Plugins
In reply to: [Polylang] Fatal error / Avada themeMany thanks again!
I have one question…
What I did so far (prior you sent me this solution)”
– removed folder polylang (with 1.2), because I wasn’t able to use wp
– uploaded polylang 1.1.6, you provided
– made some settingsI simply wasn’t able to deactivate 1.2 because I wasn’t able without removing folder with 1.2 to get into wp.
Suppose that it’s not a problem, right and I can follow your solution (and make DB backup prior it)…
Thanks for support!
Forum: Plugins
In reply to: [Polylang] Fatal error / Avada themeMany thanks!
Forum: Plugins
In reply to: [Polylang] Fatal error / Avada themeNo, unfortunatelly I did not. My bad habit, doing only before wordpress core updates…
Forum: Plugins
In reply to: [Polylang] Fatal error / Avada themeThank you for your quick reply!
I’ve already posted to Avada devs.
Are there some database changes that were done by installing polylang 1.2 (and trying to activate language) that need to be undone?
Thank you!
David