tonymsk
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Child theme translation with polylangIt works perfectly!
Thanks, Chrystl you saved me a ton of time.
Have a great one!Forum: Plugins
In reply to: [Polylang] Child theme translation with polylangWOW!
Thanks
I’ll give it a tryForum: Plugins
In reply to: [Polylang] Child theme translation with polylangThe theme itself wasn’t translated, I used polylang do it with the parent theme.
And now, when I created a child theme all the changes in translation I make through polylang string translation only apply for parent theme and the child is untranslated.
I wanted to find those files where parent theme translation is stored and put them into child theme if it’s possible.
Or should I create .mo/.po files manually? Is there any kind of tutorial for that?
Forum: Fixing WordPress
In reply to: Trouble with changing style in_category()It works, I changed the last condition:
( is_single() && in_category( array( 1, 2, 3 ) ) || is_category( array( 1, 2,3 ) ) )
Stephen, thanks a lot!!!Forum: Fixing WordPress
In reply to: Trouble with changing style in_category()Stephen, you’re right when the last published post on homepage is from category 1,2,3 the stylesheet changes.
Thanks for your advice, Im gonna try it right now
Forum: Fixing WordPress
In reply to: Trouble with changing style in_category()Hi Stephen, thanks for your time.
The stylesheet changes only on homepage which has links to posts from categories 1-3.