Poncereau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Affinity] Front-page panels do not switch to 2nd languageOk @enikbra, I’ll wait a little to see if someone has an solution before changing theme !
Thank you for your reply !Forum: Themes and Templates
In reply to: [Affinity] Translation trouble with Polylang pluginHi !
When I say panels, I don’t mean menus but panels 😉
For the Affinity theme, it’s pages that are displayed as parts of the front page, with nice transition between those “panels”.
Check my front page vin-benassy.fr/, “Nos engagements”, “Notre Histoire”, … are panels, meaning they are pages in the backend.
Other users have had the same problem and have used a different theme. I’ll do that if there is no solution !
Thank you,Forum: Themes and Templates
In reply to: [Affinity] Front-page panels do not switch to 2nd languageHi, @theisland and @enikbra
Same trouble here with the front page panels ! They are not translated (even though translated panels (=pages backend) exist and are linked), I’d like to know how you solved this ?Thank you !
Forum: Plugins
In reply to: [qTranslate] qtranslate crashes with WP 3.9.1It would be nice to have an answer of Qian or anyone else saying “I will continue upgrade this plugin with more donation” !
Even a “I am working on it but it might take a few days more” would be nice…
It seems like lot of people agree to donate if that can help support this plugin (I’m part of them) !Forum: Plugins
In reply to: [qTranslate] qtranslate crashes with WP 3.9.1Good to know that qtranslate latest version (2.5.39) does not work with WP 3.9.1, I won’t re-activate it…
I will disable WP auto-update from now.But I would also like to know when the updated version of qtranslate will be released…
Thanks for the plugin anyway !
Forum: Themes and Templates
In reply to: [Evening Shade] Syntax error on 404.phpFound how to solve the problem !
You need to replace :
if (have_posts()) : while (have_posts()) : the_post();
by :
if (have_posts()) { while (have_posts()) { the_post();}}Found it here.