SANBROS
Forum Replies Created
-
Great!
Thank you!
🙂Forum: Themes and Templates
In reply to: [Woostify] Featured Image in Single PostReally?!?!?! What a wonderful answer.
Seriously, the problem is less trivial than just cleaning the cache.
If you select to display the blog layout in “Zigzag” or “Standard” format, the featured image of the single post is not shown (right in single post article).
To be precise, <div class=”entry-header-item post-cover-image”> it is not really inserted in the page of the single post.
The bug is about the lines 835-865 of file “woostify-template-functions.php”.
I fix it, but I hope it will be solved for the next theme updates.
Best regards!Forum: Plugins
In reply to: [WP Customer Area] Posts auto-draftOk, that’s all right.
But when I create (and publish) the post, auto-draft should be deleted automatically.
Otherwise, if I create one post I will view two posts, if I create ten posts I will view twenty posts, if I create one hundred posts I will view two hundred posts, and this is absurd. At least I think so.
Why this does not happen with normal WordPress posts?
I repeat, according to my experience, it would be enough to remove the automatic creation of permalink dinamically before publish the post.Forum: Plugins
In reply to: [WP Customer Area] Posts auto-draftI think it is a problem related to the generation of the permalink of the post.
Before publish the post permalink is create dinamically:
[url.domain]?post_type=cuar_private_page&p=1216&preview=true
After posting the post, permalink changes in real post url:
[url.domain]/pagine/le-mie-pagine/2019/02/23/demo
This produces the creation of an automatic draft for each post created (private page or file in wp customer area). And it is quite annoying.