I'm trying to create a CustomField who allows select an asset from magnolia's assets app, with Vaadin 7, in a Magnolia Custom App. I already create a visual interface, but I cant connect with the assets app to select the asset.visual interface
I'm using Woocommerce and on the single product page I'd like to display some custom form fields in addition to the default "quantity" field.
These form fields are simple: first_name, last_name, email, and phone. I would like to collect this…
I am running WordPress 4.5.2, Twentysixteen, and a plugin called 'Custom Fields Template'. I am looking to make the most of WordPress' custom fields but do not know how to make it do more than display a UL with some basic text data.
I would like to…
So, here is the problem. I am scripting in Groovy on a online Workflow platform. I have 9 forms containing custom fields. I have Edit action, in which I show/hide forms based on a type of product.
Now, I have common fields, and I should show/hide…
I am trying to use a custom fields plugin to replace the featured image on a post. If the custom field is empty i want it to show the featured image, if the custom field has an image i want it to show that image.
I have 2 custom post types created with ACF
1 is check box, meta key = google_search
2nd is a text field, meta key = search_keyword
While publishing post I want to check if the google_search is checked and there is a value in search_keyword…
I added some custom fields to the each product in Woocommerce, and I would like the data from the custom fields to show on the following receipt page (Order Details) after checkout is completed.
Just can't get it, not strong in php, why can't get…
I was new in iPhone application development. As i might have gone through native applications, i was struggling from 1 week, for adding new fields to a particular contact of AddressBook.
As we might have known that it is not possible to edit…
I’ve got a problem that’s a little tricky to explain.
I’m building a custom wordpress site and am having trouble with one page template specifically.
I’m using custom fields (set up with advanced custom fields plugin) to pull in content from the…
How can I get all custom fields that belong to a certain box only.
For example, I am using the "more fields" plugin which allows me to create boxes of custom fields for instance a box called "hotel features" with different custom fields as the…
On my homepage, I have 6 blocks including some custom fields each.
I would like to have a random display of these 6 blocks.
My codes simply looks like this :
I array text from custom field "black, grey, white" with this code:
post->ID; echo get_post_meta($postid, 'colors', true); ?>
I want show me like this:
black
grey
white
It's possible with PHP?…