Since I am using optimized images, these large thumbnails increase loading time. I am requesting an option to manually upload an optimized image for the video thumbnail.
Please let me know how I can avoid this issue.
Thanks!
]]>I hope this message finds you well. I am writing to request the compatibility of your plugin with the forms provided by Bitform.com. Your plugin, which effectively handles omnipotent features and spam protection, is already compatible with numerous forms, and I believe that adding support for Bitform would greatly enhance its utility.
As a user of both your plugin and Bitform, I see a significant opportunity for improved functionality if compatibility can be established. I kindly ask that you consider this request and explore the possibility of integrating support for Bitform forms.
Thank you for your attention to this matter. I look forward to your response.
Best regards,
Chris
So one booking can span 1-5 days for example?
Thanks
]]>I’m using the discount plugin WooCommerce Discounts from Studio Wombat.
woocommerce-discount-pricing is the folder name.
I tested WC Price History and it doesn’t seem to work with discounts created using the WooCommerce Discounts.
Is it possible to add integration for this discount plugin?
If you want to have a better view on what’s coming next (fixes and features), please take a look at this roadmap or kanban board.
https://github.com/users/geoffreycrofte/projects/1/views/2
Thank you!
PS. before posting a new request, make sure it doesn’t already exist.
]]>I’m facing an issue with the API REST. I’m trying to use a PUT request to modify the values of my metas (meta title, meta description, og meta title, og meta description, twitter meta title, twitter meta description), and an ACF field. Like the title says, i’m trying to do that for my product categories (I already succeeded doing it for my products).
The thing is, no matter what I use as JSON body, nothing works. I tried something like this (which is the information returned by the GET request) for my ACF field (I already downloaded the “ACF to REST API” plugin) :
{
“yoast_head_json”: {
“title”: “{{ $json.different[‘TITRE SEO’].inputA }}”,
“description”: “{{ $json.different[‘META DESCRIPTION’].inputA }}”,
“og_title”: “{{ $json.different[‘TITRE SEO’].inputA }}”,
“og_description”: “{{ $json.different[‘META DESCRIPTION’].inputA }}”,
“twitter_title”: “{{ $json.different[‘TITRE SEO’].inputA }}”,
“twitter_description”: “{{ $json.different[‘META DESCRIPTION’].inputA }}”
},
“fields”: {
“texte_de_referencement”: “{{ $json.different[‘TXT REF’].inputA }}”,
“titre_h1”: “{{ $json.different[‘H1 REF’].inputA }}”
}
}
For my ACF fields I also tried this :
{
“acf”: {
“titre_h1”: “{{ $json.different[‘H1 REF’].inputA }}”
}
}
(I’m trying with dynamic informations, but it won’t work with static informations either).
The url i’m using is https://www.mywebsite.com/wp-json/wc/v3/products/categories/product_cat_id and of course I have the right credentials (which allowed me to do the same, but successful request for my products “https://www.mywebsite.com/wp-json/wc/v3/products/product_id”).
Am I missing something ?
I also tried something like this, but still won’t work :
{
“meta_data”: [
{
“key”: “h1_title”,
“value”: “Updated H1 Title”
}
]
}
Is it something impossible for now ?
]]>
After adding the new function update in Elementor, I am getting a "Request Error" when trying to insert a custom template. How can I solve this? 3.25.3
private function should_check_permissions( array $args ): bool {
? ? ? ? if ( null === $this->elementor_adapter ) {
? ? ? ? ? ? $this->set_elementor_adapter( new Elementor_Adapter() );
? ? ? ? }
? ? ? ? // TODO: Remove $isWidgetTemplate in 3.28.0 as there is a Pro dependency
? ? ? ? $check_permissions = isset( $args['check_permissions'] ) && false === $args['check_permissions'];
? ? ? ? $is_widget_template = 'widget' === $this->elementor_adapter->get_template_type( $args['template_id'] );
? ? ? ? if ( $check_permissions || $is_widget_template ) {
? ? ? ? ? ? return false;
? ? ? ? }
? ? ? ? return true;
? ? }
]]>