Forum Replies Created
-
AuthorPosts
-
Will
ParticipantHi Peter,
Done, do check on it. Thanks.
Will
ParticipantFound the issue. If the "Associated post types" set as "product" then it lead to "invalid taxonomy" when click the "Series" admin menu item. The link is https://url.link/wp-admin/edit-tags.php?taxonomy=series&post_type=product
But if I view https://url.link/wp-admin/edit-tags.php?taxonomy=series then I can view the page without issue.
Will
ParticipantTested, all end up the same issue.
Will
ParticipantIssue solved.
Will
ParticipantHi, output the field value of a coupon post in the frontend. Thank you.
Will
ParticipantHi, I think it's due to post_title was used. it's okay, I think I will combined all fields in a single custom field group
Will
ParticipantThanks. It's work.
September 23, 2023 at 4:01 PM in reply to: View Shortcode not showing at Homepage but able to display at Archive page #43338Will
ParticipantI am using the following code direct in the view and with the view shortcode [mbv name="app-start-price"]:
<div>
[CBC show="n" country="sg, my"]
{% set field = attribute( post, 'start-price-usd' ) %}
{{ field }}
[/CBC]
[CBC show="y" country="sg"]
{% set field = attribute( post, 'start-price-sgd' ) %}
{{ field }}
[/CBC]
[CBC show="y" country="my"]
{% set field = attribute( post, 'start-price-myr' ) %}
{{ field }}
[/CBC]
<div>Will
ParticipantHi Long Nguyen, first I notice I didn't insert my license code then after insert then I proceed to update from 1.14.0 to the latest version 1.14.1 then this issue happen.
I didn't have MB Yoast turned on since I didn't have Yoast Plugin in my WordPress but I click on "Save Changes" again then the form shown up as normal. Thank you.
April 2, 2021 at 10:42 AM in reply to: ✅Display Taxonomy Featured Image for Single Product Page #26898Will
ParticipantHi Long Nguyen, any way to create a "select" custom field that can load the "Taxonomy Featured Image" or something like "Auto Attached" the featured image as single image for the custom field? Thank you.
-
AuthorPosts