close
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Development of Polylang version 0.8@ivomasterche
Andy is right. I had the same error as you. Go to the “Strings translation” tab from the Polylang settings, remove the translations, save and put them in again. I even think, removing the tagline fields only was sufficient.You’re welcome.
I noticed your tabs need some fine-tuning as well. Mine are looking better since I changed the stylesheet. These are the ones:#multiEditControl { border-bottom: 1px solid #21759B; line-height: 2em; height: 2em; margin: 3em 0 1em 0; display: block; } #multiEditControl span.multieditbutton { display:inline-block; margin:-1px 5px 0 5px; background:#f1f1f1; border:1px solid #ccc; border-bottom: 0px; padding: 0 10px; cursor: pointer; color: #21759B; border-top-right-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topleft:6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; } #multiEditControl span.multieditbutton.selected { background:#fff; border-color: #21759B; padding-bottom: 1px; }This should help. In multiedit.js, change line 33.
from: jQuery(‘#multiEditControl’).append(jQuery(‘#multiEditHidden span’));
to: jQuery(‘#multiEditControl’).append(jQuery(‘#multiEditHidden span.multieditbutton’));Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Page loses parent on savingHmmm, I expected disabling only the hierarchy, I’ll have to try this out.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Page loses parent on saving0.8 is released!
So… you kept the synchronization as default?Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Page loses parent on saving🙂
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Page loses parent on savingAlexander, isn’t that the same as described above? The other language needs a translated parent, before you can add the child, as I understand it.
Forum: Plugins
In reply to: [Simple Image Sizes] [Plugin: Simple Image Sizes] This file already existsUh uh, stupid me…
ThxForum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Page loses parent on savingThat’s one extra feature!
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Page loses parent on savingSure, it makes sense when the translated site has exactly the same structure! I understand as well about copying categories, tags, post format, featured image, page template, only the page hierarchy is bothering me…
But now I can see what you meant with “I did add too much features too quickly”. 🙂
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Page loses parent on savingI was surprised to read this, so I tested it.
I made a Dutch parent with a Dutch text as child, then made an English translation without a parent. After that, the Dutch text no longer had a parent. The parent still existed. I could make the Dutch text the child again, however.
Hmmm… I’m not sure why you did this. What if the English site has a totally different structure than the Dutch site? With every translation we would have to control the original structure again… I think Polylang should only set the relationship between translated items.
I’m relatively new to WP though. Maybe I don’t see the whole picture, but to me this sounds like a strange choice.
Forum: Plugins
In reply to: [Polylang] Development of Polylang version 0.8Yes Chouby, I came from 0.7.2 and the strings were still there after update.
I just deleted the tagline strings (which returned some errors).
Then I deleted the site title strings and everything is fine, even when I fill in the same strings again. Hope this helps.Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Table wishesHey, I just downloaded the dev version! Nice to see you’re working on this already, I didn’t expect this so soon.
Indeed, this makes the actual version stand out. But instead of 2, we now have 3 icons to discern which makes the brain need to work harder… Why not use a lighter (grey) tick for the translation, and the green tick for the actual version? Apart from simpleness (no hover needed), it would make the interface more lively 😉
(on the other hand, I’m not sure if a tick is better though, a pencil may be more informative because it stands for ‘editable’)
Besides, I tried to explain the interface to my ‘customer’, but the double rows made him frown (like me). They are not necessary anymore, I think. I understand it’s not as important as the bugs.
Hope this helps. Just my opinion…
Forum: Plugins
In reply to: [Polylang] Development of Polylang version 0.8Warning: Invalid argument supplied for foreach() in …../d/wp-content/plugins/polylang/include/base.php on line 253 (I sent you a private link to this site before).
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Language switcherI see. Thanks for explaining.