1,560 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
71
views
Netsuite PHP find Sales Order using custom field
Kind of embarrassed to post this here, but I'm at my wits end. I am trying to pull up a Sales Order in Netsuite, searching on a custom filed and using the PHP ToolKit, but have hit a brick wall. I'...
1
vote
0
answers
70
views
How do I fetch ACF custom fields via REST API in a custom WordPress theme?
I am building a custom WordPress theme and using Advanced Custom Fields (ACF) to manage dynamic content. I want to fetch and display ACF fields via the REST API, but I’m not getting the expected data ...
1
vote
1
answer
112
views
Adding a custom field to add images to the special page I created in the panel
I have a custom menu on the panel. I want to list the titles and images on my custom menu page. The titles are listed, but I can't add the images. I'm not sure how to do this. I'm looking for someone ...
0
votes
1
answer
59
views
(Woocomerce) Unable To Update Order Meta
I am creating a custom field inside an order, to add tracking ids and the courier service used. However from the post few hours, i have been unable to find a way to update the order meta.
I have used ...
0
votes
0
answers
58
views
Custom WordPress Block stopped working when moved
I created a plugin, and I'm using the WordPress Boilerplate for it. So I have a folder called 'admin' where all the admin-side customizations go.
I also created a block following this tutorial (https:/...
0
votes
1
answer
107
views
How to manage different weight units at the product varition level in WooCommerce?
Referencing this particular question: How to manage different weight units at the product level in WooCommerce?
I have a question in regards to adding something similar to this coding.
How would I get ...
0
votes
1
answer
155
views
Odoo still remember deleted fields in the model
I created a field in the model and its view, tested it and it worked. Then later deleted it, including in the database. When I created another field and restarted the system, it's generating an error ...
0
votes
0
answers
16
views
WordPress Search for custom taxonomy field
I have two post types, Authors and Books. There is a custom taxonomy named 'Genre' in 'Books' post type . I am trying to add custom search functionality. It's working well with the rest(like - keyword,...
0
votes
1
answer
71
views
Prevent a specific plugin custom field to update when I update a post - WordPress
I am using a specific plugin to count my post views.
It store in a postmeta custom field named "hits" the value and this value is updated in real time.
I just noticed that when, as an admin, ...
1
vote
0
answers
206
views
How to Filter Output for a Custom Field Key in Elementor Dynamic Tags
I'm using Elementor Pro and WordPress, and I'm trying to filter a custom field's output specifically in Elementor > Dynamic Tags > Post Custom Field. My custom field key is _department, and I'm ...
0
votes
1
answer
231
views
Sort divi blog module elements by custom field?
I am using Theme: Divi and Plugin: ACF - Advanced Custom Fields for custom field.
I read How to show custom fields in divi blog module? and the @msmarymak solution helped me a lot !
But now I woudl ...
0
votes
1
answer
86
views
DigitalCreative Conditional Container Error in Laravel Nova
I have created a custom field in laravel nova and wrapped it around a conditional container. When the toggle is set to true the custom field shows up but in this case in the console I get an error:
...
1
vote
1
answer
55
views
Add attendees emails as CC for WooCommerce processing and completed email notifications
I'm currently trying to add emails from my custom checkout field to the list of cc recipients for processing and completed order emails.
I have used this code for creating repeating sets of custom ...
0
votes
1
answer
207
views
Is it possible a loop based on custom fields in Bricks Builder?
Is it possible a loop based on custom fields in a Wordpress Theme like Bricks Builder?
Right now I have a custom post type "Groups" and a custom post type "Characters".
In every character post I have ...
0
votes
0
answers
52
views
WP Query taxonomy in two different custom fields
I've got a custom post type (book) and a taxonomy (person). The post type has two different custom taxonomy fields, both with the taxonomy "person". One field is called "published" ...