wearabelle on "Polylang wont accept permalink settings"
So the translation thing would solve the problem with site being displayed in another language, right? About the permalinks: Today I tried to publish a blogpost. At first both permalinks were displayed...
View Articlemichello on "[Plugin: Polylang] How to translate the front page?"
This may sound like a dumb question but how to use the same theme front page as a second front page in a different language?
View ArticleChrystl on "[Plugin: Polylang] How to translate the front page?"
Upload Colorway https://wordpress.org/themes/colorway Create as explain above your original homepage (i.e in english) and another (i.e in french) which will be its translation: Pages > All pages....
View Articleguermica1984 on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy'...
Trying hard to fix the strings issue, I may have made mistakes. After going into wp-config, I got no more website and just this sentence : Parse error: syntax error, unexpected 'Parameters' (T_STRING)...
View ArticleTom on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy' error!"
The good rule of thumb is to make backup of your wp-config.php file before you edit it so you can always revert your changes. But this is for the future. You probably removed some delimiter,...
View Articlekaldimar on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy'...
@guermica1984 issue is coming from TheCartPress eCommerce plugin... did he edited such file by mistake? Probably deleting "Parameters" from line 14 (should be empty) would solve this...
View Articleguermica1984 on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy'...
Thanks all for your hints. The thing all started when I modified wp-config to set the value to WP_DEBUG 'false', but it was already. So I tried 'true'. Then it crashed to the precedent message. But...
View Articleguermica1984 on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy'...
There is also nothing on my line 14
View ArticleTom on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy' error!"
@guermica1984 If it looks like define('WP_DEBUG', 'false'); it is wrong.. it should look like define('WP_DEBUG', false);
View Articleguermica1984 on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy'...
It's not the problem, unfortunately :( if that was that easy...
View ArticleTom on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy' error!"
It IS that easy.. T_STRING errors are mostly caused by misspelling. Read this
View Articleguermica1984 on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy'...
The website is back! Fiou! But now i have this in my website header : "Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at...
View ArticleTom on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy' error!"
Sorry in advance but.. it looks like you don't know what you are doing.. just jumping through files.. Always make backup copy of the file you are editing. Try google it or this or this
View Articlejasonchu1 on "[Plugin: Polylang] Frontend strings translation"
Hi Chrysti Thanks for the reply again! Here is where i fill those strings All Taxonomies Description and Amenities stuff Cheers!
View Articlejasonchu1 on "[Plugin: Polylang] Frontend strings translation"
Also for the Taxonomies, Please see this image here There is no option for me to translate the Taxonomies ids, couldn't figure out why. is there any way to translate those? Cheers!
View Articleguermica1984 on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy'...
It was that easy finally, Tom, I knew it. It was simply overspacing at some point in wp-config, where it all started. Must have hit the keyboard too hard earlier! ;) Thanks a lot for your help! Will...
View Articlejasonchu1 on "[Plugin: Polylang] Frontend strings translation"
Here is the code i use for the tabs. If it matters. <div id="listing-tabs" class="listing-data"> <ul> <li><a href="#listing-description">Description</a></li>...
View ArticleTom on "[Plugin: Polylang] Warning: Illegal string offset 'taxonomy' error!"
hahaha! You've made my day guermica1984! Honestly! Don't forget your backup :) Good luck.
View Articlejeric40 on "[Plugin: Polylang] Code to use for header in Divi theme from ET"
I use the theme Divi from Elegant Themes. I want to put the flags for language switcher in the heading close to the search field. I can put them in widgets and those are only in the bottom. ET want me...
View ArticleChrystl on "[Plugin: Polylang] Frontend strings translation"
Your theme is compatible with WPML so you can use a wpml-config.xml to translate these strings. Here a topic about how build a wpml-config.xml and the Polylang documentation "The WPML language...
View Article