hazmicz
Forum Replies Created
-
Hi,
i would like display cookie banner (again) only for visitors with their dismissed option. Not for everyone with increase lifespan from 365 days within admin settings.
Forum: Plugins
In reply to: [WP Better Permalinks] Update postsIt didn’t work.. Your plugin is lack of memory with thousands of posts. Sorry, i have to find custom solution.
Forum: Plugins
In reply to: [WP Better Permalinks] Error 500This problem is after plugin upgrade from 2.x.x to the newest version 3.x.x. The temporary fix is, if i rewrite all site_url in your plugin for using home_url .. but don’t know a reason..
Forum: Plugins
In reply to: [WP Better Permalinks] Error 500I know, that same site/home url is ok. But on currently developing site i have these addresses to be different..
Forum: Plugins
In reply to: [WP Better Permalinks] Error 500I have on edit post (after title field) as permalink this:
https://localhost/https://someurl/test
(https://localhost is site_url, https://someurl is home_url)
Forum: Plugins
In reply to: [WP Better Permalinks] Error 500Hi,
i mean the problem with different home/site url – than your plugin generate double “https://domainname” in the permalink..
Forum: Plugins
In reply to: [WP Better Permalinks] Error 500Hi,
what would i change?
Forum: Plugins
In reply to: [WP Better Permalinks] Error 500Hi, no data in debug.log.
I noticed another problem – if i have home_url different from site_url, your plugin generate wrong (permalink) url. Can you look at this?
Forum: Plugins
In reply to: [WP Better Permalinks] Permalink for DRAFT/FUTURE postsif there is no way .. ok.
Thank you for your today support.
Forum: Plugins
In reply to: [WP Better Permalinks] Permalink for DRAFT/FUTURE poststhe idea is described for example here: https://bit.ly/2OBidll
Forum: Plugins
In reply to: [WP Better Permalinks] Permalink for DRAFT/FUTURE postsThere is a way .. i have implemented yeat, but there is a same problem, that your plugin do but only for public post (taxonomy term in permalink)..
- This reply was modified 6 years, 7 months ago by hazmicz.
Forum: Plugins
In reply to: [WP Better Permalinks] Permalink for DRAFT/FUTURE postsI don’t believe, that I can change your plugin to work with this.. :/ The reason for this is, that I want to have nice and final url, that can be previewed on client side before publishing..
Forum: Plugins
In reply to: [WP Better Permalinks] Permalink for DRAFT/FUTURE postsHmm.. i’m trying create draft post and my permalink looks ok (slug from title, DB column post_name shows the slug too).. so?
(on my project site, if a create draft, the only problem is, that i cannot see taxonomy term slug in permalink)
- This reply was modified 6 years, 7 months ago by hazmicz.
Forum: Plugins
In reply to: [WP Better Permalinks] Permalink for DRAFT/FUTURE postsHi Mateus,
one more time – what do you mean “WordPress does not generate slug for drafts”? Can you link me to WordPress codex, where i can see this default behaviour described?
- This reply was modified 6 years, 7 months ago by hazmicz.
Forum: Plugins
In reply to: [WP Better Permalinks] Permalink for DRAFT/FUTURE postsAn idea – i get the slug of draft posts with help this:
1/ i hooked “save_post” action and check, if a post is a draft
2/ if so, than i remove this action and update post with status “publish” and immediately to draft – with this i get “post_name” slug from DB
3/ put back “save_post” actionIt is possible to make this to your plugin?