do_shortcode(‘[democracy id=”last”]’),
is not working and shows “Poll not found” message.
]]>
I am setting up the ticketing for our upcoming concerts. So far, everything has worked perfectly. No problem for the concerts last June, for example.
But, today, it is impossible to display the ticket purchase form.
I created a page, by hand, to check: nothing is displayed.
The shortcode [ticket event=’1346′] does not display anything.
When I replace with [quick-cart], the Quick cart is displayed, but I would especially like to be able to display the purchase form.
Thank you for your help.
Update
When I allow ticket sales on a “page”, the form displays perfectly.
https://ensemblevocaldebrive.fr/noel-a-salzbourg/
It’s on the event page that it doesn’t display!
https://ensemblevocaldebrive.fr/my-calendar/?mc_id=15
Update 2
It seems to work, provided that you enable “pages” in the My-tickets settings “Allow ticket sales for this type of content”.
I don’t remember changing this setting since the last concerts…
the shortcodes will be in the post text or an acf.
thanks
]]>Many Thanks!
]]>And how to show only a sale price, otherwise leave it empty?
product_sale_price hide_if_zero=”yes” will hide all: columns=”product_sku|item_name|item_quantity|product_regular_price|product_sale_price hide_if_zero=”yes”|line_total_tax_incl”
[wcj_product_sale_price hide_if_zero=”yes”]: does not work
product_sale_price will show the correct sale price if a product is on sale. But when a product is not on sale it will show €0,00. Which indicated, the product costs €0,00.
It should show noting, that column should be empty.
https://ibb.co/dWxxWK9
Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in?..../wp-includes/kses.php?on line?1805
I’ve seen others struggle with the same issue but have yet to find a straight answer to how to make it work.
I’m using the WP theme Twenty Twentyfour in combination with Pods and have created a CPT with custom fields. In Twenty Twentyfour, you can easily create templates for individual posts and archives. Templates work as intended for individual posts, including auto templates. However, I still need to figure out a solution for archive templates. The archive is certainly displayed, but only, e.g., regular headings.
I have activated the Excerpt option in the “Advanced Tab ” and tried enabling “Auto template” with “Filter: the_excerpt.”
So the Pods Blocks display nothing, and nor does the Auto template.
My idea is to use IF conditional tags to show with an icon, e.g., if some PDF document is attached to the post (one of the custom fields).
As an experiment, I have now tried the Plugin “Meta Field Block,” and for some reason, that works, but the native Pods blocks don’t. Of course, I would like to get the native Pods blocks to work, even in the Archive templates, but how?
]]>In general, is there documentation for accessing PODs elements via CSS?
]]>