yonbeastie on "[Plugin: Polylang] AJAX Requests to wp_insert_post"
That's true, the user doesn't have permission to create/edit posts because there is no user -- it's an authenticated call to admin-ajax.php I'm not sure what the right answer is here, but I think there...
View Articlevarsanyim on "[Plugin: Polylang] Category looses parent in edit mode"
Hi, after creating a bilanguage site from scretch (with the polylang plugin), we need to change the hierarchy of the categories. I tried to disable the synchronization, but in the posts ->...
View ArticleChouby on "[Plugin: Polylang] Authors can't add new tags"
Hi! Could you edit the file polylang/admin/admin-filters-term.php at line 267 and replace: if (current_user_can($tax->cap->edit_terms)) by if (!(current_user_can($tax->cap->edit_terms) ||...
View Articledmadele on "[Plugin: Polylang] Lost translations after moving WP"
I did try to resave the settings. That didn't help. Also, was using phpmyadmin to look at the DB but couldn't see the actual text(maybe I'm doing it wrong >.< ) just the names & slugs etc....
View ArticleKatrina on "[Plugin: Polylang] Assign Rather Than Create New Media (and Post)...
Dear Chouby First of all, thank you for creating and maintaining your Polylang plugin, I love how easy it is to work with and that you thought of providing the 'raw' => 1 option for adding a custom...
View ArticleChouby on "[Plugin: Polylang] AJAX Requests to wp_insert_post"
Well, I had a closer look to this and I believe now that there is some overprotection. In v1.5.4, I will follow your suggestion. And even more, I will allow to assign a default language if no language...
View ArticleChouby on "[Plugin: Polylang] Lost translations after moving WP"
I believe that I misunderstood your problem. Did you lost the "link" between posts or did you lost the strings translations? The strings translations are stored in the wp_posts table with the post type...
View Articleyonbeastie on "[Plugin: Polylang] AJAX Requests to wp_insert_post"
Great to hear, looking forward to v1.5.4! Thanks for being so responsive. Cool plugin -- it was fun to read through the source.
View Articlestefanue on "Polylang and WordPress SEO by Yoast"
Hi, i have noticed a problem with the SEO by yoast plugin. Everything seemed to be working fine, but when i tried to optimize taxonomy terms i saw that no matter what I enter as a taxonomy term title...
View Articleprestigevillarental on "Polylang and WordPress SEO by Yoast"
Hi, I have the same issue when saving my changes. I use latest version of polylang, yoast SEO and theme wpCasa framework. Could you please help? Thanks in advance. Manuel
View ArticleChouby on "Polylang and WordPress SEO by Yoast"
Hi! I am not familiar with WordPress SEO. Could you please be more precise?
View Articlestefanue on "Polylang and WordPress SEO by Yoast"
Yes, here's the plugin link :) https://wordpress.org/plugins/wordpress-seo/
View ArticleChouby on "Polylang and WordPress SEO by Yoast"
I know where to find the plugin ;-) But I would like details on how to reproduce the problem. I don't want to look through all the plugin panels.
View Articlestefanue on "Polylang and WordPress SEO by Yoast"
Hehe, sorry, didn't understand :) I'm using a custom taxonomy, but i think you may try on post categories. While editing a category you will see the metabox on the bottom of the page try to add...
View ArticleChouby on "Polylang and WordPress SEO by Yoast"
Yes. I confirm the conflict. It can be solved either in WPSEO or Polylang. In polylang/admin/admin-filters-term.php at line 39, replace: add_action('edit_term', array(&$this, 'save_term'), 10, 3);...
View Articlesquaremunkey on "[Plugin: Polylang] Default language posts in other languages"
Hi there, I have been looking for a solution where some post types don't need a translation. How do I implement this code? Does this need to go into the page templates or in the theme functions file?...
View Articledmadele on "[Plugin: Polylang] Lost translations after moving WP"
I see now that I wasn't too clear in my explanation. The issue at first was lost strings translations. They were still in the database and without knowing where exactly they were stored I found them...
View Articlelokz on "[Theme: Virtue] Replace default slider with Metaslider - how to?"
Hello, Since there is no way of achieving multilingual text in default theme homepage slider, is there an easy way to replace default slider with Metaslider. Thank you.
View Articledavidegenco on "[Plugin: Polylang] Displaying not translated posts in Jupiter...
Dear Chouby, first of all, amazing plugin, I defintely switched to yours when managing multilingual websites. PREMISES: * My Polylang plugin is updated to the newer version * I searched in forums, I...
View Article