Reply To: wpv-if with repeated fields and taxonomies
Hi Adriano, First of all, sorry for taking long time to reply… When I tried the [wpv-for-each] syntax as you explained the code is now displayed instead of the values (i.e. "[types field="artist"...
View ArticleNested Taxonomy Views Conundrum
We're building a business directory: 1) Custom taxonomy, local-directory, with 2 levels of categories. E.g., Lodging had subcategories for Cabins and Hotels. 2) Custom Post type, listing. Each listing...
View ArticleDisplaying Thumbnail
Hi, I am struggling to display the thumbnail section on my post type even when it is turned on in the setting. Is this something to do with my theme? Please help.
View ArticleForum documentation is bad: [wpv item index=other] is NOT a real thing!
Just as one example, this thread: https://wp-types.com/forums/topic/wpv-item-indexodd/ shows [wpv item index=other] as "this is what you should do". But it's NOT! THIS is what you should do: [wpv-item...
View ArticleHours of Operation Fields
What is the best way to create the Hours of Operation for a business using fields?
View ArticleContent in the regular post box or a created field?
I know there is the option to create a field for text. Is it better to put the content for a custom post type in a create field box or put content in the editor already there? Am I right that I would...
View ArticleCreate a Mobile Phone field for a view
Hi there, I wish to have a correctly formatted mobile phone field that will allow visitors on a mobile to call by clicking the phone link. I am having trouble setting up the field. Would appreciate...
View ArticleReply To: [Assigned] WooCommerce – changing the product template
Hi Nick. I have just spent a few days trying to do this. Looking at your file structure I see a framework folder so guess you are working with a child theme? I found that if you are using a child...
View ArticleReply To: Getting an item to appear based on a radio button value (using PHP)
I have resolved this – my own mistake. I was trying to get it to work on a views page rather than a single results page.
View ArticleConditional Field Group showing up, although condition not met
Hi there, I'm trying to set up a CRED form. There is a checkbox ("forum") – when it is clicked I want a set of radio buttons ("buchungsart-forum") to show up. I created all the fields via types and...
View ArticleReply To: If in stock…
Dear Jill, Please try following code. Before that go to Views>>Settings and choose Woo-commerce hidden fields like this one...
View ArticleReply To: [Assigned] Add automatic field
Dear tsonyoT, You can use a shortcode for make it. Open your functions.php file and put into it the following code: add_shortcode('total', 'incrementor'); function incrementor($atts, $content = 0) {...
View ArticleReply To: [Waiting for user feedback] Can't Install Themes from...
No, the problem is still occurring.
View ArticleReply To: [Waiting for user feedback] Sort Alphabeticaly
Thanks Emerson that was close enough, I was able to write a couple of hooks based on what you gave me.
View ArticleReply To: [Waiting for user confirmation] If in stock…
PERFECT! Thank you, I see now that I was pretty stupid to copy something else without double checking that it was the same thing!! Thank you, I can see how it works now. Jill
View ArticleReply To: [Assigned] Bug on Types checkboxes with WPML
Dear Francesco, I have been able to reproduce your bug and I have sent it to the developers for fixing. I will get back to you when we have more information. Please let me know if you are satisfied...
View ArticleReply To: Nested Taxonomy Views Conundrum
Dear Bret, Views having a solution for issue one. We are helpless in the case of issue two, because it is a WordPress behavior. For issue one, please create a View for listing categories children of...
View ArticleReply To: [Assigned] limit number of posts for user with access
Dear ingrid, The only way that I see is allow the user to only create posts as draft. So you can control the published posts easily. Please let me know if you are satisfied with my answer and if I can...
View ArticleCan't get render_view to show a specific post
I need to be able to display a View for a specific post_id. For example, I have a Footer Info Custom Post Type setup, and a Field Group consisting of an email and a phone number field tied to it. I've...
View Article