38 questions
0
votes
0
answers
41
views
How to Add Both Custom Fonts and Formatting to WYSIWYG Editor in Wordpress
I am using Elementor Pro and the JetEngine plugin on my WordPress site. When trying to edit text on a CPT post using the standard WordPress page editor, I can only do it via the WYSIWYG editor. ...
0
votes
1
answer
116
views
Performing Calculations Between Custom Meta Fields in Crocoblock JetEngine and Displaying Results Using Native JetEngine Shortcodes
I have Elementor Pro, JetEngine, and the JetEngine Calculated Callback Add-on (it's gitgub) installed on my local WordPress site. Using the JetEngine plugin, I manually created a Custom Post Type (CPT)...
2
votes
0
answers
188
views
How to detect the ID of a JetFormBuilder form
I am working on a small file upload system in wordpress, I am using for the forms the JetFormBuiler plugin with JetEngine
I have already been able to insert the files sent to the database as in this ...
1
vote
0
answers
291
views
How can i make POST request using JetEngine REST API in Wordpress
I've GET & POST API which i need to implement in wp website.
My goal is, using jetEngine Plugin, i wanna send POST request & make returned response visible in my page using jetEngine Lising ...
0
votes
1
answer
168
views
how can I change date in jet engine's script
I want to change date from AD date to solar date in the WordPress of the plugin file editor.
In which plugin file I can do this ?
I looked for the file jet_engine.php but I didn't understand how to ...
1
vote
1
answer
64
views
Is There a Better Way to Count the Number of Columns in an Access Database Table?
I need to count the number of columns in a Table in an Access Database.
The following code does the job, but I wonder if there is a better way using INFORMATION_SCHEMA.COLUMNS ?
CmdStr = $"...
1
vote
0
answers
105
views
Format API Rest for JSON Validated
I need to connect a Rest API to WordPress, I'm using JetEngine.
I'm trying to connect, but JetEngine can't identify the API Item Path:
I've already used - / , /Veiculos, /Veiculos/Veiculo, All ...
1
vote
1
answer
362
views
WordPress: Issue with Custom Meta Field Not Updating with Current Custom Post Meta Values on Post Edit
I'm encountering an issue with a custom post type ('sesiones') in WordPress, where one of the custom post meta fields ('enlace_calendar') is not updating correctly when the post is edited. Here's a ...
0
votes
1
answer
260
views
Not displaying the product list in new post type categories
I made a post type with taxonomy with jet engine. Now, when I put the post archive widget in the categories, this widget does not find the posts on the corresponding page. It seems that it cannot find ...
0
votes
0
answers
1k
views
How to Trigger the Jet Smart Filters, without changing the URL?
I'm working on a Wordpress-Website and have run into a specific challenge with the filtering system created using Smart Filters that I hope someone can help me with.
I have implemented a filter on ...
0
votes
1
answer
1k
views
How to query "variable products with sale price" in woocommerce?
How to query "variable products with sale price which are in stock" in woocommerce?
i didnt get any result so far. i use Jet-Engine to create custom query but it would be enough for me if ...
0
votes
1
answer
108
views
Form field data value clear
I make a form by Crocoblock jetengine form. Now I want to when user submit the form then the form data value will be clear. My form ID=5503. If anyone help me then please give me the exact solution ...
-1
votes
1
answer
937
views
Woocommerce Custom Product Options Using Jetengine/Crocoblock
I am trying to find out whether Jetengine/JetForm Builder can add custom fields to woocommerce products to achieve customisable products for customers to purchase.
For example, if I am selling ...
1
vote
1
answer
638
views
create option page using jetengine to change product listing grid
I have multiple listing grid in my home page that shows my woocommerce products , I want to create an option page in my wordpress website that my admin can go there and choose which listing grid show ...
1
vote
0
answers
118
views
How can I add product_type (simple, variable etc) select dropdown on a jetengine form to add woocommerce products on the front end?
I have been trying for a while but I cant get this right. I am trying to add a jetengine form but can add all the other fields except the product_type because it needs to be variable as selected but ...
3
votes
2
answers
1k
views
JetEngine Form - User Dropdown
I am working with JetEngine forms and i need to add a dropdown of users to select from in one of the form.
is there any way to do this? i dont see any field type of users and also for the select ...
1
vote
0
answers
108
views
woocommerce logics and invoice automatically generated
I'm also creating the same thing for a client and I'm using Jetbooking form
When user books with host, host get a message if he accept or reject( How did you do the accept and reject for the host)
...
1
vote
1
answer
655
views
Show extra sections on a product page ONLY to users who already purchased that product (Elementor, Crocoblock, JetEngine)
I have a website with few WooCommerce products, and the product page is created with Elementor Pro. I want users to be able to click Add to Cart and buy the product normally.
But then when the user ...
0
votes
1
answer
768
views
How we can call a custom js function after loading jet-popup
I am using a jet-popup from jet-engine on a WordPress site. I want to call a custom js function after the popup loads. How i can call this function after the popup loads?