brnteka
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Problem with resetting the form after successful submissionWhere can we see the website in question?
https://dev.omega.in.ua/oldmanifest/rt/ (omega / omega)
this button opens a modal window – https://i.imgur.com/wYQpQXD.png
how to reproduce:
1. open the modal window
2. send the form
3. close the window
4. open the window againand “wpcf7-response-output” remains visible because of class “sent” being reattached to the form after it was reset. The form is in demo mode.
- This reply was modified 3 years, 8 months ago by brnteka.
Forum: Plugins
In reply to: [WP REST Cache] Programmatically flush and regenerate cacheBut I must say: why would that be needed? If you update the post using WordPress core function the caches should be flushed automatically. Isn’t this the case in your situation? Or are you updating the posts with a direct database query?
I’m using Carbon Fields so this might be the case, but i call wp_update_post function as well, and fields updated with CF API doesn’t seems to be flushed.
About regenerating: we don’t have the option to regenerate specific post type caches, but we do have the option to automatically regenerate flushed (or expired) caches. See our FAQ on how to set this up.
If selected “once a day” what time it would be exactly? Would be great if i could set the time to be somewhere near after the end of a cron job.
Thank you for the quick response
Forum: Plugins
In reply to: [Yoast SEO] Make last beardcrumb a linkI understand that, but what if i’ll remove my custom code related to Yoast from functions.php, how can i implement a desired result? Breadcrumbs on a single post page without the posts title and with posts parent category title as a link? i.e. :
<a href="link">home</a><a href="link">Parent category</a>
- This reply was modified 6 years, 7 months ago by brnteka.