jussi.r
Forum Replies Created
-
Forum: Reviews
In reply to: [WordPress Importer] Works once you figure it outIf you are admin of an wordpres site, I think you should learn some mySQL and PHP. After that you can migrate your website in any way you want to.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Compability with Polylang pluginIn which file I should add those lines?
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Compability with Polylang pluginSorry, I didn’t see you answered. I can’t try that development version right now but I have version 0.9.8 at the moment and the bug still exists.
Forum: Fixing WordPress
In reply to: Permanently deleted page, can't re-use its permalinkI have the same problem but with posts. I have permanently deleted a post from trash but now I’m trying to use the same permalink with a new post. If I press “View post” I get 404 page of my theme.
I looked into the database and here is listed all entries with the same post_title (the deleted and the new post has same title)
+---------------------------------+------+------------------------------------+-------------+ | post_title | id | guid | post_status | +---------------------------------+------+------------------------------------+-------------+ | Opettajille kiikarit ty?el?m??n | 1431 | https://www.mysite.com/1425-revision-4/ | inherit | | Opettajille kiikarit ty?el?m??n | 1432 | https://www.mysite.com/1425-revision-5/ | inherit | | Opettajille kiikarit ty?el?m??n | 1433 | https://www.mysite.com/1425-revision-6/ | inherit | | Opettajille kiikarit ty?el?m??n | 1434 | https://www.mysite.com/1425-revision-7/ | inherit | | Opettajille kiikarit ty?el?m??n | 1407 | https://www.mysite.com/?page_id=1407 | trash | | Opettajille kiikarit ty?el?m??n | 1408 | https://www.mysite.com/1407-revision/ | inherit | | Opettajille kiikarit ty?el?m??n | 1409 | https://www.mysite.com/1407-autosave/ | inherit | | Opettajille kiikarit ty?el?m??n | 1410 | https://www.mysite.com/1407-revision-2/ | inherit | | Opettajille kiikarit ty?el?m??n | 1415 | https://www.mysite.com/1407-revision-7/ | inherit | | Opettajille kiikarit ty?el?m??n | 1411 | https://www.mysite.com/1407-revision-3/ | inherit | | Opettajille kiikarit ty?el?m??n | 1412 | https://www.mysite.com/1407-revision-4/ | inherit | | Opettajille kiikarit ty?el?m??n | 1413 | https://www.mysite.com/1407-revision-5/ | inherit | | Opettajille kiikarit ty?el?m??n | 1414 | https://www.mysite.com/1407-revision-6/ | inherit | | Opettajille kiikarit ty?el?m??n | 1425 | https://www.mysite.com/?p=1425 | publish | | Opettajille kiikarit ty?el?m??n | 1426 | https://www.mysite.com/1425-revision/ | inherit | | Opettajille kiikarit ty?el?m??n | 1427 | https://www.mysite.com/1425-autosave/ | inherit | | Opettajille kiikarit ty?el?m??n | 1429 | https://www.mysite.com/1425-revision-2/ | inherit | | Opettajille kiikarit ty?el?m??n | 1430 | https://www.mysite.com/1425-revision-3/ | inherit | +---------------------------------+------+------------------------------------+-------------+
As you can see, there is one post with post_status “trash”. I see no posts in my trashed posts in admin panel.
EDIT: I deleted the post with “trash” status and now the permalink works with the new post.
Forum: Plugins
In reply to: [Polylang] Advanced Custom fields and PolylangNvm. It doesn’t.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Compability with Polylang pluginNvm It doesn’t work anymore or I didnt’t test very well… Now I can see the custom fields with default language and show all languages only.
Forum: Plugins
In reply to: [Polylang] Advanced Custom fields and PolylangIt works now at polylang 0.9.6.1
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Compability with Polylang pluginIt works now!
Forum: Plugins
In reply to: [Polylang] Advanced Custom fields and PolylangI have the same problem and I’ve asked about it at advanced custom field’s support forum https://www.ads-software.com/support/topic/compability-with-polylang-plugin?replies=1#post-3444600
Forum: Plugins
In reply to: [Polylang] Settings page blank @ 0.9.5I did the update just by transferring new files to the server and replacing old ones. I didn’t delete everything first.
How does the automatic update do it?
Forum: Plugins
In reply to: [Polylang] Settings page blank @ 0.9.5I did manual update via SCP. Automatic update doesn’t work (failed to connect).
Or maybe there is no bug at all…. But is it possible to do that without creating a new page which isn’t linked to the english version of the page?
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Style of dropdown lang switcerThen you have a problem with your CSS code.
Do you have firebug extension for firefox? It helps a lot with this kind of stuff.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] pll_register_string problemCould this be used for this purpose somehow?
https://adambrown.info/p/wp_hooks/hook/widget_textEDIT: I solved my problem by adding these lines to polylang admin.php
if (isset($widget_settings[$number]['text']) && $title = $widget_settings[$number]['text']) $this->register_string(__('Widget text', 'polylang'), $title);
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] pll_register_string problemI thought it saves the string to a database or something.
I have three of those widgets and every one of them has different setting for $text. Hmmm.. How does the widget title go to “Strings translation”?