Treeas
Forum Replies Created
-
Hi,
thanks for your quick action.
I just bought the pro version but this does’nt work…
Could you have a look on my homepage.
ThanksForum: Reviews
In reply to: [Timely All-in-One Events Calendar] Great calendar pluginHi,
this is a requirement I do have and if a future version allows such parameter within “exact-date” I will buy it.
Thanks for this great plugin !Forum: Plugins
In reply to: [Category Color] Where to insert the code?Hi Zayed,
It seems you made a great plug-in.
In your faq, I’m confused about the “<?php the_category(); ?>”string.
I don’t find any in my theme. I just have some “$categories_list = get_the_category_list” in content.php.
Thanks in advance.Forum: Plugins
In reply to: [Polylang] Post thumbnail behaviorFine.
It could be great for a coming version to have the ability to set what has to be synchronized or not…
ThanksForum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsFor the moment, temporary fix is Ok.
I notified the option front-end reset issue to Atahualpa support.
Thanks Chouby.Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsPHP Version is 5.2.6-1
I’m ready to open an admin access for your investigations.
Let me know :\Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsChouby,
In the language set-up (Set-Up Tab), I’ve the following warning :
Warning: Wrong parameter count for array_unique() in ~/wp-content/plugins/polylang/include/admin.php on line 408The line is :
$terms = array_unique(array_diff($terms, $tr_terms), SORT_NUMERIC); // array_unique to avoid duplicates if a term is in more than one taxonomySql result of following doesn’t show duplicates
SELECTterm_id
FROMwp_termmeta
WHERE meta_key = ‘_language’ ORDER BYterm_id
ASC
Could it be an explanation ?
…/…Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsI reapplied WP last update, same for Polylang and I retried…
Same result.
Here is a link to a pict showing the symptom. The only solution I see now is to patch the table involved but I need some directions…Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsI tried to get the fields creating issues, here are my concerns :
“post_footer_page”,
“custom_read_more”,
“more_tag”,
“comments_next_prev_older”,Symptom is :
when saving, if the current page contains one of these fields, there is a re-init of all translation made to initial version (all pages).Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsWithin Atahualpa customization :
Atahualpa Theme Options — Post & Pages — Configure EXCERPTS — Custom read more
I need to have a EN translation for FR String :
<a href="%permalink%">… (Cont'd) →</a>
<a href="%permalink%">… (suite) →</a>
This is not a “nice to have” ??
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsThis is not part of a widget… this is part of Atahualpa customization : read more set-up.
This does’nt make sense to have a post extract without the ability to ask for the full post by using a link in the read more set-up.Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsWas on my side… I copied and paste again your code successfully.
No change in the behavior when trying to handle the string
<a href="%permalink%">… (Cont'd) →</a>
It just roll back to defaut valueForum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme options…
Parse error: syntax error, unexpected T_FOREACH, expecting T_STRING or T_VARIABLE or ‘$’Line
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Multilingual theme optionsThis works almost good ?? Maybe I missed something but apparently the bug with special characters has not been fixed yet. I need to handle strings like :
“… (Cont’d) →“
string “custom_read_more”
Atahualpa Version 3.7.9
Polylang Version 0.9.2.
Thanks in advance