tsjippy
Forum Replies Created
-
sorry for the late response, works now with version 5.0.0
Forum: Developing with WordPress
In reply to: Change block type with hookThanks for your detailed answer.
are you saying that the only way to change a block output in the blockeditor is to register your own version of it?
so I should find the existing video block source code, modify it and reregister
Forum: Plugins
In reply to: [WP Crontrol] Version 1.13.2 breaks siteYes or go to the folder and run composer update.
Waiting for a fix
Forum: Fixing WordPress
In reply to: Customizing the “Upload files” screenThanks!
Yes the final result I want to accomplish is that if someone wants to upload a word or other text document, they will have the option to include the textfiles content in the post
Forum: Developing with WordPress
In reply to: custom file uploaderYes, I tried this plugin, but this does not integrate with the media library how I want it.
It shows the videos in a separate tab and has its own uploaderForum: Developing with WordPress
In reply to: How to add custom video thumbnails to wp media libraryThank you so much!
This whole library is quite complex because its hard to know if you need to change JavaScript side or the PHP code.
This works
Forum: Plugins
In reply to: [Video Uploads for Vimeo] Please update swalHi again,
one minor thing:
can you change
array_push( $scripts, WP_VIMEO_VIDEOS_URL . 'admin/resources/sweetalert2/sweetalert2.min.js' );
to
array_push( $scripts, WP_VIMEO_VIDEOS_URL . 'admin/resources/sweetalert2/sweetalert2.min.js?ver=11.1.4' );
in class-wp-dgv-admin.php So that any cached version also updates?
and maybe update the id from dgv-swal to swal or sweetalert
- This reply was modified 3 years, 1 month ago by tsjippy.
Forum: Plugins
In reply to: [Video Uploads for Vimeo] Please update swalMany thanks
Forum: Plugins
In reply to: [Mollie for Contact Form 7] Only send mail when payment is succesfullNo sorry thats not possible
Forum: Plugins
In reply to: [UniqueID for Contact Form 7] Urgent changes for a fee.please supply me wih your email address
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Events are not published, but pendingOk steps to reproduce are this:
* clean wp
* install mec events plug-in
* add the the [MEC_fes_form] short code to a page
* add an event with a pending status
* note the id 4006 for example
* visit as an admin the page with [MEC_fes_form] shortcode
* add this to the url: ?post_id=4006
* hit the submit button, message sais: the event published.
* reload the page, event is still pendingForum: Plugins
In reply to: [Modern Events Calendar Lite] Events are not published, but pendingI have read the documentation.
The form is set to let wordpress decide.It works fine if an administrator for instance is submitting an event. It will get published no problem.
But if that same administrator is editing an existing event with a pending state it does not get published
thanks that worked, but why did it get broken and not fixed?
fixed in the latest version
Forum: Plugins
In reply to: [UniqueID for Contact Form 7] Incremental not workingsorry, I hae caching, cloudflare and even local cache. It works just fine.
Did you test with all plugins disabled?